Skip to content

Commit

Permalink
#41; version
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesf committed Nov 20, 2019
1 parent f53c689 commit e29dcbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Timesheets.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos4.2]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 629;
DEVELOPMENT_TEAM = 77432UPB7H;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1777,6 +1778,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.2.5;
MOMC_NO_INVERSE_RELATIONSHIP_WARNINGS = YES;
MOMC_NO_WARNINGS = YES;
PRODUCT_BUNDLE_IDENTIFIER = ca.cadets.Timesheets;
Expand All @@ -1801,6 +1803,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 629;
DEVELOPMENT_TEAM = 77432UPB7H;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1816,6 +1819,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.2.5;
MOMC_NO_INVERSE_RELATIONSHIP_WARNINGS = YES;
MOMC_NO_WARNINGS = YES;
PRODUCT_BUNDLE_IDENTIFIER = ca.cadets.Timesheets;
Expand Down
4 changes: 2 additions & 2 deletions plists/Timesheets-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.2.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>626</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CKSharingSupported</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down

0 comments on commit e29dcbe

Please sign in to comment.