|
|
@@ -0,0 +1,53 @@
|
|
|
+<?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>BuildMachineOSBuild</key>
|
|
|
+ <string>15B42</string>
|
|
|
+ <key>CFBundleDevelopmentRegion</key>
|
|
|
+ <string>English</string>
|
|
|
+ <key>CFBundleExecutable</key>
|
|
|
+ <string>AtomicEditor</string>
|
|
|
+ <key>CFBundleIconFile</key>
|
|
|
+ <string>Atomic.icns</string>
|
|
|
+ <key>CFBundleInfoDictionaryVersion</key>
|
|
|
+ <string>6.0</string>
|
|
|
+ <key>CFBundleLongVersionString</key>
|
|
|
+ <string></string>
|
|
|
+ <key>CFBundlePackageType</key>
|
|
|
+ <string>APPL</string>
|
|
|
+ <key>CFBundleSignature</key>
|
|
|
+ <string>????</string>
|
|
|
+ <key>CFBundleSupportedPlatforms</key>
|
|
|
+ <array>
|
|
|
+ <string>MacOSX</string>
|
|
|
+ </array>
|
|
|
+ <key>CFBundleVersion</key>
|
|
|
+ <string></string>
|
|
|
+ <key>CSResourcesFileMapped</key>
|
|
|
+ <true/>
|
|
|
+ <key>DTCompiler</key>
|
|
|
+ <string>com.apple.compilers.llvm.clang.1_0</string>
|
|
|
+ <key>DTPlatformBuild</key>
|
|
|
+ <string>7A1001</string>
|
|
|
+ <key>DTPlatformVersion</key>
|
|
|
+ <string>GM</string>
|
|
|
+ <key>DTSDKBuild</key>
|
|
|
+ <string>15A278</string>
|
|
|
+ <key>DTSDKName</key>
|
|
|
+ <string>macosx10.11</string>
|
|
|
+ <key>DTXcode</key>
|
|
|
+ <string>0701</string>
|
|
|
+ <key>DTXcodeBuild</key>
|
|
|
+ <string>7A1001</string>
|
|
|
+ <key>LSEnvironment</key>
|
|
|
+ <dict>
|
|
|
+ <key>URHO3D_PREFIX_PATH</key>
|
|
|
+ <string>../Resources</string>
|
|
|
+ </dict>
|
|
|
+ <key>LSRequiresCarbon</key>
|
|
|
+ <true/>
|
|
|
+ <key>NSHumanReadableCopyright</key>
|
|
|
+ <string></string>
|
|
|
+</dict>
|
|
|
+</plist>
|