Xcode project maintenance:

Fix the docs name.
Bring back InfoPlist.strings.
Have the Xcode groups point to the project's directory structure.
This commit is contained in:
C.W. Betts 2017-06-04 13:52:30 -06:00 committed by sa666666
parent 6c5ce1081a
commit fbf642a130
4 changed files with 598 additions and 606 deletions

View File

@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Stella</string>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleGetInfoString</key>
<string>Stella</string>
<key>CFBundleHelpBookFolder</key>
@ -62,10 +62,8 @@
<string>10.7.0</string>
</dict>
<key>NSMainNibFile</key>
<string>SDLMain.nib</string>
<string>SDLMain</string>
<key>NSPrincipalClass</key>
<string>SDLApplication</string>
<key>«PROJECTNAMEASXML»</key>
<string>SDL Cocoa App</string>
</dict>
</plist>

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<string>This project builds an SDL-based application with Cocoa menus.</string>
<key>FilesToMacroExpand</key>
<array>
<string>English.lproj/InfoPlist.strings</string>
</array>
</dict>
</plist>

File diff suppressed because it is too large Load Diff