Skip to content

Commit

Permalink
Merge pull request #9 from CleverTap/0.1.2
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
Aditi3 authored Jan 22, 2020
2 parents 5138d16 + e503812 commit b16c9bc
Show file tree
Hide file tree
Showing 9 changed files with 1,908 additions and 1,785 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========


Version 0.1.2 *(22 January, 2020)*
-------------------------------------------
Replace FOUNDATION_EXPORT with extern.


Version 0.1.1 *(19 September, 2017)*
-------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion CTNotificationService.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CTNotificationService"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "A simple Notification Service Extension class to add media attachments to iOS 10 rich push notifications."
s.homepage = "https://github.com/CleverTap/CTNotificationService"
s.license = "MIT"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
4 changes: 2 additions & 2 deletions CTNotificationService/CTNotificationService.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@


//! Project version number for CTNotificationService.
FOUNDATION_EXPORT double CTNotificationServiceVersionNumber;
extern double CTNotificationServiceVersionNumber;

//! Project version string for CTNotificationService.
FOUNDATION_EXPORT const unsigned char CTNotificationServiceVersionString[];
extern const unsigned char CTNotificationServiceVersionString[];

#import <CTNotificationService/CTNotificationServiceExtension.h>

Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ end

target 'NotificationService' do
platform :ios, '10.0'
pod "CTNotificationService"
pod "CTNotificationService", :path => '../'
end

2 changes: 1 addition & 1 deletion ExampleSwift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ end

target 'NotificationService' do
platform :ios, '10.0'
pod "CTNotificationService"
pod "CTNotificationService", :path => '../'
end

25 changes: 14 additions & 11 deletions ExampleSwift/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,642 changes: 1,874 additions & 1,768 deletions ExampleSwift/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b16c9bc

Please sign in to comment.