Skip to content

Commit

Permalink
Updating project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Sakai committed Dec 7, 2019
1 parent d2a38ff commit a23f4fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
binary "AudioEngine.json" "6.1.15"
github "NYPL-Simplified/CardCreator-iOS" "v1.1.2"
github "NYPL-Simplified/NYPLAEToolkit" "b36363509f72db2f1cc3103f9f700cf3492ae52d"
github "NYPL-Simplified/NYPLAudiobookToolkit" "ef856a0c0a96d438311d87b352c23d9ae39eab6c"
github "NYPL-Simplified/PDFRendererProvider-iOS" "b75f1d24915cba8b255039df951a072d62abdd94"
github "PureLayout/PureLayout" "v3.1.4"
github "NYPL-Simplified/NYPLAudiobookToolkit" "010c2b066c51672fc0bbb4abac485b0cdde1025e"
github "NYPL-Simplified/PDFRendererProvider-iOS" "b0ee13aa74e0d88193a401c29624dda8120a340d"
github "PureLayout/PureLayout" "v3.1.5"
github "TheLevelUp/ZXingObjC" "3.6.4"
github "bugsnag/bugsnag-cocoa" "v5.21.0"
github "bugsnag/bugsnag-cocoa" "v5.22.10"
github "stephencelis/SQLite.swift" "0.11.6"
4 changes: 4 additions & 0 deletions Simplified.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Simplified/SimplyE.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 7262U6ST2R;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1896,6 +1897,7 @@
"$(PROJECT_DIR)/readium-sdk/Platform/Apple/build/Debug-iphoneos",
"$(PROJECT_DIR)/readium-sdk/Platform/Apple/build/Release-iphoneos",
);
MARKETING_VERSION = 3.3.3;
PRODUCT_BUNDLE_IDENTIFIER = org.nypl.labs.SimplyE;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "2e185b6c-271e-4b02-a05e-860b8c3831f6";
Expand Down Expand Up @@ -1926,6 +1928,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Simplified/SimplyE.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 7262U6ST2R;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1950,6 +1953,7 @@
"$(PROJECT_DIR)/readium-sdk/Platform/Apple/build/Debug-iphoneos",
"$(PROJECT_DIR)/readium-sdk/Platform/Apple/build/Release-iphoneos",
);
MARKETING_VERSION = 3.3.3;
PRODUCT_BUNDLE_IDENTIFIER = org.nypl.labs.SimplyE;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "b3d9154d-70e1-48d6-a0c5-869431277a5c";
Expand Down
4 changes: 2 additions & 2 deletions Simplified/Simplified-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.3.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSpokenName</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit a23f4fe

Please sign in to comment.