Skip to content

Commit

Permalink
Updating version in Info.plist.
Browse files Browse the repository at this point in the history
  • Loading branch information
samkaufman committed Nov 30, 2023
1 parent 472a739 commit ccbeac3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions 40-test-fixup-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ rm "testbox/OpenMW.app/Contents/Resources/OpenMW.icns"

cp Info.plist testbox/OpenMW.app/Contents/

# TODO: Update the version number in Info.plist.
"$SED" -i "s/VERSIONHERE/$TES3MP_VERSION/g" testbox/OpenMW.app/Contents/Info.plist

# Update tes3mp-server-default.cfg to look in the app bundle for server scripts.
"$SED" -i '/home = .\/server/c\home = ..\/Resources\/server\/CoreScripts' \
testbox/OpenMW.app/Contents/Resources/tes3mp-server-default.cfg
Expand Down
10 changes: 5 additions & 5 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>tes3mp-browser</string>
<key>CFBundleIdentifier</key>
<string>com.tes3mp.tes3mp</string>
<key>CFBundleIdentifier</key>
<string>com.tes3mp.tes3mp</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
Expand All @@ -20,10 +20,10 @@
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>0.47.0</string>
<key>CFBundleShortVersionString</key>
<string>VERSIONHERE</string>
<key>CFBundleVersion</key>
<string>0.47.0</string>
<string>VERSIONHERE</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
Expand Down

0 comments on commit ccbeac3

Please sign in to comment.