-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Edward Smith
committed
Oct 22, 2018
1 parent
66ea9c2
commit 7276778
Showing
10 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
Branch.framework/Versions/A/Headers/BranchCSSearchableItemAttributeSet.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
// | ||
// BranchCSSearchableItemAttributeSet.h | ||
// Branch-TestBed | ||
// | ||
// Created by Derrick Staten on 9/8/15. | ||
// Copyright © 2015 Branch Metrics. All rights reserved. | ||
// | ||
|
||
#if __has_feature(modules) | ||
@import Foundation; | ||
#else | ||
#import <Foundation/Foundation.h> | ||
#endif | ||
|
||
#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 90000 | ||
#pragma clang diagnostic push | ||
#pragma clang diagnostic ignored "-Wpartial-availability" | ||
|
||
#if __has_feature(modules) | ||
@import CoreSpotlight; | ||
@import MobileCoreServices; | ||
#else | ||
#import <CoreSpotlight/CoreSpotlight.h> | ||
#import <MobileCoreServices/MobileCoreServices.h> | ||
#endif | ||
|
||
@interface BranchCSSearchableItemAttributeSet : CSSearchableItemAttributeSet | ||
|
||
- (id)init; | ||
- (id)initWithContentType:(NSString *)type; | ||
- (void)indexWithCallback:(void (^) (NSString * url, | ||
NSString * spotlightIdentifier, | ||
NSError * error))callback; | ||
|
||
@property (nonatomic, strong) NSDictionary *params; | ||
@property (nonatomic, strong) NSSet *keywords; | ||
@property (nonatomic) BOOL publiclyIndexable; //!< Defaults to YES | ||
|
||
@end | ||
|
||
#pragma clang diagnostic pop | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
7144dc9696b450f1f0c2f2bb64a7ebcda2ac1564 Branch-iOS-SDK.zip | ||
fbec17d1c251418aece5bc852ca89e4e70f22269 Branch-iOS-SDK.zip | ||
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip | ||
5855484d427771da692a941ee72495e1c3a4b7df Branch-iOS-TestBed.zip | ||
bdd7a70c2eaa3233a7a84db8d815b37694d11b09 Branch-iOS-TestBed.zip |