Skip to content

Commit

Permalink
v1.0.13 (200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Gregor committed Feb 7, 2020
1 parent 5dccd89 commit 230613c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion App/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "BoltsFramework/Bolts-ObjC" "1.9.0"
github "facebook/facebook-objc-sdk" "v5.6.0"
github "facebook/facebook-objc-sdk" "v5.15.1"
github "parse-community/Parse-SDK-iOS-OSX" "1.17.3"
6 changes: 4 additions & 2 deletions App/Podlive.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 200;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = R8XXQFTA4C;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -978,6 +978,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.0.13;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1019,7 +1020,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 200;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = R8XXQFTA4C;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1039,6 +1040,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.0.13;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions App/Podlive/Supporting Files/Podlive-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.12</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>195</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 230613c

Please sign in to comment.