Skip to content

Instantly share code, notes, and snippets.

@qknight
Created March 14, 2013 13:32
Show Gist options
  • Save qknight/5161327 to your computer and use it in GitHub Desktop.
Save qknight/5161327 to your computer and use it in GitHub Desktop.
<?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>11D51</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>iPhone Simulator</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xhtml</string>
<string>xhtm</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/xhtml+xml</string>
</array>
<key>CFBundleTypeName</key>
<string>XHTML document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>js</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/x-javascript</string>
</array>
<key>CFBundleTypeName</key>
<string>JavaScript script</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>html</string>
<string>htm</string>
<string>shtml</string>
<string>jhtml</string>
<string>webloc</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/html</string>
</array>
<key>CFBundleTypeName</key>
<string>HTML document</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>HTML</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>iPhone Simulator</string>
<key>CFBundleIconFile</key>
<string>simulator</string>
<key>CFBundleIdentifier</key>
<string>com.apple.iphonesimulator</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>iPhone Simulator</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>369.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>4G182</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>11D50v</string>
<key>DTSDKName</key>
<string>macosx10.7internal</string>
<key>DTXcode</key>
<string>0450</string>
<key>DTXcodeBuild</key>
<string>4G182</string>
<key>LSHasLocalizedDisplayName</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.6.4</string>
<key>LSMultipleInstancesProhibited</key>
<true/>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SupportedDeviceFamilies</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.simulator</string>
</array>
<key>UTTypeDescription</key>
<string>iOS Simulator</string>
<key>UTTypeIdentifier</key>
<string>com.apple.ios-simulator</string>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>com.apple.ios-simulator</string>
</array>
<key>UTTypeDescription</key>
<string>iPhone Simulator</string>
<key>UTTypeIdentifier</key>
<string>com.apple.iphone-simulator</string>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>com.apple.ios-simulator</string>
</array>
<key>UTTypeDescription</key>
<string>iPad Simulator</string>
<key>UTTypeIdentifier</key>
<string>com.apple.ipad-simulator</string>
</dict>
</array>
<key>UTImportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.device</string>
</array>
<key>UTTypeIdentifier</key>
<string>public.simulator</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment