Info.plist #9

  • //
  • guest/
  • jaime_rios/
  • XcodePerforcePlugin/
  • XcodePerforcePlugin/
  • Info.plist
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<?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>English</string>
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<key>CFBundleIconFile</key>
	<string></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>BNDL</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1</string>
	<key>DVTPlugInCompatibilityUUIDs</key>
	<array>
		<string>C4A681B0-4A26-480E-93EC-1218098B9AA0</string>
		<string>AD68E85B-441B-4301-B564-A45E4919A6AD</string>
		<string>A16FF353-8441-459E-A50C-B071F53F51B7</string>
		<string>9F75337B-21B4-4ADC-B558-F9CADF7073A7</string>
		<string>E969541F-E6F9-4D25-8158-72DC3545A6C6</string>
		<string>7FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90</string>
		<string>AABB7188-E14E-4433-AD3B-5CD791EAD9A3</string>
		<string>0420B86A-AA43-4792-9ED0-6FE0F2B16A13</string>
        <string>7265231C-39B4-402C-89E1-16167C4CC990</string> <!-- 7.1 -->
        <string>F41BD31E-2683-44B8-AE7F-5F09E919790E</string> <!-- 7.2 -->
        <string>ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C</string> <!-- 7.3 -->
	</array>
	<key>LSMinimumSystemVersion</key>
	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
	<key>NSPrincipalClass</key>
	<string>XcodePerforcePlugin</string>
	<key>XC4Compatible</key>
	<true/>
	<key>XCPluginHasUI</key>
	<false/>
</dict>
</plist>
# Change User Description Committed
#9 18787 Jaime Rios Modified plist file to have UUID for XCode 7.3
#8 16808 Jaime Rios Modified plist file to have UUID for XCode 7.2
#7 16417 Jaime Rios Added UUID for Xcode 7.1; Updated plugin icons to use newer Helix themed icons.
#6 15948 Jaime Rios Added p4vc submit functionality; violated rule 0; updated plist for xcode 7 uuid; fixed errors encountered by xcode related to optionals and interoperability with Obj-C++ code.
#5 15115 Jaime Rios Modified plist for Xcode 6.4 and Xcode 7 Beta; updated code changes in Swift; added notes about UUID for self.
#4 13687 Jaime Rios Added Xcode 6.3.2 support; minor editing changes; fixes for Swift compiler errors.
#3 12299 Jaime Rios Added support for Xcode 6.3.
#2 12123 Jaime Rios Added compatibility for Xcode 6.2; modified the menu layout; added additional screenshot; updated URL for Alcatraz Package Manager.
#1 11694 Jaime Rios Initial add of XcodePerforcePlugin project to guest depot.