|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 4D698FF11E04B566006DA451 /* BNCCommerceEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D698FEF1E04B566006DA451 /* BNCCommerceEvent.m */; }; |
11 | 11 | 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 */; }; |
12 | 13 | 67E91EEF1D769E1E0039F1C4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 67E91EEE1D769E1E0039F1C4 /* Assets.xcassets */; }; |
13 | 14 | 67E91EF61D769E1E0039F1C4 /* MessagesExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 67E91EF51D769E1E0039F1C4 /* MessagesExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
14 | 15 | 67E91EFB1D769E1E0039F1C4 /* Messages.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67E91EFA1D769E1E0039F1C4 /* Messages.framework */; }; |
|
83 | 84 | 4D698FEE1E04B566006DA451 /* BNCCommerceEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCCommerceEvent.h; sourceTree = "<group>"; }; |
84 | 85 | 4D698FEF1E04B566006DA451 /* BNCCommerceEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCCommerceEvent.m; sourceTree = "<group>"; }; |
85 | 86 | 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>"; }; |
86 | 89 | 67E91EEB1D769E1E0039F1C4 /* Branch-TestBed-iMessage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Branch-TestBed-iMessage.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
87 | 90 | 67E91EEE1D769E1E0039F1C4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
88 | 91 | 67E91EF01D769E1E0039F1C4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
256 | 259 | 67E91F651D769FE30039F1C4 /* Branch-SDK */ = { |
257 | 260 | isa = PBXGroup; |
258 | 261 | children = ( |
| 262 | + 67E91F661D769FE30039F1C4 /* BNCCallbacks.h */, |
259 | 263 | 4D698FEE1E04B566006DA451 /* BNCCommerceEvent.h */, |
260 | 264 | 4D698FEF1E04B566006DA451 /* BNCCommerceEvent.m */, |
261 | | - 4D698FF01E04B566006DA451 /* BNCConfig.m */, |
262 | | - 67E91F661D769FE30039F1C4 /* BNCCallbacks.h */, |
263 | 265 | 67E91F671D769FE30039F1C4 /* BNCConfig.h */, |
| 266 | + 4D698FF01E04B566006DA451 /* BNCConfig.m */, |
264 | 267 | 67E91F681D769FE30039F1C4 /* BNCContentDiscoveryManager.h */, |
265 | 268 | 67E91F691D769FE30039F1C4 /* BNCContentDiscoveryManager.m */, |
266 | 269 | 67E91F6A1D769FE30039F1C4 /* BNCDeviceInfo.h */, |
267 | 270 | 67E91F6B1D769FE30039F1C4 /* BNCDeviceInfo.m */, |
268 | 271 | 67E91F6C1D769FE30039F1C4 /* BNCEncodingUtils.h */, |
269 | | - E212CC5F1D9DE6C400603475 /* BranchContentPathProperties.h */, |
270 | | - E212CC601D9DE6C400603475 /* BranchContentPathProperties.m */, |
271 | 272 | 67E91F6D1D769FE30039F1C4 /* BNCEncodingUtils.m */, |
272 | 273 | 67E91F6E1D769FE30039F1C4 /* BNCError.h */, |
273 | | - E212CC5C1D9DE6A900603475 /* BranchContentDiscoveryManifest.h */, |
274 | | - E212CC5D1D9DE6A900603475 /* BranchContentDiscoveryManifest.m */, |
275 | | - E212CC621D9DE6D800603475 /* BranchContentDiscoverer.h */, |
276 | | - E212CC631D9DE6D800603475 /* BranchContentDiscoverer.m */, |
277 | 274 | 67E91F6F1D769FE30039F1C4 /* BNCError.m */, |
278 | 275 | 67E91F701D769FE30039F1C4 /* BNCFabricAnswers.h */, |
279 | 276 | 67E91F711D769FE30039F1C4 /* BNCFabricAnswers.m */, |
|
300 | 297 | 67E91F861D769FE30039F1C4 /* BranchActivityItemProvider.m */, |
301 | 298 | 67E91F871D769FE30039F1C4 /* BranchConstants.h */, |
302 | 299 | 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 */, |
303 | 306 | 67E91F891D769FE30039F1C4 /* BranchCSSearchableItemAttributeSet.h */, |
304 | 307 | 67E91F8A1D769FE30039F1C4 /* BranchCSSearchableItemAttributeSet.m */, |
305 | 308 | 67E91F8B1D769FE30039F1C4 /* BranchDeepLinkingController.h */, |
|
311 | 314 | 67E91F911D769FE30039F1C4 /* BranchView.m */, |
312 | 315 | 67E91F921D769FE30039F1C4 /* BranchViewHandler.h */, |
313 | 316 | 67E91F931D769FE30039F1C4 /* BranchViewHandler.m */, |
| 317 | + 4DE887D21E3FFF9A00732E20 /* NSMutableDictionary+Branch.h */, |
| 318 | + 4DE887D31E3FFF9A00732E20 /* NSMutableDictionary+Branch.m */, |
314 | 319 | 67E91F941D769FE30039F1C4 /* Requests */, |
315 | 320 | ); |
316 | 321 | path = "Branch-SDK"; |
|
494 | 499 | E212CC641D9DE6D800603475 /* BranchContentDiscoverer.m in Sources */, |
495 | 500 | 67E91FCC1D769FE30039F1C4 /* BranchView.m in Sources */, |
496 | 501 | 67E91FBE1D769FE30039F1C4 /* BNCLinkCache.m in Sources */, |
| 502 | + 4DE887D41E3FFF9A00732E20 /* NSMutableDictionary+Branch.m in Sources */, |
497 | 503 | 67E91FD31D769FE30039F1C4 /* BranchLogoutRequest.m in Sources */, |
498 | 504 | 67E91FC31D769FE30039F1C4 /* BNCServerResponse.m in Sources */, |
499 | 505 | 67E91FC11D769FE30039F1C4 /* BNCServerInterface.m in Sources */, |
|
0 commit comments