diff options
Diffstat (limited to 'libs/assimp/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist')
-rw-r--r-- | libs/assimp/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/libs/assimp/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist b/libs/assimp/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist new file mode 100644 index 0000000..a53a1d9 --- /dev/null +++ b/libs/assimp/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist @@ -0,0 +1,101 @@ +<?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>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>binary</string> + </array> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>application/octet-stream</string> + </array> + <key>CFBundleTypeName</key> + <string>Binary</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>LSTypeIsPackage</key> + <false/> + <key>NSDocumentClass</key> + <string>MyDocument</string> + <key>NSPersistentStoreTypeKey</key> + <string>Binary</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>sqlite</string> + </array> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>application/octet-stream</string> + </array> + <key>CFBundleTypeName</key> + <string>SQLite</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>LSTypeIsPackage</key> + <false/> + <key>NSDocumentClass</key> + <string>MyDocument</string> + <key>NSPersistentStoreTypeKey</key> + <string>SQLite</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>xml</string> + </array> + <key>CFBundleTypeIconFile</key> + <string></string> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>text/xml</string> + </array> + <key>CFBundleTypeName</key> + <string>XML</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>????</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>LSTypeIsPackage</key> + <false/> + <key>NSDocumentClass</key> + <string>MyDocument</string> + <key>NSPersistentStoreTypeKey</key> + <string>XML</string> + </dict> + </array> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> + <key>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1</string> + <key>LSMinimumSystemVersion</key> + <string>${MACOSX_DEPLOYMENT_TARGET}</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |