Skip to content

Commit 1e6a89e

Browse files
author
Edward Smith
committed
Release 0.25.2.
1 parent 8b866f4 commit 1e6a89e

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

Branch.framework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.25.1</string>
20+
<string>0.25.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.25.1</string>
24+
<string>0.25.2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

1.04 KB
Binary file not shown.

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Branch iOS SDK Change Log
22

33
- v0.25.2
44
* _*Master Release*_ - August 3, 2018
5-
* Don't send IDFA when in debug mode for v2/events. DEVEX-685
6-
* Updated some tests for spotlight and v2/events.
5+
* IDFA is no longer sent when in debug mode for v2/events. DEVEX-685
6+
* Some tests were updated for spotlight and v2/events.
77

88
- v0.25.1
99
* _*Master Release*_ - July 12, 2018

checksum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
2-
7b5188cb5dd0f89a41b1a0cdd5d0cdd0dc37622a Branch-iOS-SDK.zip
2+
05ee515bda3da85b9cb9704ff00394b3b892780a Branch-iOS-SDK.zip
33
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4-
08e9d91149ac1dada3c1556b0541e1f7e807e834 Branch-iOS-TestBed.zip
4+
05b3da3f3530c5377555d3b88d93f7fc4f199d5a Branch-iOS-TestBed.zip

scripts/deploy-release

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,13 @@ if ! ./scripts/askYN "Commit and deploy Branch release version ${version}?"; the
6161
exit 1
6262
fi
6363

64-
echo '>>> Deploying Fabric build...' 1>&2
65-
./scripts/deploy-fabric
64+
# Archive the framework files into a zip file:
65+
rm Branch.framework.zip || true
66+
ditto -c -k -v -V --sequesterRsrc --keepParent Branch.framework Branch.framework.zip
67+
68+
# Fabric no longer accepts third party SDKs.
69+
# echo '>>> Deploying Fabric build...' 1>&2
70+
# ./scripts/deploy-fabric
6671

6772
echo '>>> Commit and tag...' 1>&2
6873
./scripts/deploy-git-tag

0 commit comments

Comments
 (0)