Skip to content

Commit ec740fa

Browse files
author
Edward Smith
committed
Updated version, change log, and read me file.
1 parent 3ca74d9 commit ec740fa

File tree

14 files changed

+140
-35
lines changed

14 files changed

+140
-35
lines changed

Branch-SDK/Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
BOOL const BNC_API_PINNED = YES;
1313
NSString * const BNC_API_VERSION = @"v1";
1414
NSString * const BNC_LINK_URL = @"https://bnc.lt";
15-
NSString * const BNC_SDK_VERSION = @"0.25.3";
15+
NSString * const BNC_SDK_VERSION = @"0.25.4";

Branch-SDK/Branch-SDK/BNCSpotlightService.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ - (void)indexPrivatelyWithBranchUniversalObjects:(NSArray<BranchUniversalObject*
242242
andTags:nil
243243
andFeature:BNCSpotlightFeature
244244
andStage:nil andAlias:nil];
245-
245+
if (!dynamicUrl) continue;
246246
mapSpotlightIdentifier[dynamicUrl] = universalObject;
247247
NSURL* thumbnailUrl = [NSURL URLWithString:universalObject.imageUrl];
248248
BOOL thumbnailIsRemote = thumbnailUrl && ![thumbnailUrl isFileURL];

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ - (void)removeSearchableItemsWithBranchUniversalObjects:(NSArray<BranchUniversal
16261626
andTags:nil
16271627
andFeature:BNCSpotlightFeature
16281628
andStage:nil andAlias:nil];
1629-
[identifiers addObject:dynamicUrl];
1629+
if (dynamicUrl) [identifiers addObject:dynamicUrl];
16301630
}
16311631

