Skip to content

Commit 7548473

Browse files
committed
Add Xcode 6.4 UUID, make Info.plist xml, use tabs
1 parent bef5f0c commit 7548473

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

FuzzyAutocomplete.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
58C3C24918110DB70031D9CD /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
4444
58C3C24A18110DB70031D9CD /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
4545
58C3C24B18110DB70031D9CD /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
46-
58C3C24E18110DB70031D9CD /* FuzzyAutocomplete-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FuzzyAutocomplete-Info.plist"; sourceTree = "<group>"; };
46+
58C3C24E18110DB70031D9CD /* FuzzyAutocomplete-Info.plist */ = {isa = PBXFileReference; explicitFileType = text.xml; path = "FuzzyAutocomplete-Info.plist"; sourceTree = "<group>"; usesTabs = 1; };
4747
58C3C25018110DB70031D9CD /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
4848
58C3C25218110DB70031D9CD /* FuzzyAutocomplete-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = "FuzzyAutocomplete-Prefix.pch"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
4949
58C3C258181128140031D9CD /* FuzzyAutocomplete.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FuzzyAutocomplete.h; sourceTree = "<group>"; };

FuzzyAutocomplete/FuzzyAutocomplete-Info.plist

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@
2424
<string>2.1.0</string>
2525
<key>DVTPlugInCompatibilityUUIDs</key>
2626
<array>
27-
<string>37B30044-3B14-46BA-ABAA-F01000C27B63</string> <!-- 5.0 -->
28-
<string>640F884E-CE55-4B40-87C0-8869546CAB7A</string> <!-- 5.1 DP -->
29-
<string>A2E4D43F-41F4-4FB9-BB94-7177011C9AED</string> <!-- 5.1 -->
30-
<string>AD68E85B-441B-4301-B564-A45E4919A6AD</string> <!-- 6.0 Beta -->
31-
<string>C4A681B0-4A26-480E-93EC-1218098B9AA0</string> <!-- 6.0 GM -->
32-
<string>FEC992CC-CA4A-4CFD-8881-77300FCB848A</string> <!-- 6.2 Beta -->
33-
<string>A16FF353-8441-459E-A50C-B071F53F51B7</string> <!-- 6.2 -->
34-
<string>992275C1-432A-4CF7-B659-D84ED6D42D3F</string> <!-- 6.3 Beta -->
35-
<string>9F75337B-21B4-4ADC-B558-F9CADF7073A7</string> <!-- 6.3 -->
36-
<string>E969541F-E6F9-4D25-8158-72DC3545A6C6</string> <!-- 6.3.2 -->
37-
<string>8DC44374-2B35-4C57-A6FE-2AD66A36AAD9</string> <!-- 6.4 Beta -->
38-
<string>5EDAC44F-8E0B-42C9-9BEF-E9C12EEC4949</string> <!-- 6.4 B4 -->
39-
</array>
27+
<string>37B30044-3B14-46BA-ABAA-F01000C27B63</string> <!-- 5.0 -->
28+
<string>640F884E-CE55-4B40-87C0-8869546CAB7A</string> <!-- 5.1 DP -->
29+
<string>A2E4D43F-41F4-4FB9-BB94-7177011C9AED</string> <!-- 5.1 -->
30+
<string>AD68E85B-441B-4301-B564-A45E4919A6AD</string> <!-- 6.0 Beta -->
31+
<string>C4A681B0-4A26-480E-93EC-1218098B9AA0</string> <!-- 6.0 GM -->
32+
<string>FEC992CC-CA4A-4CFD-8881-77300FCB848A</string> <!-- 6.2 Beta -->
33+
<string>A16FF353-8441-459E-A50C-B071F53F51B7</string> <!-- 6.2 -->
34+
<string>992275C1-432A-4CF7-B659-D84ED6D42D3F</string> <!-- 6.3 Beta -->
35+
<string>9F75337B-21B4-4ADC-B558-F9CADF7073A7</string> <!-- 6.3 -->
36+
<string>E969541F-E6F9-4D25-8158-72DC3545A6C6</string> <!-- 6.3.2 -->
37+
<string>8DC44374-2B35-4C57-A6FE-2AD66A36AAD9</string> <!-- 6.4 Beta -->
38+
<string>5EDAC44F-8E0B-42C9-9BEF-E9C12EEC4949</string> <!-- 6.4 B4 -->
39+
<string>7FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90</string> <!-- 6.4 -->
40+
</array>
4041
<key>FAReportIssueURL</key>
4142
<string>https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin/issues</string>
4243
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)