diff --git a/LigatureXcodePlugin.xcodeproj/project.pbxproj b/LigatureXcodePlugin.xcodeproj/project.pbxproj index 304fe81..bb02894 100644 --- a/LigatureXcodePlugin.xcodeproj/project.pbxproj +++ b/LigatureXcodePlugin.xcodeproj/project.pbxproj @@ -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 */ @@ -29,6 +29,8 @@ BF1A8F7E1BAA9C5100E51245 /* LPXcodeUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPXcodeUtils.h; sourceTree = ""; }; BF1A8F7F1BAA9C5100E51245 /* LPXcodeUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPXcodeUtils.m; sourceTree = ""; }; BF1A8F811BAA9D4600E51245 /* LPXcodeHeaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LPXcodeHeaders.h; sourceTree = ""; }; + BF8871921BD8BF27005021AF /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; + BF8871931BD8BF27005021AF /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 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 = ""; }; BFD6F66C1B9586B2003BD02A /* LigatureXcodePlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LigatureXcodePlugin.h; sourceTree = ""; }; @@ -46,11 +48,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + BF8871911BD8BF17005021AF /* Info */ = { + isa = PBXGroup; + children = ( + BF8871921BD8BF27005021AF /* LICENSE.md */, + BF8871931BD8BF27005021AF /* README.md */, + ); + name = Info; + sourceTree = ""; + }; BFD6F6581B95847A003BD02A = { isa = PBXGroup; children = ( BFD6F6631B95847A003BD02A /* LigatureXcodePlugin */, BFD6F6621B95847A003BD02A /* Products */, + BF8871911BD8BF17005021AF /* Info */, ); sourceTree = ""; }; diff --git a/LigatureXcodePlugin/Info.plist b/LigatureXcodePlugin/Info.plist index 493adbd..28d22cc 100644 --- a/LigatureXcodePlugin/Info.plist +++ b/LigatureXcodePlugin/Info.plist @@ -23,6 +23,7 @@ DVTPlugInCompatibilityUUIDs 0420B86A-AA43-4792-9ED0-6FE0F2B16A13 + 7265231C-39B4-402C-89E1-16167C4CC990 NSHumanReadableCopyright Copyright © 2015 Robert Vojta. All rights reserved. diff --git a/README.md b/README.md index d47234a..cbbe619 100644 --- a/README.md +++ b/README.md @@ -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