16321632
[spotlight removeSearchableItemsWithIdentifiers:identifiers

Branch-TestBed-Swift/TestBed-Swift.xcodeproj/project.pbxproj

Lines changed: 97 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
files = (
665665
);
666666
inputPaths = (
667-
"${SRCROOT}/Pods/Target Support Files/Pods-TestBed-Swift/Pods-TestBed-Swift-frameworks.sh",
667+
"${PODS_ROOT}/Target Support Files/Pods-TestBed-Swift/Pods-TestBed-Swift-frameworks.sh",
668668
"${PODS_ROOT}/Localytics/Localytics-iOS-4.4.1/Localytics.framework",
669669
"${PODS_ROOT}/Tune/Tune.framework",
670670
"${PODS_ROOT}/YandexMobileMetrica/dynamic/YandexMobileMetrica.framework",
@@ -677,7 +677,7 @@
677677
);
678678
runOnlyForDeploymentPostprocessing = 0;
679679
shellPath = /bin/sh;
680-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TestBed-Swift/Pods-TestBed-Swift-frameworks.sh\"\n";
680+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestBed-Swift/Pods-TestBed-Swift-frameworks.sh\"\n";
681681
showEnvVarsInLog = 0;
682682
};
683683
FF008B87755B907329DD67BA /* [CP] Copy Pods Resources */ = {
@@ -686,11 +686,89 @@
686686
files = (
687687
);
688688
inputPaths = (
689-
"${SRCROOT}/Pods/Target Support Files/Pods-TestBed-Swift/Pods-TestBed-Swift-resources.sh",
689+
"${PODS_ROOT}/Target Support Files/Pods-TestBed-Swift/Pods-TestBed-Swift-resources.sh",
690690
"${PODS_ROOT}/Amplitude-iOS/Amplitude/api.amplitude.com.der",
691691
"${PODS_ROOT}/Amplitude-iOS/Amplitude/ComodoCaLimitedRsaCertificationAuthority.der",
692692
"${PODS_ROOT}/Amplitude-iOS/Amplitude/ComodoRsaCA.der",
693693
"${PODS_ROOT}/Amplitude-iOS/Amplitude/ComodoRsaDomainValidationCA.der",
694+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ABKContentCardsStoryboard.storyboard",
695+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ar.lproj/AppboyContentCardsLocalizable.strings",
696+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/Base.lproj/AppboyContentCardsLocalizable.strings",
697+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/da.lproj/AppboyContentCardsLocalizable.strings",
698+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/de.lproj/AppboyContentCardsLocalizable.strings",
699+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/en.lproj/AppboyContentCardsLocalizable.strings",
700+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/es-419.lproj/AppboyContentCardsLocalizable.strings",
701+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/es-MX.lproj/AppboyContentCardsLocalizable.strings",
702+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/es.lproj/AppboyContentCardsLocalizable.strings",
703+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/et.lproj/AppboyContentCardsLocalizable.strings",
704+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/fi.lproj/AppboyContentCardsLocalizable.strings",
705+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/fil.lproj/AppboyContentCardsLocalizable.strings",
706+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/fr.lproj/AppboyContentCardsLocalizable.strings",
707+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/he.lproj/AppboyContentCardsLocalizable.strings",
708+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/hi.lproj/AppboyContentCardsLocalizable.strings",
709+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/id.lproj/AppboyContentCardsLocalizable.strings",
710+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/images/appboy_cc_icon_pinned.png",
711+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/images/[email protected]",
712+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/images/[email protected]",
713+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/images/appboy_cc_noimage_lrg.png",
714+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/images/[email protected]",
715+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/it.lproj/AppboyContentCardsLocalizable.strings",
716+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ja.lproj/AppboyContentCardsLocalizable.strings",
717+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/km.lproj/AppboyContentCardsLocalizable.strings",
718+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ko.lproj/AppboyContentCardsLocalizable.strings",
719+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/lo.lproj/AppboyContentCardsLocalizable.strings",
720+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ms.lproj/AppboyContentCardsLocalizable.strings",
721+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/my.lproj/AppboyContentCardsLocalizable.strings",
722+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/nb.lproj/AppboyContentCardsLocalizable.strings",
723+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/nl.lproj/AppboyContentCardsLocalizable.strings",
724+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/pl.lproj/AppboyContentCardsLocalizable.strings",
725+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/pt-PT.lproj/AppboyContentCardsLocalizable.strings",
726+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/pt.lproj/AppboyContentCardsLocalizable.strings",
727+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ru.lproj/AppboyContentCardsLocalizable.strings",
728+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/sv.lproj/AppboyContentCardsLocalizable.strings",
729+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/th.lproj/AppboyContentCardsLocalizable.strings",
730+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/vi.lproj/AppboyContentCardsLocalizable.strings",
731+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh-Hans.lproj/AppboyContentCardsLocalizable.strings",
732+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh-Hant.lproj/AppboyContentCardsLocalizable.strings",
733+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh-HK.lproj/AppboyContentCardsLocalizable.strings",
734+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh-TW.lproj/AppboyContentCardsLocalizable.strings",
735+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh.lproj/AppboyContentCardsLocalizable.strings",
736+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ar.lproj",
737+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/Base.lproj",
738+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/da.lproj",
739+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/de.lproj",
740+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/en.lproj",
741+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/es-419.lproj",
742+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/es-MX.lproj",
743+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/es.lproj",
744+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/et.lproj",
745+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/fi.lproj",
746+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/fil.lproj",
747+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/fr.lproj",
748+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/he.lproj",
749+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/hi.lproj",
750+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/id.lproj",
751+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/it.lproj",
752+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ja.lproj",
753+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/km.lproj",
754+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ko.lproj",
755+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/lo.lproj",
756+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ms.lproj",
757+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/my.lproj",
758+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/nb.lproj",
759+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/nl.lproj",
760+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/pl.lproj",
761+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/pt-PT.lproj",
762+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/pt.lproj",
763+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/ru.lproj",
764+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/sv.lproj",
765+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/th.lproj",
766+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/vi.lproj",
767+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh-Hans.lproj",
768+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh-Hant.lproj",
769+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh-HK.lproj",
770+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh-TW.lproj",
771+
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKContentCardsViewController/ContentCards_Resources/zh.lproj",
694772
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyKit/Appboy.bundle",
695773
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKFeedbackViewController/Feedback_Resources/ABKModalFeedbackViewController.xib",
696774
"${PODS_ROOT}/Appboy-iOS-SDK/AppboyUI/ABKFeedbackViewController/Feedback_Resources/ABKNavigationFeedbackViewController.xib",
@@ -900,14 +978,13 @@
900978
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ComodoCaLimitedRsaCertificationAuthority.der",
901979
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ComodoRsaCA.der",
902980
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ComodoRsaDomainValidationCA.der",
903-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Appboy.bundle",
904-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ABKModalFeedbackViewController.nib",
905-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ABKNavigationFeedbackViewController.nib",
906-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AppboyFeedbackLocalizable.strings",
907-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/checkmark-bg.png",
908-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/[email protected]",
909-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/checkmark.png",
910-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/[email protected]",
981+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ABKContentCardsStoryboard.storyboardc",
982+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AppboyContentCardsLocalizable.strings",
983+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/appboy_cc_icon_pinned.png",
984+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/[email protected]",
985+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/[email protected]",
986+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/appboy_cc_noimage_lrg.png",
987+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/[email protected]",
911988
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ar.lproj",
912989
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Base.lproj",
913990
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/da.lproj",
@@ -944,6 +1021,14 @@
9441021
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/zh-HK.lproj",
9451022
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/zh-TW.lproj",
9461023
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/zh.lproj",
1024+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Appboy.bundle",
1025+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ABKModalFeedbackViewController.nib",
1026+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ABKNavigationFeedbackViewController.nib",
1027+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AppboyFeedbackLocalizable.strings",
1028+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/checkmark-bg.png",
1029+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/[email protected]",
1030+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/checkmark.png",
1031+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/[email protected]",
9471032
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ABKInAppMessageFullViewController.nib",
9481033
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ABKInAppMessageHTMLFullViewController.nib",
9491034
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ABKInAppMessageModalViewController.nib",
@@ -999,7 +1084,7 @@
9991084
);
10001085
runOnlyForDeploymentPostprocessing = 0;
10011086
shellPath = /bin/sh;
1002-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TestBed-Swift/Pods-TestBed-Swift-resources.sh\"\n";
1087+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TestBed-Swift/Pods-TestBed-Swift-resources.sh\"\n";
10031088
showEnvVarsInLog = 0;
10041089
};
10051090
/* End PBXShellScriptBuildPhase section */

