Skip to content

Commit

Permalink
[CHANGE] Installer: don't install templates any more (the standard te…
Browse files Browse the repository at this point in the history
…mplates are now integrated into the mogenerator binary itself).
  • Loading branch information
rentzsch committed Apr 13, 2012
1 parent 9ad831b commit 3c371bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/Description.plist
Expand Up @@ -5,6 +5,6 @@
<key>IFPkgDescriptionDescription</key>
<string>Implements generation gap codegen pattern for Core Data. Inspired by eogenerator.</string>
<key>IFPkgDescriptionTitle</key>
<string>mogenerator + Xmo'd VERSION</string>
<string>mogenerator VERSION</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion installer/make_installer.command
Expand Up @@ -4,11 +4,11 @@ cd "`dirname \"$0\"`"
sudo echo

sudo rm -rf 'build'
mkdir -p 'build/root/Library/Application Support/mogenerator'

cd ..
xcodebuild -configuration Release CONFIGURATION_BUILD_DIR="$PWD/installer/build/root/usr/bin/"
# The standard templates are now integrated into mogenerator's binary itself.
# mkdir -p 'build/root/Library/Application Support/mogenerator'
# cp templates/*.motemplate "$PWD/installer/build/root/Library/Application Support/mogenerator/"
cd installer

Expand Down

0 comments on commit 3c371bc

Please sign in to comment.