Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 826c725

Browse files
committed
ci: never touch CFBundleVersion
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent b055f8f commit 826c725

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>1.11.7</string>
39+
<string>1</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

gen-control.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ __EOF__
3131
chmod 0644 layout/DEBIAN/control
3232

3333
# Write the Info.plist file
34-
defaults write $(pwd)/Resources/Info.plist CFBundleVersion $VERSION
3534
defaults write $(pwd)/Resources/Info.plist CFBundleShortVersionString $VERSION
3635
plutil -convert xml1 $(pwd)/Resources/Info.plist
37-
defaults write $(pwd)/supports/Sandbox-Info.plist CFBundleVersion $VERSION
3836
defaults write $(pwd)/supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
3937
plutil -convert xml1 $(pwd)/supports/Sandbox-Info.plist

layout/Applications/TrollSpeed.app/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<key>CFBundleShortVersionString</key>
66
<string>1.11.7</string>
77
<key>CFBundleVersion</key>
8-
<string>1.11.7</string>
8+
<string>1</string>
99
</dict>
1010
</plist>

supports/Sandbox-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>1.11.7</string>
39+
<string>1</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)