File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed
Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1111NSString * const BNC_API_BASE_URL = @" https://api2.branch.io" ;
1212NSString * const BNC_API_VERSION = @" v1" ;
1313NSString * const BNC_LINK_URL = @" https://bnc.lt" ;
14- NSString * const BNC_SDK_VERSION = @" 0.36 .0" ;
14+ NSString * const BNC_SDK_VERSION = @" 0.37 .0" ;
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.35.1 </string >
20+ <string >0.37.0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >0.35.1 </string >
24+ <string >0.37.0 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Branch"
3- s . version = "0.36 .0"
3+ s . version = "0.37 .0"
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?
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Options:
3131USAGE
3232}
3333
34- version=0.36 .0
34+ version=0.37 .0
3535
3636if (( $# == 0 )) ; then
3737 echo $version
@@ -106,12 +106,6 @@ if [[ $update ]]; then
106106 # Update the Podspec version:
107107 sed -i ' ' -e " /^[[:space:]]*s\.version/ {s/\" .*\" /\" $version \" /; }" ../Branch.podspec
108108
109- # Update the Carthage version:
110- plutil -replace CFBundleVersion -string " $version " ../carthage-files/Branch/Info.plist
111- plutil -replace CFBundleShortVersionString -string " $version " ../carthage-files/Branch/Info.plist
112- plutil -replace CFBundleVersion -string " $version " ../carthage-files/Branch-tvOS/Info.plist
113- plutil -replace CFBundleShortVersionString -string " $version " ../carthage-files/Branch-tvOS/Info.plist
114-
115109 # Update the Carthage version:
116110 plutil -replace CFBundleVersion -string " $version " ../Branch-TestBed/Framework-Info.plist
117111 plutil -replace CFBundleShortVersionString -string " $version " ../Branch-TestBed/Framework-Info.plist
You can’t perform that action at this time.
0 commit comments