Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Version Bump: 5.0.1 (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoahero committed Feb 27, 2017
1 parent 008deed commit cc0dfa9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions Escapement.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
baseConfigurationReference = 3A99117F1C63F79700A2FEC1 /* tvOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 8;
DYLIB_CURRENT_VERSION = 9;
INFOPLIST_FILE = Escapement/Platforms/tvOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 3.0;
Expand All @@ -718,7 +718,7 @@
baseConfigurationReference = 3A99117F1C63F79700A2FEC1 /* tvOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 8;
DYLIB_CURRENT_VERSION = 9;
INFOPLIST_FILE = Escapement/Platforms/tvOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 3.0;
Expand Down Expand Up @@ -751,7 +751,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3A99114E1C63F79700A2FEC1 /* Debug.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -763,7 +763,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3A9911501C63F79700A2FEC1 /* Release.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -776,7 +776,7 @@
baseConfigurationReference = 3A9911731C63F79700A2FEC1 /* iOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 8;
DYLIB_CURRENT_VERSION = 9;
INFOPLIST_FILE = Escapement/Platforms/iOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 3.0;
Expand All @@ -788,7 +788,7 @@
baseConfigurationReference = 3A9911731C63F79700A2FEC1 /* iOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 8;
DYLIB_CURRENT_VERSION = 9;
INFOPLIST_FILE = Escapement/Platforms/iOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 3.0;
Expand Down
4 changes: 2 additions & 2 deletions Escapement/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0</string>
<string>5.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8</string>
<string>9</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Escapement/Platforms/tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0</string>
<string>5.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8</string>
<string>9</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Tests/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0</string>
<string>5.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8</string>
<string>9</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Tests/Platforms/tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0</string>
<string>5.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8</string>
<string>9</string>
</dict>
</plist>

0 comments on commit cc0dfa9

Please sign in to comment.