Skip to content

Commit

Permalink
increment version number to 1.0 for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
hborawski committed Mar 13, 2021
1 parent 7683a2a commit 0822ac4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions DominionCompanion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@
PROVISIONING_PROFILE_SPECIFIER = "match Development com.harrisborawski.DominionCompanion";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
};
Expand All @@ -759,6 +760,7 @@
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.harrisborawski.DominionCompanion";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions DominionCompanion/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>16</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>16</string>
</dict>
Expand Down

0 comments on commit 0822ac4

Please # to comment.