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.0 (15)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoahero committed Mar 29, 2019
1 parent 8930b5c commit 3566479
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Alexander.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Alexander'
spec.version = '4.0.0'
spec.version = '5.0.0'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/hodinkee/alexander'
spec.authors = { 'Caleb Davenport' => '[email protected]', 'Jonathan Baker' => '[email protected]' }
Expand Down
20 changes: 10 additions & 10 deletions Alexander.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@
baseConfigurationReference = 3AA308AC1C62C25B004B06C3 /* tvOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 14;
DYLIB_CURRENT_VERSION = 15;
INFOPLIST_FILE = Alexander/Platforms/tvOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 5.0;
Expand All @@ -864,7 +864,7 @@
baseConfigurationReference = 3AA308AC1C62C25B004B06C3 /* tvOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 14;
DYLIB_CURRENT_VERSION = 15;
INFOPLIST_FILE = Alexander/Platforms/tvOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -898,7 +898,7 @@
baseConfigurationReference = 3AA308B11C62C25B004B06C3 /* watchOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 14;
DYLIB_CURRENT_VERSION = 15;
INFOPLIST_FILE = Alexander/Platforms/watchOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 5.0;
Expand All @@ -910,7 +910,7 @@
baseConfigurationReference = 3AA308B11C62C25B004B06C3 /* watchOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 14;
DYLIB_CURRENT_VERSION = 15;
INFOPLIST_FILE = Alexander/Platforms/watchOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 5.0;
Expand All @@ -921,7 +921,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3AA308831C62C25B004B06C3 /* Debug.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand All @@ -935,7 +935,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3AA308851C62C25B004B06C3 /* Release.xcconfig */;
buildSettings = {
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand All @@ -950,7 +950,7 @@
baseConfigurationReference = 3AA308A01C62C25B004B06C3 /* iOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 14;
DYLIB_CURRENT_VERSION = 15;
INFOPLIST_FILE = Alexander/Platforms/iOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 5.0;
Expand All @@ -962,7 +962,7 @@
baseConfigurationReference = 3AA308A01C62C25B004B06C3 /* iOS-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 14;
DYLIB_CURRENT_VERSION = 15;
INFOPLIST_FILE = Alexander/Platforms/iOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -996,7 +996,7 @@
baseConfigurationReference = 3AA308A61C62C25B004B06C3 /* Mac-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 14;
DYLIB_CURRENT_VERSION = 15;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = Alexander/Platforms/macOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
Expand All @@ -1009,7 +1009,7 @@
baseConfigurationReference = 3AA308A61C62C25B004B06C3 /* Mac-Framework.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 14;
DYLIB_CURRENT_VERSION = 15;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = Alexander/Platforms/macOS/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)";
Expand Down
4 changes: 2 additions & 2 deletions Alexander/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>4.0.0</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Alexander/Platforms/macOS/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>4.0.0</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015-2016 HODINKEE. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions Alexander/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>4.0.0</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Alexander/Platforms/watchOS/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>4.0.0</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</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>4.0.0</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Tests/Platforms/macOS/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>4.0.0</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</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>4.0.0</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
</dict>
</plist>

0 comments on commit 3566479

Please sign in to comment.