Skip to content

Commit 6a6cf72

Browse files
committed
Embed PusherSwift.framework to make iOS Example work on device
1 parent 16dac5b commit 6a6cf72

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

iOS Example.xcodeproj/project.pbxproj

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,24 @@
1111
33831CC31A9CFCDB00B124F1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33831CBF1A9CFCDB00B124F1 /* Images.xcassets */; };
1212
33831CC41A9CFCDB00B124F1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 33831CC01A9CFCDB00B124F1 /* Main.storyboard */; };
1313
33831CC51A9CFCDB00B124F1 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33831CC11A9CFCDB00B124F1 /* ViewController.swift */; };
14+
33C69F161D26BEE100ABB47A /* PusherSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33C69F111D26BEB100ABB47A /* PusherSwift.framework */; };
15+
33C69F181D26C21600ABB47A /* PusherSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 33C69F111D26BEB100ABB47A /* PusherSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1416
/* End PBXBuildFile section */
1517

18+
/* Begin PBXCopyFilesBuildPhase section */
19+
33C69F191D26C21600ABB47A /* Embed Frameworks */ = {
20+
isa = PBXCopyFilesBuildPhase;
21+
buildActionMask = 2147483647;
22+
dstPath = "";
23+
dstSubfolderSpec = 10;
24+
files = (
25+
33C69F181D26C21600ABB47A /* PusherSwift.framework in Embed Frameworks */,
26+
);
27+
name = "Embed Frameworks";
28+
runOnlyForDeploymentPostprocessing = 0;
29+
};
30+
/* End PBXCopyFilesBuildPhase section */
31+
1632
/* Begin PBXFileReference section */
1733
21AFCABFD6461F6288FAA7A5 /* Pods_iOS_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1834
2EB04428B64860E705E7675C /* Pods-iOS Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example.release.xcconfig"; sourceTree = "<group>"; };
@@ -22,6 +38,7 @@
2238
33831CBF1A9CFCDB00B124F1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Example/Images.xcassets; sourceTree = SOURCE_ROOT; };
2339
33831CC01A9CFCDB00B124F1 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Example/Main.storyboard; sourceTree = SOURCE_ROOT; };
2440
33831CC11A9CFCDB00B124F1 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = Example/ViewController.swift; sourceTree = SOURCE_ROOT; };
41+
33C69F111D26BEB100ABB47A /* PusherSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PusherSwift.framework; path = "../../Library/Developer/Xcode/DerivedData/PusherSwift-cifrlthdfybbcedmlylirqthvkky/Build/Products/Debug-iphoneos/PusherSwift.framework"; sourceTree = "<group>"; };
2542
63B4963D1F9188B612AE6FB6 /* Pods-iOS Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-iOS Example/Pods-iOS Example.debug.xcconfig"; sourceTree = "<group>"; };
2643
/* End PBXFileReference section */
2744

@@ -30,6 +47,7 @@
3047
isa = PBXFrameworksBuildPhase;
3148
buildActionMask = 2147483647;
3249
files = (
50+
33C69F161D26BEE100ABB47A /* PusherSwift.framework in Frameworks */,
3351
);
3452
runOnlyForDeploymentPostprocessing = 0;
3553
};
@@ -87,6 +105,7 @@
87105
E0B29E04C3C064CEE6120CF2 /* Frameworks */ = {
88106
isa = PBXGroup;
89107
children = (
108+
33C69F111D26BEB100ABB47A /* PusherSwift.framework */,
90109
21AFCABFD6461F6288FAA7A5 /* Pods_iOS_Example.framework */,
91110
);
92111
name = Frameworks;
@@ -102,6 +121,7 @@
102121
33831C5A1A9CEEE900B124F1 /* Sources */,
103122
33831C5B1A9CEEE900B124F1 /* Frameworks */,
104123
33831C5C1A9CEEE900B124F1 /* Resources */,
124+
33C69F191D26C21600ABB47A /* Embed Frameworks */,
105125
);
106126
buildRules = (
107127
);
@@ -260,7 +280,7 @@
260280
CLANG_ENABLE_MODULES = YES;
261281
CODE_SIGN_IDENTITY = "iPhone Developer";
262282
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
263-
EMBEDDED_CONTENT_CONTAINS_SWIFT = "$(inherited)";
283+
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
264284
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
265285
INFOPLIST_FILE = Example/Info.plist;
266286
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
@@ -279,7 +299,7 @@
279299
CLANG_ENABLE_MODULES = YES;
280300
CODE_SIGN_IDENTITY = "iPhone Developer";
281301
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
282-
EMBEDDED_CONTENT_CONTAINS_SWIFT = "$(inherited)";
302+
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
283303
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
284304
GCC_OPTIMIZATION_LEVEL = s;
285305
INFOPLIST_FILE = Example/Info.plist;

0 commit comments

Comments
 (0)