Skip to content

Commit 633a0e0

Browse files
committed
fix pbxproj dirty version
1 parent 19d7ade commit 633a0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/ItaliaApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
806806
CODE_SIGN_IDENTITY = "iPhone Developer";
807807
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
808-
CURRENT_PROJECT_VERSION = -rc;
808+
CURRENT_PROJECT_VERSION = 3;
809809
DEAD_CODE_STRIPPING = YES;
810810
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
811811
ENABLE_BITCODE = NO;
@@ -842,7 +842,7 @@
842842
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
843843
CODE_SIGN_IDENTITY = "iPhone Distribution";
844844
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
845-
CURRENT_PROJECT_VERSION = -rc;
845+
CURRENT_PROJECT_VERSION = 3;
846846
DEAD_CODE_STRIPPING = YES;
847847
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
848848
ENABLE_BITCODE = NO;

0 commit comments

Comments
 (0)