|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 2DFA0F43148933CB7CB7F10B /* Pods_BranchPluginExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A7BA8F4DED579D593CB5269 /* Pods_BranchPluginExample.framework */; };
|
| 11 | + 58C6382A104D4297A0F03FD0 /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 377F31B45986238010520A90 /* SafariServices.framework */; }; |
| 12 | + 5D7175848729B9FE8A63F795 /* CoreSpotlight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2064DB8F2F40EE442F03EAF9 /* CoreSpotlight.framework */; }; |
11 | 13 | 7B03D6201EA18B7F00AE01E7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B03D61F1EA18B7F00AE01E7 /* AppDelegate.swift */; };
|
12 | 14 | 7B03D6221EA18B7F00AE01E7 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B03D6211EA18B7F00AE01E7 /* ViewController.swift */; };
|
13 | 15 | 7B03D6251EA18B7F00AE01E7 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7B03D6231EA18B7F00AE01E7 /* Main.storyboard */; };
|
14 | 16 | 7B03D6271EA18B7F00AE01E7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7B03D6261EA18B7F00AE01E7 /* Assets.xcassets */; };
|
15 | 17 | 7B03D62A1EA18B7F00AE01E7 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7B03D6281EA18B7F00AE01E7 /* LaunchScreen.storyboard */; };
|
| 18 | + F5C337E9B6D1A8DCE5C94FA2 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E33877C2014592BFB0811038 /* AdSupport.framework */; }; |
16 | 19 | /* End PBXBuildFile section */
|
17 | 20 |
|
18 | 21 | /* Begin PBXFileReference section */
|
19 | 22 | 1A7BA8F4DED579D593CB5269 /* Pods_BranchPluginExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BranchPluginExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 23 | + 2064DB8F2F40EE442F03EAF9 /* CoreSpotlight.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreSpotlight.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/CoreSpotlight.framework; sourceTree = DEVELOPER_DIR; }; |
| 24 | + 377F31B45986238010520A90 /* SafariServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SafariServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/SafariServices.framework; sourceTree = DEVELOPER_DIR; }; |
| 25 | + 48AA03202BB81CC493993A69 /* BranchPluginExample.entitlements */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.entitlements; name = BranchPluginExample.entitlements; path = BranchPluginExample/BranchPluginExample.entitlements; sourceTree = "<group>"; }; |
20 | 26 | 7B03D61C1EA18B7F00AE01E7 /* BranchPluginExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BranchPluginExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
21 | 27 | 7B03D61F1EA18B7F00AE01E7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
22 | 28 | 7B03D6211EA18B7F00AE01E7 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
26 | 32 | 7B03D62B1EA18B7F00AE01E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
27 | 33 | A78993DA75A56A8B38F927FF /* Pods-BranchPluginExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BranchPluginExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BranchPluginExample/Pods-BranchPluginExample.debug.xcconfig"; sourceTree = "<group>"; };
|
28 | 34 | D3CC0ABC7F7C89663342D316 /* Pods-BranchPluginExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BranchPluginExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-BranchPluginExample/Pods-BranchPluginExample.release.xcconfig"; sourceTree = "<group>"; };
|
| 35 | + E33877C2014592BFB0811038 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/AdSupport.framework; sourceTree = DEVELOPER_DIR; }; |
29 | 36 | /* End PBXFileReference section */
|
30 | 37 |
|
31 | 38 | /* Begin PBXFrameworksBuildPhase section */
|
|
34 | 41 | buildActionMask = 2147483647;
|
35 | 42 | files = (
|
36 | 43 | 2DFA0F43148933CB7CB7F10B /* Pods_BranchPluginExample.framework in Frameworks */,
|
| 44 | + F5C337E9B6D1A8DCE5C94FA2 /* AdSupport.framework in Frameworks */, |
| 45 | + 5D7175848729B9FE8A63F795 /* CoreSpotlight.framework in Frameworks */, |
| 46 | + 58C6382A104D4297A0F03FD0 /* SafariServices.framework in Frameworks */, |
37 | 47 | );
|
38 | 48 | runOnlyForDeploymentPostprocessing = 0;
|
39 | 49 | };
|
|
44 | 54 | isa = PBXGroup;
|
45 | 55 | children = (
|
46 | 56 | 1A7BA8F4DED579D593CB5269 /* Pods_BranchPluginExample.framework */,
|
| 57 | + 212421F76106EF8982392507 /* iOS */, |
47 | 58 | );
|
48 | 59 | name = Frameworks;
|
49 | 60 | sourceTree = "<group>";
|
50 | 61 | };
|
| 62 | + 212421F76106EF8982392507 /* iOS */ = { |
| 63 | + isa = PBXGroup; |
| 64 | + children = ( |
| 65 | + E33877C2014592BFB0811038 /* AdSupport.framework */, |
| 66 | + 2064DB8F2F40EE442F03EAF9 /* CoreSpotlight.framework */, |
| 67 | + 377F31B45986238010520A90 /* SafariServices.framework */, |
| 68 | + ); |
| 69 | + name = iOS; |
| 70 | + sourceTree = "<group>"; |
| 71 | + }; |
51 | 72 | 7B03D6131EA18B7F00AE01E7 = {
|
52 | 73 | isa = PBXGroup;
|
53 | 74 | children = (
|
54 | 75 | 7B03D61E1EA18B7F00AE01E7 /* BranchPluginExample */,
|
55 | 76 | 7B03D61D1EA18B7F00AE01E7 /* Products */,
|
56 | 77 | D2F58300BBDB58DE2DE408CA /* Pods */,
|
57 | 78 | 09984245DD971436BB75F49C /* Frameworks */,
|
| 79 | + 48AA03202BB81CC493993A69 /* BranchPluginExample.entitlements */, |
58 | 80 | );
|
59 | 81 | sourceTree = "<group>";
|
60 | 82 | };
|
|
345 | 367 | baseConfigurationReference = A78993DA75A56A8B38F927FF /* Pods-BranchPluginExample.debug.xcconfig */;
|
346 | 368 | buildSettings = {
|
347 | 369 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 370 | + CODE_SIGN_ENTITLEMENTS = BranchPluginExample/BranchPluginExample.entitlements; |
348 | 371 | DEVELOPMENT_TEAM = R63EM248DP;
|
349 | 372 | INFOPLIST_FILE = BranchPluginExample/Info.plist;
|
350 | 373 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
359 | 382 | baseConfigurationReference = D3CC0ABC7F7C89663342D316 /* Pods-BranchPluginExample.release.xcconfig */;
|
360 | 383 | buildSettings = {
|
361 | 384 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 385 | + CODE_SIGN_ENTITLEMENTS = BranchPluginExample/BranchPluginExample.entitlements; |
362 | 386 | DEVELOPMENT_TEAM = R63EM248DP;
|
363 | 387 | INFOPLIST_FILE = BranchPluginExample/Info.plist;
|
364 | 388 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
0 commit comments