Skip to content

Commit

Permalink
mac fixes for new name
Browse files Browse the repository at this point in the history
  • Loading branch information
h4xxel committed Aug 7, 2015
1 parent 8498945 commit 90967e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ release:
mkdir build/dmg/.meta
cp os-specific/mac/background.png build/dmg/.meta/
cp os-specific/mac/DS_Store build/dmg/.DS_Store
hdiutil create "mcb32tools-$(shell build/config.guess).dmg" -format UDBZ -volname "MCB32 Tools" -srcfolder build/dmg
hdiutil create "mcb32tools-$(shell build/config.guess).dmg" -format UDBZ -volname "MCB32Tools" -srcfolder build/dmg
endif

install-mac-app: installdir
Expand All @@ -310,8 +310,8 @@ install-mac-app: installdir
iconutil -o "$(PREFIX_DATA_ROOT)/Resources/toolchain.icns" -c icns "os-specific/mac/toolchain.iconset"
@## TODO: Set the path correctly in launchterm
sed 's/\$$PREFIX_DATA_ROOT/$(shell echo '$(PREFIX_DATA_ROOT)' | sed -e 's/[\/&]/\\&/g')/' \
< os-specific/mac/mcb32-toolchain-launch.c > build/mcb32-toolchain-launch.c
$(CC) -DMAC_APP_PATH=\"$(INSTALL_DIR)\" "build/mcb32-toolchain-launch.c" -o "$(PREFIX_DATA_ROOT)/MacOS/mcb32-toolchain-launch"
< os-specific/mac/mcb32tools-launch.c > build/mcb32tools-launch.c
$(CC) -DMAC_APP_PATH=\"$(INSTALL_DIR)\" "build/mcb32tools-launch.c" -o "$(PREFIX_DATA_ROOT)/MacOS/mcb32tools-launch"
install -d "$(PREFIX_DATA_ROOT)/Resources/en.lproj"

clean:
Expand Down
Binary file modified os-specific/mac/DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions os-specific/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>pic32-toolchain-launch</string>
<string>mcb32tools-launch</string>
<key>CFBundleIdentifier</key>
<string>local.scs.mcb32tools</string>
<key>CFBundlePackageType</key>
Expand All @@ -14,7 +14,7 @@
<key>CFBundleName</key>
<string>mcb32</string>
<key>CFBundleDisplayName</key>
<string>MCB32 Tools</string>
<string>MCB32Tools</string>
<key>CFBundleVersion</key>
<string>1231</string>
<key>NSPrincipalClass</key>
Expand Down
File renamed without changes.

0 comments on commit 90967e9

Please sign in to comment.