Skip to content

Commit 3cfd396

Browse files
author
Edward Smith
committed
Added BranchShareLink.h to public headers.
1 parent 8d45a79 commit 3cfd396

File tree

8 files changed

+13
-9
lines changed

8 files changed

+13
-9
lines changed

Branch-SDK/Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
NSString * const BNC_API_VERSION = @"v1";
1818
NSString * const BNC_LINK_URL = @"https://bnc.lt";
19-
NSString * const BNC_SDK_VERSION = @"0.14.10";
19+
NSString * const BNC_SDK_VERSION = @"0.14.11";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
4DA577221E67B28700A43BDD /* NSString+Branch.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DA577211E67B28700A43BDD /* NSString+Branch.m */; };
105105
4DA577241E67B2A000A43BDD /* NSString+Branch.Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DA577231E67B2A000A43BDD /* NSString+Branch.Test.m */; };
106106
4DA577261E688C6000A43BDD /* Branch-SDK-Tests.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4DA577251E688C6000A43BDD /* Branch-SDK-Tests.strings */; };
107-
4DB567331E79F46000A8A324 /* BranchShareLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB567311E79F46000A8A324 /* BranchShareLink.h */; };
107+
4DB567331E79F46000A8A324 /* BranchShareLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB567311E79F46000A8A324 /* BranchShareLink.h */; settings = {ATTRIBUTES = (Public, ); }; };
108108
4DB567341E79F46000A8A324 /* BranchShareLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DB567321E79F46000A8A324 /* BranchShareLink.m */; };
109109
4DDC52621DCC08E700CFB737 /* iAd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DDC52611DCC08E700CFB737 /* iAd.framework */; };
110110
54391A151BA249FA0061CB0F /* BranchCSSearchableItemAttributeSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 54391A131BA249FA0061CB0F /* BranchCSSearchableItemAttributeSet.h */; };
@@ -650,12 +650,12 @@
650650
46946B871B26898E00627BCC /* BranchLogoutRequest.h in Headers */,
651651
46946B991B2689A100627BCC /* BranchRedeemRewardsRequest.h in Headers */,
652652
466B587D1B17780A00A69EDE /* BNCLinkCache.h in Headers */,
653-
4DB567331E79F46000A8A324 /* BranchShareLink.h in Headers */,
654653
466B587C1B17780A00A69EDE /* BNCLinkData.h in Headers */,
655654
462B50461B449DF000967B81 /* BranchDeepLinkingController.h in Headers */,
656655
E2B9474A1D15D75000F2270D /* BNCCallbacks.h in Headers */,
657656
54FF1F951BD20EB50004CE2E /* BranchRegisterViewRequest.h in Headers */,
658657
46946B851B26898800627BCC /* BNCServerRequest.h in Headers */,
658+
4DB567331E79F46000A8A324 /* BranchShareLink.h in Headers */,
659659
4DA577171E67B1D600A43BDD /* BNCLog.h in Headers */,
660660
466B58741B17780A00A69EDE /* BNCPreferenceHelper.h in Headers */,
661661
4D8EE7A51E1F0A5D00B1F450 /* BNCCommerceEvent.h in Headers */,

Branch.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 = "Branch"
3-
s.version = "0.14.10"
3+
s.version = "0.14.11"
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?

ChangeLog.md

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

3+
- v0.14.11
4+
* *Master Release*
5+
* Added `BranchShareLink.h` to public headers.
6+
37
- v0.14.10
48
* *Master Release*
59
* Fixed a crash bug in `[BNCSystemObserver appBuildDate]`.

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
E298D0491C73D1B800589D22 /* Project object */ = {
434434
isa = PBXProject;
435435
attributes = {
436-
LastUpgradeCheck = 0820;
436+
LastUpgradeCheck = 0830;
437437
ORGANIZATIONNAME = "Ahmed Nawar";
438438
TargetAttributes = {
439439
E298D0511C73D1B800589D22 = {

carthage-files/BranchSDK.xcodeproj/xcshareddata/xcschemes/Branch iOS SDK Carthage.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0820"
3+
LastUpgradeVersion = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

carthage-files/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.14.10</string>
18+
<string>0.14.11</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.14.10</string>
22+
<string>0.14.11</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

scripts/version

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

34-
version=0.14.10
34+
version=0.14.11
3535

3636
if (( $# == 0 )); then
3737
echo $version

0 commit comments

Comments
 (0)