Skip to content

Commit 426b86a

Browse files
authored
Merge pull request #30 from BranchMetrics/SDK-2372-sync-SPM-repo-with-main-repo
sync repos
2 parents 27a15e4 + 1c3ab99 commit 426b86a

19 files changed

+47
-9
lines changed

BranchSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BranchSDK"
3-
s.version = "3.4.1"
3+
s.version = "3.4.2"
44
s.summary = "Create an HTTP URL for any piece of content in your app"
55
s.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@
19741974
"@executable_path/Frameworks",
19751975
"@loader_path/Frameworks",
19761976
);
1977-
MARKETING_VERSION = 3.4.1;
1977+
MARKETING_VERSION = 3.4.2;
19781978
OTHER_LDFLAGS = (
19791979
"-weak_framework",
19801980
LinkPresentation,
@@ -2009,7 +2009,7 @@
20092009
"@executable_path/Frameworks",
20102010
"@loader_path/Frameworks",
20112011
);
2012-
MARKETING_VERSION = 3.4.1;
2012+
MARKETING_VERSION = 3.4.2;
20132013
OTHER_LDFLAGS = (
20142014
"-weak_framework",
20152015
LinkPresentation,
@@ -2215,7 +2215,7 @@
22152215
"@loader_path/Frameworks",
22162216
);
22172217
MACH_O_TYPE = staticlib;
2218-
MARKETING_VERSION = 3.4.1;
2218+
MARKETING_VERSION = 3.4.2;
22192219
OTHER_LDFLAGS = (
22202220
"-weak_framework",
22212221
LinkPresentation,
@@ -2254,7 +2254,7 @@
22542254
"@loader_path/Frameworks",
22552255
);
22562256
MACH_O_TYPE = staticlib;
2257-
MARKETING_VERSION = 3.4.1;
2257+
MARKETING_VERSION = 3.4.2;
22582258
OTHER_LDFLAGS = (
22592259
"-weak_framework",
22602260
LinkPresentation,
@@ -2291,7 +2291,7 @@
22912291
"@executable_path/Frameworks",
22922292
"@loader_path/Frameworks",
22932293
);
2294-
MARKETING_VERSION = 3.4.1;
2294+
MARKETING_VERSION = 3.4.2;
22952295
OTHER_LDFLAGS = (
22962296
"-weak_framework",
22972297
LinkPresentation,
@@ -2326,7 +2326,7 @@
23262326
"@executable_path/Frameworks",
23272327
"@loader_path/Frameworks",
23282328
);
2329-
MARKETING_VERSION = 3.4.1;
2329+
MARKETING_VERSION = 3.4.2;
23302330
OTHER_LDFLAGS = (
23312331
"-weak_framework",
23322332
LinkPresentation,

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Branch iOS SDK Change Log
22

3+
v.3.4.2
4+
- Fix tvOS when using SPM
5+
36
v.3.4.1
47
- Fix cold link launch when using deferred initialization and an AppDelegate only app.
58
- Fix cocoapods privacy manifest collision.

Sources/BranchSDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "BNCConfig.h"
1010

11-
NSString * const BNC_SDK_VERSION = @"3.4.1";
11+
NSString * const BNC_SDK_VERSION = @"3.4.2";
1212
NSString * const BNC_LINK_URL = @"https://bnc.lt";
1313
NSString * const BNC_CDN_URL = @"https://cdn.branch.io";
1414

Sources/BranchSDK/BNCContentDiscoveryManager.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// Copyright © 2015 Branch Metrics. All rights reserved.
77
//
88

9+
#if !TARGET_OS_TV
10+
911
#import "BNCContentDiscoveryManager.h"
1012
#import "Branch.h"
1113
#import "BranchConstants.h"
@@ -396,3 +398,4 @@ - (void)indexContentWithTitle:(NSString *)title
396398
}
397399

398400
@end
401+
#endif

Sources/BranchSDK/BNCSpotlightService.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// Copyright © 2017 Branch Metrics. All rights reserved.
77
//
88

9+
#if !TARGET_OS_TV
10+
911
#import "BNCSpotlightService.h"
1012
#import "Branch.h"
1113
#import "BNCSystemObserver.h"
@@ -487,3 +489,4 @@ - (void)removeAllBranchSearchableItemsWithCallback:(void (^_Nullable)(NSError *
487489
#undef IndexingNotAvalable
488490
}
489491
@end
492+
#endif

Sources/BranchSDK/BNCUserAgentCollector.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// Copyright © 2019 Branch, Inc. All rights reserved.
77
//
88

9+
#if !TARGET_OS_TV
910
#import "BNCUserAgentCollector.h"
1011
#import "BNCPreferenceHelper.h"
1112
#import "BNCDeviceSystem.h"
@@ -108,3 +109,4 @@ - (void)collectUserAgentWithCompletion:(void (^)(NSString *userAgent))completion
108109
}
109110

110111
@end
112+
#endif

Sources/BranchSDK/BranchActivityItemProvider.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// Copyright (c) 2015 Branch Metrics. All rights reserved.
77
//
88

9+
#if !TARGET_OS_TV
10+
911
#import "BranchActivityItemProvider.h"
1012
#import "Branch.h"
1113
#import "BranchConstants.h"
@@ -255,3 +257,4 @@ - (NSString *)aliasForChannel:(NSString *)channel {
255257
}
256258

257259
@end
260+
#endif

Sources/BranchSDK/BranchCSSearchableItemAttributeSet.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Created by Derrick Staten on 9/8/15.
66
// Copyright © 2015 Branch Metrics. All rights reserved.
77
//
8+
#if !TARGET_OS_TV
89

910
#import "BranchCSSearchableItemAttributeSet.h"
1011
#import "NSError+Branch.h"
@@ -157,3 +158,4 @@ - (void)indexContentWithUrl:(NSString *)url spotlightIdentifier:(NSString *)spot
157158
}
158159

159160
@end
161+
#endif

Sources/BranchSDK/BranchPasteControl.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// Copyright © 2022 Branch, Inc. All rights reserved.
77
//
88

9+
#if !TARGET_OS_TV
910
#import "BranchPasteControl.h"
1011
#import "Branch.h"
1112

@@ -50,3 +51,4 @@ - (BOOL)canPasteItemProviders:(NSArray<NSItemProvider *> *)itemProviders {
5051
}
5152

5253
@end
54+
#endif

0 commit comments

Comments
 (0)