Skip to content

Commit

Permalink
Example app now runs on device once dev team is set without warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Aug 30, 2017
1 parent 9003246 commit a07cfbe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
17 changes: 16 additions & 1 deletion Example/iOS Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */,
);
Expand All @@ -81,6 +84,7 @@
4C8787AA1A6E3948008A313B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
4C8787AB1A6E3948008A313B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4C8787AC1A6E3948008A313B /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
4CD1425E1F573CF9002D6006 /* Willow.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Willow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -90,6 +94,7 @@
files = (
4CD142411F5731DF002D6006 /* Database.framework in Frameworks */,
4CD142451F5731DF002D6006 /* WebServices.framework in Frameworks */,
4CD1425F1F573D0C002D6006 /* Willow.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -100,6 +105,7 @@
isa = PBXGroup;
children = (
4C8787A61A6E3948008A313B /* Source */,
4CD1424D1F573C6B002D6006 /* Frameworks */,
4C2776A81A6C55F4007B1133 /* Products */,
4C2B3A171CDEB6F9004F1A18 /* Database.xcodeproj */,
4C2B3A1B1CDEB6F9004F1A18 /* WebServices.xcodeproj */,
Expand Down Expand Up @@ -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 = "<group>";
};
4CD1424D1F573C6B002D6006 /* Frameworks */ = {
isa = PBXGroup;
children = (
4CD1425E1F573CF9002D6006 /* Willow.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
5534CA4F1F3CFF50002E82F9 /* Products */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Example/iOS Example/Base.lproj/LaunchScreen.xib
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015-2017 Nike. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2017 Nike. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<rect key="frame" x="20" y="439" width="441" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand Down
1 change: 1 addition & 0 deletions Example/iOS Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
Expand Down

0 comments on commit a07cfbe

Please sign in to comment.