Skip to content

Commit d83a2fa

Browse files
committed
.
1 parent 1b9537d commit d83a2fa

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Demo-Watch/Demo-Watch.xcodeproj/project.pbxproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
9B267B6324405CFD002F571E /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B267B6224405CFD002F571E /* InterfaceController.swift */; };
1515
9B267B6524405CFD002F571E /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B267B6424405CFD002F571E /* ExtensionDelegate.swift */; };
1616
9B267B6724405CFD002F571E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9B267B6624405CFD002F571E /* Assets.xcassets */; };
17-
9B80471C28DD97F400FFBDFB /* AttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B80471B28DD97F400FFBDFB /* AttributedString.framework */; };
18-
9B80471D28DD97F400FFBDFB /* AttributedString.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9B80471B28DD97F400FFBDFB /* AttributedString.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
17+
9B5EBAA528DDB32600CCA416 /* AttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B5EBAA428DDB32600CCA416 /* AttributedString.framework */; };
18+
9B5EBAA628DDB32600CCA416 /* AttributedString.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9B5EBAA428DDB32600CCA416 /* AttributedString.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXContainerItemProxy section */
@@ -64,7 +64,7 @@
6464
dstPath = "";
6565
dstSubfolderSpec = 10;
6666
files = (
67-
9B80471D28DD97F400FFBDFB /* AttributedString.framework in Embed Frameworks */,
67+
9B5EBAA628DDB32600CCA416 /* AttributedString.framework in Embed Frameworks */,
6868
);
6969
name = "Embed Frameworks";
7070
runOnlyForDeploymentPostprocessing = 0;
@@ -82,16 +82,15 @@
8282
9B267B6424405CFD002F571E /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
8383
9B267B6624405CFD002F571E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8484
9B267B6824405CFD002F571E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
85-
9B2E319C26A0312000BA33A8 /* AttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = AttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; };
86-
9B80471B28DD97F400FFBDFB /* AttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = AttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; };
85+
9B5EBAA428DDB32600CCA416 /* AttributedString.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = AttributedString.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8786
/* End PBXFileReference section */
8887

8988
/* Begin PBXFrameworksBuildPhase section */
9089
9B267B5A24405CFD002F571E /* Frameworks */ = {
9190
isa = PBXFrameworksBuildPhase;
9291
buildActionMask = 2147483647;
9392
files = (
94-
9B80471C28DD97F400FFBDFB /* AttributedString.framework in Frameworks */,
93+
9B5EBAA528DDB32600CCA416 /* AttributedString.framework in Frameworks */,
9594
);
9695
runOnlyForDeploymentPostprocessing = 0;
9796
};
@@ -149,8 +148,7 @@
149148
9B2E318726A02FC900BA33A8 /* Frameworks */ = {
150149
isa = PBXGroup;
151150
children = (
152-
9B80471B28DD97F400FFBDFB /* AttributedString.framework */,
153-
9B2E319C26A0312000BA33A8 /* AttributedString.framework */,
151+
9B5EBAA428DDB32600CCA416 /* AttributedString.framework */,
154152
);
155153
name = Frameworks;
156154
sourceTree = "<group>";

Demo-Watch/Demo-Watch.xcodeproj/xcshareddata/xcschemes/Demo-Watch WatchKit App.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1150"
3+
LastUpgradeVersion = "1400"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)