2015-12-05 06:22:48 +00:00
|
|
|
<?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>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
2016-01-02 15:20:51 +00:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeIconFiles</key>
|
|
|
|
<array/>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Dsk Images</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
2016-01-03 12:07:06 +00:00
|
|
|
<string>com.apple2ios.dskinfo</string>
|
2016-01-02 15:20:51 +00:00
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2015-12-05 06:22:48 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2016-06-26 21:17:00 +00:00
|
|
|
<string>0.9.2</string>
|
2015-12-05 06:22:48 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2016-01-01 12:19:17 +00:00
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
|
<true/>
|
2015-12-05 06:22:48 +00:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
<string>Main</string>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
2016-01-01 12:19:17 +00:00
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2016-06-26 21:17:00 +00:00
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
2015-12-05 06:22:48 +00:00
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2016-01-02 15:20:51 +00:00
|
|
|
<key>UTExportedTypeDeclarations</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UTTypeDescription</key>
|
|
|
|
<string>dsk</string>
|
|
|
|
<key>UTTypeIdentifier</key>
|
2016-01-03 12:07:06 +00:00
|
|
|
<string>com.apple2ios.dskinfo</string>
|
2016-01-02 15:20:51 +00:00
|
|
|
<key>UTTypeSize64IconFile</key>
|
|
|
|
<string>floppy</string>
|
2016-01-03 12:07:06 +00:00
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
<dict>
|
|
|
|
<key>public.filename-extension</key>
|
|
|
|
<string>dsk</string>
|
|
|
|
</dict>
|
2016-01-02 15:20:51 +00:00
|
|
|
</dict>
|
|
|
|
</array>
|
2015-12-05 06:22:48 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|