Skip to content

Commit

Permalink
Bugfix for v0.5 (Path-Check#52)
Browse files Browse the repository at this point in the history
1. Package.json format must follow 0.0.0 version names. 
2. Version ID for the AppleStore and Android Stores are now the same.
  • Loading branch information
vitorpamplona authored and SamMakesThings committed Mar 22, 2020
1 parent 74aab8e commit 23e3f7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ios/PrivateKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
baseConfigurationReference = 71D1C872DB0CCC3BBC3D907E /* Pods-PrivateKit.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = A35W4MM59Y;
INFOPLIST_FILE = PrivateKit/Info.plist;
Expand All @@ -486,7 +486,7 @@
baseConfigurationReference = 9440D638E4331481079AE235 /* Pods-PrivateKit.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = A35W4MM59Y;
INFOPLIST_FILE = PrivateKit/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion ios/PrivateKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "privatekit",
"version": "0.5",
"version": "0.5.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 23e3f7d

Please sign in to comment.