Skip to content

Commit

Permalink
Release 0.17.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Aug 14, 2017
1 parent d3ae2b3 commit e3d156e
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 2 deletions.
1 change: 1 addition & 0 deletions Branch.framework/Branch
1 change: 1 addition & 0 deletions Branch.framework/Headers
42 changes: 42 additions & 0 deletions Branch.framework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppIdentifierPrefix</key>
<string>$(AppIdentifierPrefix)</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>io.branch.sdk.ios</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.12.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>
9 changes: 9 additions & 0 deletions Branch.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
framework module Branch {
umbrella header "Branch.h"

export *
module * { export * }

link framework "CoreTelephony"
link framework "MobileCoreServices"
}
Binary file added Branch.framework/Versions/A/Branch
Binary file not shown.
21 changes: 21 additions & 0 deletions Branch.framework/Versions/A/Headers/BNCCallbacks.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// BNCCallbacks.h
// Branch-TestBed
//
// Created by Ahmed Nawar on 6/18/16.
// Copyright © 2016 Branch Metrics. All rights reserved.
//

#ifndef BNCCallbacks_h
#define BNCCallbacks_h

@class BranchUniversalObject, BranchLinkProperties;

typedef void (^callbackWithParams) (NSDictionary * _Nullable params, NSError * _Nullable error);
typedef void (^callbackWithUrl) (NSString * _Nullable url, NSError * _Nullable error);
typedef void (^callbackWithStatus) (BOOL changed, NSError * _Nullable error);
typedef void (^callbackWithList) (NSArray * _Nullable list, NSError * _Nullable error);
typedef void (^callbackWithUrlAndSpotlightIdentifier) (NSString * _Nullable url, NSString * _Nullable spotlightIdentifier, NSError * _Nullable error);
typedef void (^callbackWithBranchUniversalObject) (BranchUniversalObject * _Nullable universalObject, BranchLinkProperties * _Nullable linkProperties, NSError * _Nullable error);

#endif /* BNCCallbacks_h */
1 change: 1 addition & 0 deletions Branch.framework/Versions/Current
4 changes: 2 additions & 2 deletions checksum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
95805e2fe956e637a218a2f24290203c4cc12650 Branch-iOS-SDK.zip
3ccb8250cefd91de71570761e320930aca2a8390 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4b0d0d1c8d70d356014964ab4f12ed990b986cbe Branch-iOS-TestBed.zip
c866aec5ab67d118a546a75c34921ff9b5657143 Branch-iOS-TestBed.zip

0 comments on commit e3d156e

Please sign in to comment.