Skip to content

Commit

Permalink
[GHA] Fix bumping Info.plist version for MacOS Packaging/Signing
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB committed Feb 23, 2024
1 parent 12479c4 commit 495c89f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gama.product/extraresources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<key>CFBundleExecutable</key>
<string>Gama</string>
<key>CFBundleGetInfoString</key>
<string>Gama 0.0.0-SNAPSHOT, modeling and simulation platform</string>
<string>Gama 0.0.0, modeling and simulation platform</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
Expand All @@ -60,18 +60,18 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.0-SNAPSHOT</string>
<string>0.0.0</string>
<key>CFBundleSignature</key>
<string>GAMA</string>
<key>CFBundleVersion</key>
<string>0.0.0-SNAPSHOT</string>
<string>0.0.0</string>
<key>NSRequiresAquaSystemAppearance</key>
<string>True</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>NSHumanReadableCopyright</key>
<string>UMMISCO IRD/SU and partners 2006-2023 http://gama-platform.org</string>
<string>UMMISCO IRD/SU and partners 2006-2024 https://gama-platform.org</string>
</dict>
</plist>
4 changes: 3 additions & 1 deletion travis/bumpGamaVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ echo "Update extra individual files"
sed -i "s/V$oldVersion-SNAPSHOT http/V$newVersion http/g" $path/gama.ui.application/plugin.xml

sed -i "s/$oldVersion-SNAPSHOT/$newVersion/g" $path/gama.core/src/gama/core/runtime/GAMA.java
sed -i "s/$oldVersion-SNAPSHOT/$newVersion/g" $path/gama.annotations/src/gama/annotations/precompiler/doc/utils/Constants.java
sed -i "s/$oldVersion-SNAPSHOT/$newVersion/g" $path/gama.annotations/src/gama/annotations/precompiler/doc/utils/Constants.java

sed -i "s/$oldVersion/$newVersion/g" $path/gama.product/extraresources/Info.plist

0 comments on commit 495c89f

Please sign in to comment.