diff options
author | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
commit | 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch) | |
tree | 52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist | |
parent | db81b925d776103326128bf629cbdda576a223e7 (diff) |
delete src/mesh/assimp-master
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> |