Skip to content

Commit 40a5a17

Browse files
authored
Merge pull request #285 from mattrubin/build-numbers
Set CFBundleVersion to 0 for all targets
2 parents 98ebb10 + c0ed942 commit 40a5a17

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)