Skip to content

Commit 8bd12ad

Browse files
committed
Enable Apple Generic Versioning for fastlane's increment_build_number
1 parent 8f81e5f commit 8bd12ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Authenticator.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,11 +740,13 @@
740740
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
741741
BUNDLE_DISPLAY_NAME = "${PRODUCT_NAME} ∆";
742742
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
743+
CURRENT_PROJECT_VERSION = 0;
743744
DEVELOPMENT_TEAM = WD7ETSN9J9;
744745
INFOPLIST_FILE = Authenticator/Resources/Info.plist;
745746
PRODUCT_BUNDLE_IDENTIFIER = me.mattrubin.authenticator.dev;
746747
PRODUCT_NAME = Authenticator;
747748
TARGETED_DEVICE_FAMILY = 1;
749+
VERSIONING_SYSTEM = "apple-generic";
748750
};
749751
name = Debug;
750752
};
@@ -755,11 +757,13 @@
755757
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
756758
BUNDLE_DISPLAY_NAME = "${PRODUCT_NAME}";
757759
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
760+
CURRENT_PROJECT_VERSION = 0;
758761
DEVELOPMENT_TEAM = WD7ETSN9J9;
759762
INFOPLIST_FILE = Authenticator/Resources/Info.plist;
760763
PRODUCT_BUNDLE_IDENTIFIER = me.mattrubin.authenticator;
761764
PRODUCT_NAME = Authenticator;
762765
TARGETED_DEVICE_FAMILY = 1;
766+
VERSIONING_SYSTEM = "apple-generic";
763767
};
764768
name = Release;
765769
};

0 commit comments

Comments
 (0)