Skip to content

Commit 9d71e57

Browse files
author
Edward Smith
committed
Updated spot light name for debugging. Version 0.19.3.
1 parent 6305805 commit 9d71e57

File tree

7 files changed

+31
-26
lines changed

7 files changed

+31
-26
lines changed

Branch-SDK/Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
NSString * const BNC_API_BASE_URL = @"https://api.branch.io";
1212
NSString * const BNC_API_VERSION = @"v1";
1313
NSString * 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";

Branch-TestBed/Branch-TestBed/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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",
@@ -54,6 +64,16 @@
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",
@@ -121,24 +141,9 @@
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" : {

Branch-TestBed/Branch-TestBed/ViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
#import "BranchUniversalObject.h"
1313
#import "BranchLinkProperties.h"
1414

15-
NSString *cononicalIdentifier = @"item/12345";
15+
NSString *cononicalIdentifier = @"item/12346";
1616
NSString *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";
1818
NSString *contentDescription = @"My Content Description";
1919
NSString *imageUrl = @"https://pbs.twimg.com/profile_images/658759610220703744/IO1HUADP.png";
2020
NSString *feature = @"Sharing Feature";

Branch-TestBed/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.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>

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.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?

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.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>

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.19.2
34+
version=0.19.3
3535

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

0 commit comments

Comments
 (0)