Skip to content

Instantly share code, notes, and snippets.

@yeahdongcn
Created July 2, 2013 07:57
Show Gist options
  • Save yeahdongcn/5907491 to your computer and use it in GitHub Desktop.
Save yeahdongcn/5907491 to your computer and use it in GitHub Desktop.
iPhone Simulator Capture.bundle for higher version
<?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>10J869</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>iPhone Simulator Capture</string>
<key>CFBundleIdentifier</key>
<string>com.davidbeck.iPhone Simulator Capture</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>iPhone Simulator Capture</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>4A2002a</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>4A2002a</string>
<key>DTSDKName</key>
<string>macosx10.6</string>
<key>DTXcode</key>
<string>0402</string>
<key>DTXcodeBuild</key>
<string>4A2002a</string>
<key>NSPrincipalClass</key>
<string>ISCController</string>
<key>SIMBLTargetApplications</key>
<array>
<dict>
<key>BundleIdentifier</key>
<string>com.apple.iphonesimulator</string>
<key>MaxBundleVersion</key>
<string>400</string>
<key>MinBundleVersion</key>
<string>3.2 (193.8)</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment