File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -61,8 +61,13 @@ if ! ./scripts/askYN "Commit and deploy Branch release version ${version}?"; the
6161 exit 1
6262fi
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
6772echo ' >>> Commit and tag...' 1>&2
6873./scripts/deploy-git-tag
You can’t perform that action at this time.
0 commit comments