Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Xcode 7.1 UUID (fixes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 22, 2015
1 parent a08a437 commit c8a9f9d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
16 changes: 14 additions & 2 deletions LigatureXcodePlugin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
BF1A8F801BAA9C5100E51245 /* LPXcodeUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1A8F7F1BAA9C5100E51245 /* LPXcodeUtils.m */; settings = {ASSET_TAGS = (); }; };
BF1A8F801BAA9C5100E51245 /* LPXcodeUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1A8F7F1BAA9C5100E51245 /* LPXcodeUtils.m */; };
BFD6F66B1B95868B003BD02A /* LigatureXcodePlugin.xcplugin in CopyFiles */ = {isa = PBXBuildFile; fileRef = BFD6F6611B95847A003BD02A /* LigatureXcodePlugin.xcplugin */; };
BFD6F66E1B9586B2003BD02A /* LigatureXcodePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD6F66D1B9586B2003BD02A /* LigatureXcodePlugin.m */; settings = {ASSET_TAGS = (); }; };
BFD6F66E1B9586B2003BD02A /* LigatureXcodePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD6F66D1B9586B2003BD02A /* LigatureXcodePlugin.m */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -29,6 +29,8 @@
BF1A8F7E1BAA9C5100E51245 /* LPXcodeUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPXcodeUtils.h; sourceTree = "<group>"; };
BF1A8F7F1BAA9C5100E51245 /* LPXcodeUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPXcodeUtils.m; sourceTree = "<group>"; };
BF1A8F811BAA9D4600E51245 /* LPXcodeHeaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LPXcodeHeaders.h; sourceTree = "<group>"; };
BF8871921BD8BF27005021AF /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
BF8871931BD8BF27005021AF /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
BFD6F6611B95847A003BD02A /* LigatureXcodePlugin.xcplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LigatureXcodePlugin.xcplugin; sourceTree = BUILT_PRODUCTS_DIR; };
BFD6F6641B95847A003BD02A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BFD6F66C1B9586B2003BD02A /* LigatureXcodePlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LigatureXcodePlugin.h; sourceTree = "<group>"; };
Expand All @@ -46,11 +48,21 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
BF8871911BD8BF17005021AF /* Info */ = {
isa = PBXGroup;
children = (
BF8871921BD8BF27005021AF /* LICENSE.md */,
BF8871931BD8BF27005021AF /* README.md */,
);
name = Info;
sourceTree = "<group>";
};
BFD6F6581B95847A003BD02A = {
isa = PBXGroup;
children = (
BFD6F6631B95847A003BD02A /* LigatureXcodePlugin */,
BFD6F6621B95847A003BD02A /* Products */,
BF8871911BD8BF17005021AF /* Info */,
);
sourceTree = "<group>";
};
Expand Down
1 change: 1 addition & 0 deletions LigatureXcodePlugin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<key>DVTPlugInCompatibilityUUIDs</key>
<array>
<string>0420B86A-AA43-4792-9ED0-6FE0F2B16A13</string>
<string>7265231C-39B4-402C-89E1-16167C4CC990</string>
</array>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Robert Vojta. All rights reserved.</string>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Xcode doesn't behave as expected.
## Requirements

- OS X Yosemite or El Capitan
- Xcode 7.0
- Xcode 7.0, 7.1

## Installation

Expand Down

0 comments on commit c8a9f9d

Please sign in to comment.