Skip to content

Commit 7844316

Browse files
committed
Release 3.9.1
1 parent b1de371 commit 7844316

File tree

7 files changed

+14
-24
lines changed

7 files changed

+14
-24
lines changed

BranchSDK.podspec

Lines changed: 1 addition & 6 deletions
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.9.0"
3+
s.version = "3.9.1"
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?
@@ -25,11 +25,6 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
2525
s.tvos.exclude_files = "Sources/BranchSDK/**/BNCContentDiscoveryManager.{h,m}",
2626
"Sources/BranchSDK/**/BNCUserAgentCollector.{h,m}",
2727
"Sources/BranchSDK/**/BNCSpotlightService.{h,m}",
28-
"Sources/BranchSDK/**/BranchActivityItemProvider.{h,m}",
29-
"Sources/BranchSDK/**/BranchCSSearchableItemAttributeSet.{h,m}",
30-
"Sources/BranchSDK/**/BranchShareLink.{h,m}",
31-
"Sources/BranchSDK/**/BranchPasteControl.{h,m}"
32-
3328
s.frameworks = 'CoreServices', 'SystemConfiguration'
3429
s.weak_framework = 'LinkPresentation'
3530
s.ios.frameworks = 'WebKit'

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
5FCDD4B82B7AC6A200EAF29F /* BNCServerRequestQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCDD3AA2B7AC6A100EAF29F /* BNCServerRequestQueue.h */; settings = {ATTRIBUTES = (Public, ); }; };
251251
5FCDD4B92B7AC6A200EAF29F /* BranchPasteControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCDD3AB2B7AC6A100EAF29F /* BranchPasteControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
252252
5FCDD4BA2B7AC6A200EAF29F /* BranchPasteControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCDD3AB2B7AC6A100EAF29F /* BranchPasteControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
253-
5FCDD4BB2B7AC6A200EAF29F /* BranchPasteControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCDD3AB2B7AC6A100EAF29F /* BranchPasteControl.h */; };
253+
5FCDD4BB2B7AC6A200EAF29F /* BranchPasteControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCDD3AB2B7AC6A100EAF29F /* BranchPasteControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
254254
5FCDD4BC2B7AC6A200EAF29F /* BranchUniversalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCDD3AC2B7AC6A100EAF29F /* BranchUniversalObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
255255
5FCDD4BD2B7AC6A200EAF29F /* BranchUniversalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCDD3AC2B7AC6A100EAF29F /* BranchUniversalObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
256256
5FCDD4BE2B7AC6A200EAF29F /* BranchUniversalObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCDD3AC2B7AC6A100EAF29F /* BranchUniversalObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -1173,6 +1173,7 @@
11731173
isa = PBXHeadersBuildPhase;
11741174
buildActionMask = 2147483647;
11751175
files = (
1176+
5FCDD4BB2B7AC6A200EAF29F /* BranchPasteControl.h in Headers */,
11761177
5FCDD5302B7AC6A300EAF29F /* Branch+Validator.h in Headers */,
11771178
5FCDD4A62B7AC6A200EAF29F /* BNCCallbacks.h in Headers */,
11781179
5FCDD4942B7AC6A100EAF29F /* BranchLinkProperties.h in Headers */,
@@ -1239,7 +1240,6 @@
12391240
5FCDD51B2B7AC6A300EAF29F /* NSError+Branch.h in Headers */,
12401241
5FCDD5032B7AC6A300EAF29F /* BranchOpenRequest.h in Headers */,
12411242
5FCDD4F72B7AC6A200EAF29F /* BNCEventUtils.h in Headers */,
1242-
5FCDD4BB2B7AC6A200EAF29F /* BranchPasteControl.h in Headers */,
12431243
5FCDD5632B7AC6A300EAF29F /* BNCReachability.h in Headers */,
12441244
5FCDD50F2B7AC6A300EAF29F /* NSMutableDictionary+Branch.h in Headers */,
12451245
5FCDD4D92B7AC6A200EAF29F /* BNCAppleReceipt.h in Headers */,
@@ -1988,7 +1988,7 @@
19881988
"@executable_path/Frameworks",
19891989
"@loader_path/Frameworks",
19901990
);
1991-
MARKETING_VERSION = 3.9.0;
1991+
MARKETING_VERSION = 3.9.1;
19921992
OTHER_LDFLAGS = (
19931993
"-weak_framework",
19941994
LinkPresentation,
@@ -2023,7 +2023,7 @@
20232023
"@executable_path/Frameworks",
20242024
"@loader_path/Frameworks",
20252025
);
2026-
MARKETING_VERSION = 3.9.0;
2026+
MARKETING_VERSION = 3.9.1;
20272027
OTHER_LDFLAGS = (
20282028
"-weak_framework",
20292029
LinkPresentation,
@@ -2229,7 +2229,7 @@
22292229
"@loader_path/Frameworks",
22302230
);
22312231
MACH_O_TYPE = staticlib;
2232-
MARKETING_VERSION = 3.9.0;
2232+
MARKETING_VERSION = 3.9.1;
22332233
OTHER_LDFLAGS = (
22342234
"-weak_framework",
22352235
LinkPresentation,
@@ -2268,7 +2268,7 @@
22682268
"@loader_path/Frameworks",
22692269
);
22702270
MACH_O_TYPE = staticlib;
2271-
MARKETING_VERSION = 3.9.0;
2271+
MARKETING_VERSION = 3.9.1;
22722272
OTHER_LDFLAGS = (
22732273
"-weak_framework",
22742274
LinkPresentation,
@@ -2305,7 +2305,7 @@
23052305
"@executable_path/Frameworks",
23062306
"@loader_path/Frameworks",
23072307
);
2308-
MARKETING_VERSION = 3.9.0;
2308+
MARKETING_VERSION = 3.9.1;
23092309
OTHER_LDFLAGS = (
23102310
"-weak_framework",
23112311
LinkPresentation,
@@ -2340,7 +2340,7 @@
23402340
"@executable_path/Frameworks",
23412341
"@loader_path/Frameworks",
23422342
);
2343-
MARKETING_VERSION = 3.9.0;
2343+
MARKETING_VERSION = 3.9.1;
23442344
OTHER_LDFLAGS = (
23452345
"-weak_framework",
23462346
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.9.1
4+
- Fix for the warning 'Missing header files from umbrella header' when integrating BranchSDK into a hybrid app using SPM.
5+
36
v.3.9.0
47
- Integration Validator 2.0 - Improved integration validator to provide references to how to fix when a check fails, export logs from the app and invoke it using query parameter
58
- Fixed Integration Validator crash when URIs and bundle ids from the server are empty.

Framework/BranchSDK.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,10 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
3030

3131
#import <BranchSDK/BranchDeepLinkingController.h>
3232

33-
#if !TARGET_OS_TV
34-
// tvOS does not support these features
3533
#import <BranchSDK/BranchShareLink.h>
3634
#import <BranchSDK/BranchCSSearchableItemAttributeSet.h>
3735
#import <BranchSDK/BranchActivityItemProvider.h>
38-
3936
#import <BranchSDK/BranchPasteControl.h>
40-
#endif
4137

4238
// Used by Branch.h for debug and testing APIs. Need to move these.
4339
#import <BranchSDK/BNCInitSessionResponse.h>

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.9.0";
11+
NSString * const BNC_SDK_VERSION = @"3.9.1";
1212
NSString * const BNC_LINK_URL = @"https://bnc.lt";
1313
NSString * const BNC_CDN_URL = @"https://cdn.branch.io";
1414

Sources/BranchSDK/Public/BranchSDK.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,10 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
3030
#import "BranchDeepLinkingController.h"
3131
#import "BranchLogger.h"
3232

33-
#if !TARGET_OS_TV
34-
// tvOS does not support these features
3533
#import "BranchShareLink.h"
3634
#import "BranchCSSearchableItemAttributeSet.h"
3735
#import "BranchActivityItemProvider.h"
38-
3936
#import "BranchPasteControl.h"
40-
#endif
4137

4238
// Used by Branch.h for debug and testing APIs. Need to move these.
4339
#import "BNCInitSessionResponse.h"

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Options:
3030
USAGE
3131
}
3232

33-
version=3.9.0
33+
version=3.9.1
3434
prev_version="$version"
3535

3636
if (( $# == 0 )); then

0 commit comments

Comments
 (0)