Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #138 from atfinke/2020.02.0.1
Browse files Browse the repository at this point in the history
version number fix for tests
  • Loading branch information
atfinke authored Feb 24, 2020
2 parents 871ce07 + fa16a51 commit ead93bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WKRKit/WKRKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>9593</string>
<string>9596</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion WKRUIKit/WKRUIKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>10228</string>
<string>10231</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions WikiRaces/WikiRaces.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2020.02;
MARKETING_VERSION = 2020.02.0.1;
OTHER_LDFLAGS = " -ObjC";
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=300 -Xfrontend -warn-long-expression-type-checking=150";
PRODUCT_BUNDLE_IDENTIFIER = com.andrewfinke.wikiraces;
Expand Down Expand Up @@ -1778,7 +1778,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2020.02;
MARKETING_VERSION = 2020.02.0.1;
OTHER_LDFLAGS = " -ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.andrewfinke.wikiraces;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion WikiRaces/WikiRaces/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>6347</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit ead93bd

Please sign in to comment.