File tree Expand file tree Collapse file tree 7 files changed +31
-26
lines changed
Assets.xcassets/AppIcon.appiconset Expand file tree Collapse file tree 7 files changed +31
-26
lines changed Original file line number Diff line number Diff line change 1111NSString * const BNC_API_BASE_URL = @" https://api.branch.io" ;
1212NSString * const BNC_API_VERSION = @" v1" ;
1313NSString * const BNC_LINK_URL = @" https://bnc.lt" ;
14- NSString * const BNC_SDK_VERSION = @" 0.19.2 " ;
14+ NSString * const BNC_SDK_VERSION = @" 0.19.3 " ;
Original file line number Diff line number Diff line change 11{
22 "images" : [
3+ {
4+ "idiom" : " iphone" ,
5+ "size" : " 20x20" ,
6+ "scale" : " 2x"
7+ },
8+ {
9+ "idiom" : " iphone" ,
10+ "size" : " 20x20" ,
11+ "scale" : " 3x"
12+ },
313 {
414 "size" : " 29x29" ,
515 "idiom" : " iphone" ,
5464 "filename" : " icon180x180.png" ,
5565 "scale" : " 3x"
5666 },
67+ {
68+ "idiom" : " ipad" ,
69+ "size" : " 20x20" ,
70+ "scale" : " 1x"
71+ },
72+ {
73+ "idiom" : " ipad" ,
74+ "size" : " 20x20" ,
75+ "scale" : " 2x"
76+ },
5777 {
5878 "size" : " 29x29" ,
5979 "idiom" : " ipad" ,
121141 "scale" : " 2x"
122142 },
123143 {
124- "idiom" : " iphone" ,
125- "size" : " 20x20" ,
126- "scale" : " 2x"
127- },
128- {
129- "idiom" : " iphone" ,
130- "size" : " 20x20" ,
131- "scale" : " 3x"
132- },
133- {
134- "idiom" : " ipad" ,
135- "size" : " 20x20" ,
144+ "idiom" : " ios-marketing" ,
145+ "size" : " 1024x1024" ,
136146 "scale" : " 1x"
137- },
138- {
139- "idiom" : " ipad" ,
140- "size" : " 20x20" ,
141- "scale" : " 2x"
142147 }
143148 ],
144149 "info" : {
Original file line number Diff line number Diff line change 1212#import " BranchUniversalObject.h"
1313#import " BranchLinkProperties.h"
1414
15- NSString *cononicalIdentifier = @" item/12345 " ;
15+ NSString *cononicalIdentifier = @" item/12346 " ;
1616NSString *canonicalUrl = @" https://dev.branch.io/getting-started/deep-link-routing/guide/ios/" ;
17- NSString *contentTitle = @" Content Title" ;
17+ NSString *contentTitle = @" Branch 0.19 TestBed Content Title" ;
1818NSString *contentDescription = @" My Content Description" ;
1919NSString *imageUrl = @" https://pbs.twimg.com/profile_images/658759610220703744/IO1HUADP.png" ;
2020NSString *feature = @" Sharing Feature" ;
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.19.2 </string >
20+ <string >0.19.3 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >0.19.2 </string >
24+ <string >0.19.3 </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.19.2 "
3+ s . version = "0.19.3 "
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 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.19.2 </string >
18+ <string >0.19.3 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >0.19.2 </string >
22+ <string >0.19.3 </string >
2323 <key >NSPrincipalClass </key >
2424 <string ></string >
2525</dict >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Options:
3131USAGE
3232}
3333
34- version=0.19.2
34+ version=0.19.3
3535
3636if (( $# == 0 )) ; then
3737 echo $version
You can’t perform that action at this time.
0 commit comments