34 строки
1001 B
Plaintext
34 строки
1001 B
Plaintext
|
<?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>CFBundleName</key>
|
||
|
<string>ITSwitchSample</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>com.mobillholmes.itswitchsample2</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>1.0</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>1</string>
|
||
|
<key>LSMinimumSystemVersion</key>
|
||
|
<string>10.11</string>
|
||
|
<key>CFBundleDevelopmentRegion</key>
|
||
|
<string>en</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleSignature</key>
|
||
|
<string>????</string>
|
||
|
<key>NSHumanReadableCopyright</key>
|
||
|
<string>(c) Bill Holmes</string>
|
||
|
<key>NSPrincipalClass</key>
|
||
|
<string>NSApplication</string>
|
||
|
<key>NSMainStoryboardFile</key>
|
||
|
<string>Main</string>
|
||
|
<key>XSAppIconAssets</key>
|
||
|
<string>Assets.xcassets/AppIcon.appiconset</string>
|
||
|
|
||
|
</dict>
|
||
|
</plist>
|