| Index: FavIcon.xcodeproj/project.pbxproj |
| diff --git a/FavIcon.xcodeproj/project.pbxproj b/FavIcon.xcodeproj/project.pbxproj |
| index 74c82181bf4e751c26d41109c31208b41f726e39..4796c3741bd5755f569239f1cf2bf0758823a505 100644 |
| --- a/FavIcon.xcodeproj/project.pbxproj |
| +++ b/FavIcon.xcodeproj/project.pbxproj |
| @@ -145,7 +145,7 @@ |
| 2E87456A1BE0CB13008E23AC /* HTMLDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLDocument.h; sourceTree = "<group>"; }; |
| 2E87456B1BE0CB13008E23AC /* HTMLDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTMLDocument.m; sourceTree = "<group>"; }; |
| 2EDA8AB51BE1E6510043F0F2 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| - BE12197E1E44E69800567D8D /* Walkthrough.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Walkthrough.playground; sourceTree = SOURCE_ROOT; }; |
| + BE12197E1E44E69800567D8D /* Walkthrough.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Walkthrough.playground; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
| /* End PBXFileReference section */ |
| /* Begin PBXFrameworksBuildPhase section */ |
| @@ -662,6 +662,7 @@ |
| 2E1852301BDAE5160065F877 /* Debug */ = { |
| isa = XCBuildConfiguration; |
| buildSettings = { |
| + APPLICATION_EXTENSION_API_ONLY = YES; |
| CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; |
| CLANG_ENABLE_MODULES = YES; |
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
| @@ -687,6 +688,7 @@ |
| 2E1852311BDAE5160065F877 /* Release */ = { |
| isa = XCBuildConfiguration; |
| buildSettings = { |
| + APPLICATION_EXTENSION_API_ONLY = YES; |
| CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; |
| CLANG_ENABLE_MODULES = YES; |
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |