Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit d0a38a2

Browse files
revolterrenyu-io
authored andcommitted
Add Keyframes framework as embed binary (#45)
* Add Keyframes framework as embed binary Related to #40 * Remove duplicated framework reference from project files
1 parent 3615e37 commit d0a38a2

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

ios/keyframes-sample-ios/objc/keyframes-sample-ios.xcodeproj/project.pbxproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@
1414
ADBA23DC1D2C2A9200D2549E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ADBA23DA1D2C2A9200D2549E /* Main.storyboard */; };
1515
ADBA23DE1D2C2A9200D2549E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ADBA23DD1D2C2A9200D2549E /* Assets.xcassets */; };
1616
ADBA23E11D2C2A9200D2549E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ADBA23DF1D2C2A9200D2549E /* LaunchScreen.storyboard */; };
17+
B8E78CEC1DED74800018CB18 /* keyframes.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DB68E7F11DE69F2200AEF0AF /* keyframes.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1718
DB68E7F61DE69F3300AEF0AF /* keyframes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DB68E7F11DE69F2200AEF0AF /* keyframes.framework */; };
1819
/* End PBXBuildFile section */
1920

2021
/* Begin PBXContainerItemProxy section */
22+
B8E78CED1DED74800018CB18 /* PBXContainerItemProxy */ = {
23+
isa = PBXContainerItemProxy;
24+
containerPortal = DB68E7EB1DE69F2200AEF0AF /* keyframes.xcodeproj */;
25+
proxyType = 1;
26+
remoteGlobalIDString = ADBA24AF1D2C3C9400D2549E;
27+
remoteInfo = keyframes;
28+
};
2129
DB68E7F01DE69F2200AEF0AF /* PBXContainerItemProxy */ = {
2230
isa = PBXContainerItemProxy;
2331
containerPortal = DB68E7EB1DE69F2200AEF0AF /* keyframes.xcodeproj */;
@@ -48,6 +56,7 @@
4856
dstPath = "";
4957
dstSubfolderSpec = 10;
5058
files = (
59+
B8E78CEC1DED74800018CB18 /* keyframes.framework in Embed Frameworks */,
5160
);
5261
name = "Embed Frameworks";
5362
runOnlyForDeploymentPostprocessing = 0;
@@ -148,6 +157,7 @@
148157
);
149158
dependencies = (
150159
DB68E7F51DE69F2E00AEF0AF /* PBXTargetDependency */,
160+
B8E78CEE1DED74800018CB18 /* PBXTargetDependency */,
151161
);
152162
name = "keyframes-sample-ios";
153163
productName = "keyframes-sample-ios";
@@ -238,6 +248,11 @@
238248
/* End PBXSourcesBuildPhase section */
239249

240250
/* Begin PBXTargetDependency section */
251+
B8E78CEE1DED74800018CB18 /* PBXTargetDependency */ = {
252+
isa = PBXTargetDependency;
253+
name = keyframes;
254+
targetProxy = B8E78CED1DED74800018CB18 /* PBXContainerItemProxy */;
255+
};
241256
DB68E7F51DE69F2E00AEF0AF /* PBXTargetDependency */ = {
242257
isa = PBXTargetDependency;
243258
name = keyframes;

ios/keyframes-sample-ios/swift/keyframes-sample-ios.xcodeproj/project.pbxproj

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
B8E78CF21DED74B50018CB18 /* keyframes.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DB39420A1DECB9A300448055 /* keyframes.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1011
DB39420F1DECBA7E00448055 /* keyframes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DB39420A1DECB9A300448055 /* keyframes.framework */; };
1112
DB68E7CB1DE69F1500AEF0AF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB68E7CA1DE69F1500AEF0AF /* AppDelegate.swift */; };
1213
DB68E7CD1DE69F1500AEF0AF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB68E7CC1DE69F1500AEF0AF /* ViewController.swift */; };
@@ -17,6 +18,13 @@
1718
/* End PBXBuildFile section */
1819

1920
/* Begin PBXContainerItemProxy section */
21+
B8E78CF31DED74B50018CB18 /* PBXContainerItemProxy */ = {
22+
isa = PBXContainerItemProxy;
23+
containerPortal = DB3942041DECB9A300448055 /* keyframes.xcodeproj */;
24+
proxyType = 1;
25+
remoteGlobalIDString = ADBA24AF1D2C3C9400D2549E;
26+
remoteInfo = keyframes;
27+
};
2028
DB3942091DECB9A300448055 /* PBXContainerItemProxy */ = {
2129
isa = PBXContainerItemProxy;
2230
containerPortal = DB3942041DECB9A300448055 /* keyframes.xcodeproj */;
@@ -47,6 +55,20 @@
4755
};
4856
/* End PBXContainerItemProxy section */
4957

58+
/* Begin PBXCopyFilesBuildPhase section */
59+
B8E78CF51DED74B50018CB18 /* Embed Frameworks */ = {
60+
isa = PBXCopyFilesBuildPhase;
61+
buildActionMask = 2147483647;
62+
dstPath = "";
63+
dstSubfolderSpec = 10;
64+
files = (
65+
B8E78CF21DED74B50018CB18 /* keyframes.framework in Embed Frameworks */,
66+
);
67+
name = "Embed Frameworks";
68+
runOnlyForDeploymentPostprocessing = 0;
69+
};
70+
/* End PBXCopyFilesBuildPhase section */
71+
5072
/* Begin PBXFileReference section */
5173
DB3942041DECB9A300448055 /* keyframes.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = keyframes.xcodeproj; path = ../../keyframes/keyframes.xcodeproj; sourceTree = "<group>"; };
5274
DB68E7C71DE69F1500AEF0AF /* keyframes-sample-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "keyframes-sample-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -140,11 +162,13 @@
140162
DB68E7C31DE69F1500AEF0AF /* Sources */,
141163
DB68E7C41DE69F1500AEF0AF /* Frameworks */,
142164
DB68E7C51DE69F1500AEF0AF /* Resources */,
165+
B8E78CF51DED74B50018CB18 /* Embed Frameworks */,
143166
);
144167
buildRules = (
145168
);
146169
dependencies = (
147170
DB39420E1DECBA7400448055 /* PBXTargetDependency */,
171+
B8E78CF41DED74B50018CB18 /* PBXTargetDependency */,
148172
);
149173
name = "keyframes-sample-ios";
150174
productName = "keyframes-sample-ios";
@@ -274,6 +298,11 @@
274298
/* End PBXSourcesBuildPhase section */
275299

276300
/* Begin PBXTargetDependency section */
301+
B8E78CF41DED74B50018CB18 /* PBXTargetDependency */ = {
302+
isa = PBXTargetDependency;
303+
name = keyframes;
304+
targetProxy = B8E78CF31DED74B50018CB18 /* PBXContainerItemProxy */;
305+
};
277306
DB39420E1DECBA7400448055 /* PBXTargetDependency */ = {
278307
isa = PBXTargetDependency;
279308
name = keyframes;

0 commit comments

Comments
 (0)