Skip to content

Commit 4da801b

Browse files
author
Edward Smith
committed
Updated iMessage example.
1 parent 44aeb91 commit 4da801b

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/* Begin PBXBuildFile section */
1010
4D698FF11E04B566006DA451 /* BNCCommerceEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D698FEF1E04B566006DA451 /* BNCCommerceEvent.m */; };
1111
4D698FF21E04B566006DA451 /* BNCConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D698FF01E04B566006DA451 /* BNCConfig.m */; };
12+
4DE887D41E3FFF9A00732E20 /* NSMutableDictionary+Branch.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DE887D31E3FFF9A00732E20 /* NSMutableDictionary+Branch.m */; };
1213
67E91EEF1D769E1E0039F1C4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 67E91EEE1D769E1E0039F1C4 /* Assets.xcassets */; };
1314
67E91EF61D769E1E0039F1C4 /* MessagesExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 67E91EF51D769E1E0039F1C4 /* MessagesExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1415
67E91EFB1D769E1E0039F1C4 /* Messages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67E91EFA1D769E1E0039F1C4 /* Messages.framework */; };
@@ -83,6 +84,8 @@
8384
4D698FEE1E04B566006DA451 /* BNCCommerceEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCCommerceEvent.h; sourceTree = "<group>"; };
8485
4D698FEF1E04B566006DA451 /* BNCCommerceEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCCommerceEvent.m; sourceTree = "<group>"; };
8586
4D698FF01E04B566006DA451 /* BNCConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCConfig.m; sourceTree = "<group>"; };
87+
4DE887D21E3FFF9A00732E20 /* NSMutableDictionary+Branch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableDictionary+Branch.h"; sourceTree = "<group>"; };
88+
4DE887D31E3FFF9A00732E20 /* NSMutableDictionary+Branch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableDictionary+Branch.m"; sourceTree = "<group>"; };
8689
67E91EEB1D769E1E0039F1C4 /* Branch-TestBed-iMessage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Branch-TestBed-iMessage.app"; sourceTree = BUILT_PRODUCTS_DIR; };
8790
67E91EEE1D769E1E0039F1C4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8891
67E91EF01D769E1E0039F1C4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -256,24 +259,18 @@
256259
67E91F651D769FE30039F1C4 /* Branch-SDK */ = {
257260
isa = PBXGroup;
258261
children = (
262+
67E91F661D769FE30039F1C4 /* BNCCallbacks.h */,
259263
4D698FEE1E04B566006DA451 /* BNCCommerceEvent.h */,
260264
4D698FEF1E04B566006DA451 /* BNCCommerceEvent.m */,
261-
4D698FF01E04B566006DA451 /* BNCConfig.m */,
262-
67E91F661D769FE30039F1C4 /* BNCCallbacks.h */,
263265
67E91F671D769FE30039F1C4 /* BNCConfig.h */,
266+
4D698FF01E04B566006DA451 /* BNCConfig.m */,
264267
67E91F681D769FE30039F1C4 /* BNCContentDiscoveryManager.h */,
265268
67E91F691D769FE30039F1C4 /* BNCContentDiscoveryManager.m */,
266269
67E91F6A1D769FE30039F1C4 /* BNCDeviceInfo.h */,
267270
67E91F6B1D769FE30039F1C4 /* BNCDeviceInfo.m */,
268271
67E91F6C1D769FE30039F1C4 /* BNCEncodingUtils.h */,
269-
E212CC5F1D9DE6C400603475 /* BranchContentPathProperties.h */,
270-
E212CC601D9DE6C400603475 /* BranchContentPathProperties.m */,
271272
67E91F6D1D769FE30039F1C4 /* BNCEncodingUtils.m */,
272273
67E91F6E1D769FE30039F1C4 /* BNCError.h */,
273-
E212CC5C1D9DE6A900603475 /* BranchContentDiscoveryManifest.h */,
274-
E212CC5D1D9DE6A900603475 /* BranchContentDiscoveryManifest.m */,
275-
E212CC621D9DE6D800603475 /* BranchContentDiscoverer.h */,
276-
E212CC631D9DE6D800603475 /* BranchContentDiscoverer.m */,
277274
67E91F6F1D769FE30039F1C4 /* BNCError.m */,
278275
67E91F701D769FE30039F1C4 /* BNCFabricAnswers.h */,
279276
67E91F711D769FE30039F1C4 /* BNCFabricAnswers.m */,
@@ -300,6 +297,12 @@
300297
67E91F861D769FE30039F1C4 /* BranchActivityItemProvider.m */,
301298
67E91F871D769FE30039F1C4 /* BranchConstants.h */,
302299
67E91F881D769FE30039F1C4 /* BranchConstants.m */,
300+
E212CC621D9DE6D800603475 /* BranchContentDiscoverer.h */,
301+
E212CC631D9DE6D800603475 /* BranchContentDiscoverer.m */,
302+
E212CC5C1D9DE6A900603475 /* BranchContentDiscoveryManifest.h */,
303+
E212CC5D1D9DE6A900603475 /* BranchContentDiscoveryManifest.m */,
304+
E212CC5F1D9DE6C400603475 /* BranchContentPathProperties.h */,
305+
E212CC601D9DE6C400603475 /* BranchContentPathProperties.m */,
303306
67E91F891D769FE30039F1C4 /* BranchCSSearchableItemAttributeSet.h */,
304307
67E91F8A1D769FE30039F1C4 /* BranchCSSearchableItemAttributeSet.m */,
305308
67E91F8B1D769FE30039F1C4 /* BranchDeepLinkingController.h */,
@@ -311,6 +314,8 @@
311314
67E91F911D769FE30039F1C4 /* BranchView.m */,
312315
67E91F921D769FE30039F1C4 /* BranchViewHandler.h */,
313316
67E91F931D769FE30039F1C4 /* BranchViewHandler.m */,
317+
4DE887D21E3FFF9A00732E20 /* NSMutableDictionary+Branch.h */,
318+
4DE887D31E3FFF9A00732E20 /* NSMutableDictionary+Branch.m */,
314319
67E91F941D769FE30039F1C4 /* Requests */,
315320
);
316321
path = "Branch-SDK";
@@ -494,6 +499,7 @@
494499
E212CC641D9DE6D800603475 /* BranchContentDiscoverer.m in Sources */,
495500
67E91FCC1D769FE30039F1C4 /* BranchView.m in Sources */,
496501
67E91FBE1D769FE30039F1C4 /* BNCLinkCache.m in Sources */,
502+
4DE887D41E3FFF9A00732E20 /* NSMutableDictionary+Branch.m in Sources */,
497503
67E91FD31D769FE30039F1C4 /* BranchLogoutRequest.m in Sources */,
498504
67E91FC31D769FE30039F1C4 /* BNCServerResponse.m in Sources */,
499505
67E91FC11D769FE30039F1C4 /* BNCServerInterface.m in Sources */,

ChangeLog.md

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

3+
- v0.12.26
4+
* Updated project and include files for Xcode 8.3.
5+
36
- v0.12.25
47
* > Beta Release <
58
* Added a deployment script for beta releases.

0 commit comments

Comments
 (0)