Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
ci: never touch CFBundleVersion
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <[email protected]>
  • Loading branch information
Lessica committed Mar 7, 2024
1 parent b055f8f commit 826c725
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.11.7</string>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 0 additions & 2 deletions gen-control.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ __EOF__
chmod 0644 layout/DEBIAN/control

# Write the Info.plist file
defaults write $(pwd)/Resources/Info.plist CFBundleVersion $VERSION
defaults write $(pwd)/Resources/Info.plist CFBundleShortVersionString $VERSION
plutil -convert xml1 $(pwd)/Resources/Info.plist
defaults write $(pwd)/supports/Sandbox-Info.plist CFBundleVersion $VERSION
defaults write $(pwd)/supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
plutil -convert xml1 $(pwd)/supports/Sandbox-Info.plist
2 changes: 1 addition & 1 deletion layout/Applications/TrollSpeed.app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<key>CFBundleShortVersionString</key>
<string>1.11.7</string>
<key>CFBundleVersion</key>
<string>1.11.7</string>
<string>1</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion supports/Sandbox-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.11.7</string>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 826c725

Please sign in to comment.