diff options
Diffstat (limited to 'src/mesh/assimp-master/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist')
-rw-r--r-- | src/mesh/assimp-master/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/src/mesh/assimp-master/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist b/src/mesh/assimp-master/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist deleted file mode 100644 index a53a1d9..0000000 --- a/src/mesh/assimp-master/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist +++ /dev/null @@ -1,101 +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>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> |