Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Bump to 0.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiekko committed Jan 6, 2020
1 parent 2819e29 commit 21fd117
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Platform.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Platform/Supporting Files/Info.plist";
MARKETING_VERSION = 0.7.3;
PRODUCT_BUNDLE_IDENTIFIER = com.pusher.platform;
PRODUCT_NAME = PusherPlatform;
};
Expand All @@ -583,6 +584,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Platform/Supporting Files/Info.plist";
MARKETING_VERSION = 0.7.3;
PRODUCT_BUNDLE_IDENTIFIER = com.pusher.platform;
PRODUCT_NAME = PusherPlatform;
};
Expand Down
6 changes: 3 additions & 3 deletions Platform/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.7.2</string>
<key>LSApplicationCategoryType</key>
<string></string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion PusherPlatform.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PusherPlatform'
s.version = '0.7.2'
s.version = '0.7.3'
s.summary = 'Pusher Platform SDK in Swift'
s.homepage = 'https://github.com/pusher/pusher-platform-swift'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion Unit Tests/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.2</string>
<string>0.7.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 21fd117

Please sign in to comment.