mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 21:35:34 +00:00
Full Template for ticket #1
This commit is contained in:
parent
74f265b3b3
commit
f439dc8dcd
2150 changed files with 286240 additions and 0 deletions
26
Templates/Full/buildFiles/Xcode/Info.plist
Normal file
26
Templates/Full/buildFiles/Xcode/Info.plist
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>torqueDemo</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.garagegames.${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>GG3d</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>mainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>macApplication</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
Templates/Full/buildFiles/Xcode/torqueDemo.icns
Normal file
BIN
Templates/Full/buildFiles/Xcode/torqueDemo.icns
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue