|
14 | 14 | 094995471A8588400047E59B /* NSData+Conversion.m in Sources */ = {isa = PBXBuildFile; fileRef = 094995461A8588400047E59B /* NSData+Conversion.m */; }; |
15 | 15 | 0995DBDD1CFFF7FE00D50F19 /* IterableLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 0995DBDC1CFFF7FE00D50F19 /* IterableLogging.m */; }; |
16 | 16 | 09C0FC071A1D6D4700D5A86B /* libIterable-iOS-SDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 09C0FBFB1A1D6D4700D5A86B /* libIterable-iOS-SDK.a */; }; |
| 17 | + 09CCB9301D07A7EA003EB75D /* IterableNotificationMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 09CCB92F1D07A7EA003EB75D /* IterableNotificationMetadata.m */; }; |
| 18 | + 09CCB9321D07BA04003EB75D /* IterableNotificationMetadataTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 09CCB9311D07BA04003EB75D /* IterableNotificationMetadataTests.m */; }; |
17 | 19 | 6804B8601AC0F363000A126B /* CommerceItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 6804B85F1AC0F363000A126B /* CommerceItem.m */; }; |
18 | 20 | 6845F7331AC3831B0043629D /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6845F7321AC3831B0043629D /* SystemConfiguration.framework */; }; |
19 | 21 | 68E32EF61AC21D37000CEBE1 /* CommerceItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 6804B8651AC10426000A126B /* CommerceItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
57 | 59 | 09C0FBFB1A1D6D4700D5A86B /* libIterable-iOS-SDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libIterable-iOS-SDK.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
58 | 60 | 09C0FC061A1D6D4700D5A86B /* Iterable-iOS-SDKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Iterable-iOS-SDKTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
59 | 61 | 09C0FC0C1A1D6D4700D5A86B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 62 | + 09CCB92D1D07A2E9003EB75D /* IterableNotificationMetadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IterableNotificationMetadata.h; sourceTree = "<group>"; }; |
| 63 | + 09CCB92F1D07A7EA003EB75D /* IterableNotificationMetadata.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IterableNotificationMetadata.m; sourceTree = "<group>"; }; |
| 64 | + 09CCB9311D07BA04003EB75D /* IterableNotificationMetadataTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IterableNotificationMetadataTests.m; sourceTree = "<group>"; }; |
60 | 65 | 27BFDE60C2FA15EB7F812F46 /* libPods-Iterable-iOS-SDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Iterable-iOS-SDK.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
61 | 66 | 50B627639A91F8FD17DE5BDD /* Pods-Iterable-iOS-SDKTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Iterable-iOS-SDKTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Iterable-iOS-SDKTests/Pods-Iterable-iOS-SDKTests.debug.xcconfig"; sourceTree = "<group>"; }; |
62 | 67 | 6804B85F1AC0F363000A126B /* CommerceItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommerceItem.m; sourceTree = "<group>"; }; |
|
121 | 126 | 094995461A8588400047E59B /* NSData+Conversion.m */, |
122 | 127 | 0995DBDB1CFFF70800D50F19 /* IterableLogging.h */, |
123 | 128 | 0995DBDC1CFFF7FE00D50F19 /* IterableLogging.m */, |
| 129 | + 09CCB92D1D07A2E9003EB75D /* IterableNotificationMetadata.h */, |
| 130 | + 09CCB92F1D07A7EA003EB75D /* IterableNotificationMetadata.m */, |
124 | 131 | ); |
125 | 132 | path = "Iterable-iOS-SDK"; |
126 | 133 | sourceTree = "<group>"; |
|
131 | 138 | 09C0FC0B1A1D6D4700D5A86B /* Supporting Files */, |
132 | 139 | 091489E11CF6986900482D82 /* IterableAPITests.m */, |
133 | 140 | 091489E71CF6AC1800482D82 /* CommerceItemTests.m */, |
| 141 | + 09CCB9311D07BA04003EB75D /* IterableNotificationMetadataTests.m */, |
134 | 142 | ); |
135 | 143 | path = "Iterable-iOS-SDKTests"; |
136 | 144 | sourceTree = "<group>"; |
|
364 | 372 | isa = PBXSourcesBuildPhase; |
365 | 373 | buildActionMask = 2147483647; |
366 | 374 | files = ( |
| 375 | + 09CCB9301D07A7EA003EB75D /* IterableNotificationMetadata.m in Sources */, |
367 | 376 | 094995471A8588400047E59B /* NSData+Conversion.m in Sources */, |
368 | 377 | 093734271A1D701F00C950B6 /* IterableAPI.m in Sources */, |
369 | 378 | 6804B8601AC0F363000A126B /* CommerceItem.m in Sources */, |
|
376 | 385 | buildActionMask = 2147483647; |
377 | 386 | files = ( |
378 | 387 | 091489E21CF6986900482D82 /* IterableAPITests.m in Sources */, |
| 388 | + 09CCB9321D07BA04003EB75D /* IterableNotificationMetadataTests.m in Sources */, |
379 | 389 | 091489E81CF6AC1800482D82 /* CommerceItemTests.m in Sources */, |
380 | 390 | ); |
381 | 391 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments