From a07cfbe08b8babce1baaada20d07b1e7f17f1734 Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Wed, 30 Aug 2017 11:41:01 -0700 Subject: [PATCH] Example app now runs on device once dev team is set without warnings. --- Example/iOS Example.xcodeproj/project.pbxproj | 17 ++++++++++++++++- Example/iOS Example/Base.lproj/LaunchScreen.xib | 2 +- Example/iOS Example/Info.plist | 1 + 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Example/iOS Example.xcodeproj/project.pbxproj b/Example/iOS Example.xcodeproj/project.pbxproj index f564f44..4a49c46 100644 --- a/Example/iOS Example.xcodeproj/project.pbxproj +++ b/Example/iOS Example.xcodeproj/project.pbxproj @@ -16,6 +16,8 @@ 4CD142421F5731DF002D6006 /* Database.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2B3A211CDEB6F9004F1A18 /* Database.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 4CD142451F5731DF002D6006 /* WebServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5534CA531F3CFF51002E82F9 /* WebServices.framework */; }; 4CD142461F5731DF002D6006 /* WebServices.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 5534CA531F3CFF51002E82F9 /* WebServices.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 4CD1425F1F573D0C002D6006 /* Willow.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CD1425E1F573CF9002D6006 /* Willow.framework */; }; + 4CD142611F573D18002D6006 /* Willow.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4CD1425E1F573CF9002D6006 /* Willow.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -63,6 +65,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( + 4CD142611F573D18002D6006 /* Willow.framework in Embed Frameworks */, 4CD142421F5731DF002D6006 /* Database.framework in Embed Frameworks */, 4CD142461F5731DF002D6006 /* WebServices.framework in Embed Frameworks */, ); @@ -81,6 +84,7 @@ 4C8787AA1A6E3948008A313B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 4C8787AB1A6E3948008A313B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 4C8787AC1A6E3948008A313B /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 4CD1425E1F573CF9002D6006 /* Willow.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Willow.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -90,6 +94,7 @@ files = ( 4CD142411F5731DF002D6006 /* Database.framework in Frameworks */, 4CD142451F5731DF002D6006 /* WebServices.framework in Frameworks */, + 4CD1425F1F573D0C002D6006 /* Willow.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -100,6 +105,7 @@ isa = PBXGroup; children = ( 4C8787A61A6E3948008A313B /* Source */, + 4CD1424D1F573C6B002D6006 /* Frameworks */, 4C2776A81A6C55F4007B1133 /* Products */, 4C2B3A171CDEB6F9004F1A18 /* Database.xcodeproj */, 4C2B3A1B1CDEB6F9004F1A18 /* WebServices.xcodeproj */, @@ -137,13 +143,21 @@ 4C8787B21A6E3956008A313B /* Supporting Files */ = { isa = PBXGroup; children = ( - 4C8787A81A6E3948008A313B /* LaunchScreen.xib */, 4C8787AA1A6E3948008A313B /* Images.xcassets */, 4C8787AB1A6E3948008A313B /* Info.plist */, + 4C8787A81A6E3948008A313B /* LaunchScreen.xib */, ); name = "Supporting Files"; sourceTree = ""; }; + 4CD1424D1F573C6B002D6006 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4CD1425E1F573CF9002D6006 /* Willow.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; 5534CA4F1F3CFF50002E82F9 /* Products */ = { isa = PBXGroup; children = ( @@ -415,6 +429,7 @@ OTHER_SWIFT_FLAGS = "$(inherited) -D DEBUG"; PRODUCT_BUNDLE_IDENTIFIER = "com.nike.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "iOS Example"; + PROVISIONING_PROFILE = ""; PROVISIONING_PROFILE_SPECIFIER = ""; }; name = Debug; diff --git a/Example/iOS Example/Base.lproj/LaunchScreen.xib b/Example/iOS Example/Base.lproj/LaunchScreen.xib index da2f00a..8bab033 100644 --- a/Example/iOS Example/Base.lproj/LaunchScreen.xib +++ b/Example/iOS Example/Base.lproj/LaunchScreen.xib @@ -16,7 +16,7 @@ -