Branch-TestBed-Swift/TestBed-Swift/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, AdjustDelegate, AppsFlyer
426426
IntegratedSDKsData.setActiveTuneConversionKey(tuneConversionKey)
427427
IntegratedSDKsData.setActiveTuneEnabled(true)
428428

429-
Tune.setDelegate(self)
429+
Tune.registerDeeplinkListener(self)
430430
Tune.initialize(withTuneAdvertiserId: tuneAdvertisingID, tuneConversionKey: tuneConversionKey)
431431
// Tune.setDebugMode(true)
432432
}

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.25.3</string>
20+
<string>0.25.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.25.3</string>
24+
<string>0.25.4</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.25.3"
3+
s.version = "0.25.4"
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?

ChangeLog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Branch iOS SDK Change Log
22

3+
- v0.25.4
4+
* QA Release - September 11, 2018
5+
* Added Apple Reminders as a scraper to prevent deferred linking (DEVEX-775).
6+
* Fixed some Infer code analyzer warnings (DEVEX-774).
7+
* iOS 12 Preparation (DEVEX-739).
8+
- Updated project for iOS 12 / Xcode 10.
9+
- Updated the keychain test.
10+
- Use pods for OCMock instead of frameworks for compatibility.
11+
* Fix potential crash bug with activity string.
12+
* Made the session callback block publicly settable for more flexible app integrations.
13+
* Updated the documentation as needed.
14+
315
- v0.25.3
416
* _*Master Release*_ - August 13, 2018
517
* Fixed an occasional double app open from being sent to Branch.

Examples/WebViewExample/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Branch (0.25.2):
3-
- Branch/Core (= 0.25.2)
4-
- Branch/Core (0.25.2)
2+
- Branch (0.25.4):
3+
- Branch/Core (= 0.25.4)
4+
- Branch/Core (0.25.4)
55
- Cartography (3.0.2)
66
- MBProgressHUD (1.1.0)
77

@@ -20,10 +20,10 @@ EXTERNAL SOURCES:
2020
:path: "../.."
2121

2222
SPEC CHECKSUMS:
23-
Branch: 8d708921c69888ed3b674c7c0aeaf1ea50b785f8
23+
Branch: ee6880f3b6a5ac811d81614d9af8c622ad60f60d
2424
Cartography: 231190d7d0b3107ce8d67c54189f059a509b3760
2525
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
2626

2727
PODFILE CHECKSUM: 11c87f21f32687c987839149b04678394af64cd8
2828

29-
COCOAPODS: 1.5.3
29+
COCOAPODS: 1.6.0.beta.1

Examples/WebViewExample/WebViewExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
files = (
253253
);
254254
inputPaths = (
255-
"${SRCROOT}/Pods/Target Support Files/Pods-WebViewExample/Pods-WebViewExample-frameworks.sh",
255+
"${PODS_ROOT}/Target Support Files/Pods-WebViewExample/Pods-WebViewExample-frameworks.sh",
256256
"${BUILT_PRODUCTS_DIR}/Branch/Branch.framework",
257257
"${BUILT_PRODUCTS_DIR}/Cartography/Cartography.framework",
258258
"${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
@@ -265,7 +265,7 @@
265265
);
266266
runOnlyForDeploymentPostprocessing = 0;
267267
shellPath = /bin/sh;
268-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-WebViewExample/Pods-WebViewExample-frameworks.sh\"\n";
268+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-WebViewExample/Pods-WebViewExample-frameworks.sh\"\n";
269269
showEnvVarsInLog = 0;
270270
};
271271
D7BEC49A1B1ABE8643F54767 /* [CP] Check Pods Manifest.lock */ = {

0 commit comments

Comments
 (0)