Skip to content

Commit 62103b2

Browse files
authored
Merge pull request #1021 from BranchMetrics/SDK-957-Carthage-fix-missing-BranchScene
SDK-957 add BranchScene to umbrella header
2 parents 1a3a967 + 15d7f99 commit 62103b2

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

Branch-SDK/Branch-SDK/Branch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#import "BranchLastAttributedTouchData.h"
3939
#import "BNCInitSessionResponse.h"
4040
#import "UIViewController+Branch.h"
41+
#import "BranchScene.h"
4142

4243
NS_ASSUME_NONNULL_BEGIN
4344

Branch-TestBed-Swift/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
platform :ios, '10.0'
22

33
target "TestBed-Swift" do
4+
pod 'Branch', :path => '..'
45
pod 'Adjust'
56
pod 'Mixpanel'
67
pod 'Amplitude-iOS'

Branch-TestBed-Swift/TestBed-Swift.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
4D1B997F1FA135C3008AEFC8 /* Branch.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D1B997E1FA135B2008AEFC8 /* Branch.framework */; };
11-
4D1B99801FA135C3008AEFC8 /* Branch.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4D1B997E1FA135B2008AEFC8 /* Branch.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1210
4D3A944B1E64C777007127B3 /* iAd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D3A944A1E64C777007127B3 /* iAd.framework */; };
1311
4D510D771F0D61BE003D720B /* Branch.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AAF0F01CF7594400CA98BD /* Branch.m */; };
1412
4DF867F41E6DDC4E00BE4C5F /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DF867F31E6DDC4E00BE4C5F /* AdSupport.framework */; };
@@ -80,39 +78,20 @@
8078
866B64ACE405DBB9AB9EB483 /* libPods-TestBed-Swift.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8225BB463EBCEBED0D965277 /* libPods-TestBed-Swift.a */; };
8179
/* End PBXBuildFile section */
8280

83-
/* Begin PBXContainerItemProxy section */
84-
4D1B997D1FA135B2008AEFC8 /* PBXContainerItemProxy */ = {
85-
isa = PBXContainerItemProxy;
86-
containerPortal = 4D1B99791FA135B2008AEFC8 /* BranchSDK.xcodeproj */;
87-
proxyType = 2;
88-
remoteGlobalIDString = E298D0521C73D1B800589D22;
89-
remoteInfo = Branch;
90-
};
91-
4D1B99811FA135C3008AEFC8 /* PBXContainerItemProxy */ = {
92-
isa = PBXContainerItemProxy;
93-
containerPortal = 4D1B99791FA135B2008AEFC8 /* BranchSDK.xcodeproj */;
94-
proxyType = 1;
95-
remoteGlobalIDString = E298D0511C73D1B800589D22;
96-
remoteInfo = Branch;
97-
};
98-
/* End PBXContainerItemProxy section */
99-
10081
/* Begin PBXCopyFilesBuildPhase section */
10182
4D1B99831FA135C3008AEFC8 /* Embed Frameworks */ = {
10283
isa = PBXCopyFilesBuildPhase;
10384
buildActionMask = 2147483647;
10485
dstPath = "";
10586
dstSubfolderSpec = 10;
10687
files = (
107-
4D1B99801FA135C3008AEFC8 /* Branch.framework in Embed Frameworks */,
10888
);
10989
name = "Embed Frameworks";
11090
runOnlyForDeploymentPostprocessing = 0;
11191
};
11292
/* End PBXCopyFilesBuildPhase section */
11393

