Skip to content

Commit c0ed942

Browse files
committed
Set CFBundleVersion to 0 for all targets
The fastlane build and release scripts will set this value to the correct build number.
1 parent 98ebb10 commit c0ed942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AuthenticatorScreenshots/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>0</string>
2121
</dict>
2222
</plist>

AuthenticatorTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>0</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)