Skip to content

Commit e3d156e

Browse files
author
Edward Smith
committed
Release 0.17.7.
1 parent d3ae2b3 commit e3d156e

File tree

8 files changed

+77
-2
lines changed

8 files changed

+77
-2
lines changed

Branch.framework/Branch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Branch

Branch.framework/Headers

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Headers

Branch.framework/Info.plist

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AppIdentifierPrefix</key>
6+
<string>$(AppIdentifierPrefix)</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleDisplayName</key>
10+
<string>${PRODUCT_NAME}</string>
11+
<key>CFBundleExecutable</key>
12+
<string>${EXECUTABLE_NAME}</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>io.branch.sdk.ios</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>${PRODUCT_NAME}</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>0.12.2</string>
23+
<key>CFBundleSignature</key>
24+
<string>????</string>
25+
<key>CFBundleVersion</key>
26+
<string>1</string>
27+
<key>LSApplicationCategoryType</key>
28+
<string></string>
29+
<key>LSRequiresIPhoneOS</key>
30+
<true/>
31+
<key>UIMainStoryboardFile</key>
32+
<string>Main</string>
33+
<key>UIRequiredDeviceCapabilities</key>
34+
<array>
35+
<string>armv7</string>
36+
</array>
37+
<key>UISupportedInterfaceOrientations</key>
38+
<array>
39+
<string>UIInterfaceOrientationPortrait</string>
40+
</array>
41+
</dict>
42+
</plist>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
framework module Branch {
2+
umbrella header "Branch.h"
3+
4+
export *
5+
module * { export * }
6+
7+
link framework "CoreTelephony"
8+
link framework "MobileCoreServices"
9+
}

Branch.framework/Versions/A/Branch

17.7 MB
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
//
2+
// BNCCallbacks.h
3+
// Branch-TestBed
4+
//
5+
// Created by Ahmed Nawar on 6/18/16.
6+
// Copyright © 2016 Branch Metrics. All rights reserved.
7+
//
8+
9+
#ifndef BNCCallbacks_h
10+
#define BNCCallbacks_h
11+
12+
@class BranchUniversalObject, BranchLinkProperties;
13+
14+
typedef void (^callbackWithParams) (NSDictionary * _Nullable params, NSError * _Nullable error);
15+
typedef void (^callbackWithUrl) (NSString * _Nullable url, NSError * _Nullable error);
16+
typedef void (^callbackWithStatus) (BOOL changed, NSError * _Nullable error);
17+
typedef void (^callbackWithList) (NSArray * _Nullable list, NSError * _Nullable error);
18+
typedef void (^callbackWithUrlAndSpotlightIdentifier) (NSString * _Nullable url, NSString * _Nullable spotlightIdentifier, NSError * _Nullable error);
19+
typedef void (^callbackWithBranchUniversalObject) (BranchUniversalObject * _Nullable universalObject, BranchLinkProperties * _Nullable linkProperties, NSError * _Nullable error);
20+
21+
#endif /* BNCCallbacks_h */

Branch.framework/Versions/Current

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A

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-
95805e2fe956e637a218a2f24290203c4cc12650 Branch-iOS-SDK.zip
2+
3ccb8250cefd91de71570761e320930aca2a8390 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-
4b0d0d1c8d70d356014964ab4f12ed990b986cbe Branch-iOS-TestBed.zip
4+
c866aec5ab67d118a546a75c34921ff9b5657143 Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)