11494
/* Begin PBXFileReference section */
115-
4D1B99791FA135B2008AEFC8 /* BranchSDK.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = BranchSDK.xcodeproj; path = "../carthage-files/BranchSDK.xcodeproj"; sourceTree = "<group>"; };
11695
4D3A944A1E64C777007127B3 /* iAd.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = iAd.framework; path = System/Library/Frameworks/iAd.framework; sourceTree = SDKROOT; };
11796
4DF867F31E6DDC4E00BE4C5F /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
11897
5FB6D3E023219CA6006C5094 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
@@ -201,7 +180,6 @@
201180
5FB6D3E123219CA6006C5094 /* WebKit.framework in Frameworks */,
202181
6339D5D21F7451B300C6C562 /* libsqlite3.0.tbd in Frameworks */,
203182
6339D5D01F7451A200C6C562 /* SystemConfiguration.framework in Frameworks */,
204-
4D1B997F1FA135C3008AEFC8 /* Branch.framework in Frameworks */,
205183
4DF867F41E6DDC4E00BE4C5F /* AdSupport.framework in Frameworks */,
206184
4D3A944B1E64C777007127B3 /* iAd.framework in Frameworks */,
207185
63ECFAFC1D8F9624007F50AA /* SafariServices.framework in Frameworks */,
@@ -227,14 +205,6 @@
227205
name = Frameworks;
228206
sourceTree = "<group>";
229207
};
230-
4D1B997A1FA135B2008AEFC8 /* Products */ = {
231-
isa = PBXGroup;
232-
children = (
233-
4D1B997E1FA135B2008AEFC8 /* Branch.framework */,
234-
);
235-
name = Products;
236-
sourceTree = "<group>";
237-
};
238208
6306FFF21D6BEFB20031D2E3 /* Custom Events */ = {
239209
isa = PBXGroup;
240210
children = (
@@ -359,7 +329,6 @@
359329
63AAF0B51CF758AF00CA98BD = {
360330
isa = PBXGroup;
361331
children = (
362-
4D1B99791FA135B2008AEFC8 /* BranchSDK.xcodeproj */,
363332
6339D5C71F74506D00C6C562 /* AdobeMobileLibrary */,
364333
63AAF0C01CF758AF00CA98BD /* TestBed-Swift */,
365334
63AAF0BF1CF758AF00CA98BD /* Products */,
@@ -533,7 +502,6 @@
533502
buildRules = (
534503
);
535504
dependencies = (
536-
4D1B99821FA135C3008AEFC8 /* PBXTargetDependency */,
537505
);
538506
name = "TestBed-Swift";
539507
productName = "TestBed-Swift";
@@ -574,29 +542,13 @@
574542
mainGroup = 63AAF0B51CF758AF00CA98BD;
575543
productRefGroup = 63AAF0BF1CF758AF00CA98BD /* Products */;
576544
projectDirPath = "";
577-
projectReferences = (
578-
{
579-
ProductGroup = 4D1B997A1FA135B2008AEFC8 /* Products */;
580-
ProjectRef = 4D1B99791FA135B2008AEFC8 /* BranchSDK.xcodeproj */;
581-
},
582-
);
583545
projectRoot = "";
584546
targets = (
585547
63AAF0BD1CF758AF00CA98BD /* TestBed-Swift */,
586548
);
587549
};
588550
/* End PBXProject section */
589551

590-
/* Begin PBXReferenceProxy section */
591-
4D1B997E1FA135B2008AEFC8 /* Branch.framework */ = {
592-
isa = PBXReferenceProxy;
593-
fileType = wrapper.framework;
594-
path = Branch.framework;
595-
remoteRef = 4D1B997D1FA135B2008AEFC8 /* PBXContainerItemProxy */;
596-
sourceTree = BUILT_PRODUCTS_DIR;
597-
};
598-
/* End PBXReferenceProxy section */
599-
600552
/* Begin PBXResourcesBuildPhase section */
601553
63AAF0BC1CF758AF00CA98BD /* Resources */ = {
602554
isa = PBXResourcesBuildPhase;
@@ -1025,14 +977,6 @@
1025977
};
1026978
/* End PBXSourcesBuildPhase section */
1027979

1028-
/* Begin PBXTargetDependency section */
1029-
4D1B99821FA135C3008AEFC8 /* PBXTargetDependency */ = {
1030-
isa = PBXTargetDependency;
1031-
name = Branch;
1032-
targetProxy = 4D1B99811FA135C3008AEFC8 /* PBXContainerItemProxy */;
1033-
};
1034-
/* End PBXTargetDependency section */
1035-
1036980
/* Begin PBXVariantGroup section */
1037981
63AAF0CA1CF758AF00CA98BD /* LaunchScreen.storyboard */ = {
1038982
isa = PBXVariantGroup;

0 commit comments

Comments
 (0)