|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 7E7F839A2D75E11A009693C2 /* AppsFlyerAttribution.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E7F83912D75E11A009693C2 /* AppsFlyerAttribution.m */; }; |
| 11 | + 7E7F839C2D75E1F5009693C2 /* AFTransactionFetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E7F839B2D75E1F5009693C2 /* AFTransactionFetcher.swift */; }; |
| 12 | + 7E7F83A02D75E943009693C2 /* PCAppsFlyer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E7F839F2D75E943009693C2 /* PCAppsFlyer.m */; }; |
10 | 13 | B3E7B58A1CC2AC0600A0062D /* RNAppsFlyer.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNAppsFlyer.m */; }; |
11 | 14 | /* End PBXBuildFile section */ |
12 | 15 |
|
|
24 | 27 |
|
25 | 28 | /* Begin PBXFileReference section */ |
26 | 29 | 134814201AA4EA6300B7C361 /* libRNAppsFlyer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNAppsFlyer.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 30 | + 7E7F838F2D75E11A009693C2 /* AFAdRevenueData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AFAdRevenueData.h; sourceTree = "<group>"; }; |
| 31 | + 7E7F83902D75E11A009693C2 /* AppsFlyerAttribution.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppsFlyerAttribution.h; sourceTree = "<group>"; }; |
| 32 | + 7E7F83912D75E11A009693C2 /* AppsFlyerAttribution.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppsFlyerAttribution.m; sourceTree = "<group>"; }; |
| 33 | + 7E7F83922D75E11A009693C2 /* AppsFlyerConsent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppsFlyerConsent.h; sourceTree = "<group>"; }; |
| 34 | + 7E7F83932D75E11A009693C2 /* AppsFlyerDeepLink.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppsFlyerDeepLink.h; sourceTree = "<group>"; }; |
| 35 | + 7E7F83942D75E11A009693C2 /* AppsFlyerDeepLinkObserver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppsFlyerDeepLinkObserver.h; sourceTree = "<group>"; }; |
| 36 | + 7E7F83952D75E11A009693C2 /* AppsFlyerDeepLinkResult.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppsFlyerDeepLinkResult.h; sourceTree = "<group>"; }; |
| 37 | + 7E7F83962D75E11A009693C2 /* AppsFlyerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppsFlyerLib.h; sourceTree = "<group>"; }; |
| 38 | + 7E7F83972D75E11A009693C2 /* PCAppsFlyer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PCAppsFlyer.h; sourceTree = "<group>"; }; |
| 39 | + 7E7F839B2D75E1F5009693C2 /* AFTransactionFetcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AFTransactionFetcher.swift; sourceTree = "<group>"; }; |
| 40 | + 7E7F839D2D75E257009693C2 /* RNAppsFlyer-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNAppsFlyer-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 41 | + 7E7F839F2D75E943009693C2 /* PCAppsFlyer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PCAppsFlyer.m; sourceTree = "<group>"; }; |
27 | 42 | 943704C6209F6734005B3A22 /* AppsFlyerShareInviteHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppsFlyerShareInviteHelper.h; sourceTree = "<group>"; }; |
28 | 43 | 943704C7209F6734005B3A22 /* AppsFlyerLinkGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppsFlyerLinkGenerator.h; sourceTree = "<group>"; }; |
29 | 44 | 943704C9209F6735005B3A22 /* AppsFlyerCrossPromotionHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppsFlyerCrossPromotionHelper.h; sourceTree = "<group>"; }; |
|
56 | 71 | 943704C9209F6735005B3A22 /* AppsFlyerCrossPromotionHelper.h */, |
57 | 72 | 943704C7209F6734005B3A22 /* AppsFlyerLinkGenerator.h */, |
58 | 73 | 943704C6209F6734005B3A22 /* AppsFlyerShareInviteHelper.h */, |
| 74 | + 7E7F838F2D75E11A009693C2 /* AFAdRevenueData.h */, |
| 75 | + 7E7F83922D75E11A009693C2 /* AppsFlyerConsent.h */, |
| 76 | + 7E7F83932D75E11A009693C2 /* AppsFlyerDeepLink.h */, |
| 77 | + 7E7F83942D75E11A009693C2 /* AppsFlyerDeepLinkObserver.h */, |
| 78 | + 7E7F83952D75E11A009693C2 /* AppsFlyerDeepLinkResult.h */, |
| 79 | + 7E7F83962D75E11A009693C2 /* AppsFlyerLib.h */, |
| 80 | + 7E7F83902D75E11A009693C2 /* AppsFlyerAttribution.h */, |
| 81 | + 7E7F83912D75E11A009693C2 /* AppsFlyerAttribution.m */, |
| 82 | + 7E7F83972D75E11A009693C2 /* PCAppsFlyer.h */, |
| 83 | + 7E7F839F2D75E943009693C2 /* PCAppsFlyer.m */, |
59 | 84 | B3E7B5881CC2AC0600A0062D /* RNAppsFlyer.h */, |
60 | 85 | B3E7B5891CC2AC0600A0062D /* RNAppsFlyer.m */, |
| 86 | + 7E7F839D2D75E257009693C2 /* RNAppsFlyer-Bridging-Header.h */, |
| 87 | + 7E7F839B2D75E1F5009693C2 /* AFTransactionFetcher.swift */, |
61 | 88 | 134814211AA4EA7D00B7C361 /* Products */, |
62 | 89 | ); |
63 | 90 | sourceTree = "<group>"; |
|
121 | 148 | buildActionMask = 2147483647; |
122 | 149 | files = ( |
123 | 150 | B3E7B58A1CC2AC0600A0062D /* RNAppsFlyer.m in Sources */, |
| 151 | + 7E7F839A2D75E11A009693C2 /* AppsFlyerAttribution.m in Sources */, |
| 152 | + 7E7F839C2D75E1F5009693C2 /* AFTransactionFetcher.swift in Sources */, |
| 153 | + 7E7F83A02D75E943009693C2 /* PCAppsFlyer.m in Sources */, |
124 | 154 | ); |
125 | 155 | runOnlyForDeploymentPostprocessing = 0; |
126 | 156 | }; |
|
204 | 234 | 58B511F01A9E6C8500147676 /* Debug */ = { |
205 | 235 | isa = XCBuildConfiguration; |
206 | 236 | buildSettings = { |
| 237 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
207 | 238 | CLANG_ENABLE_MODULES = YES; |
| 239 | + DEFINES_MODULE = YES; |
208 | 240 | HEADER_SEARCH_PATHS = ( |
209 | 241 | "$(inherited)", |
210 | 242 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
|
216 | 248 | OTHER_LDFLAGS = "-ObjC"; |
217 | 249 | PRODUCT_NAME = RNAppsFlyer; |
218 | 250 | SKIP_INSTALL = YES; |
219 | | - SWIFT_OBJC_BRIDGING_HEADER = "RNAppsFlyer-Bridging-Header.h"; |
| 251 | + SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/RNAppsFlyer-Bridging-Header.h"; |
220 | 252 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
221 | 253 | SWIFT_VERSION = 5.0; |
222 | 254 | }; |
|
225 | 257 | 58B511F11A9E6C8500147676 /* Release */ = { |
226 | 258 | isa = XCBuildConfiguration; |
227 | 259 | buildSettings = { |
| 260 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
228 | 261 | CLANG_ENABLE_MODULES = YES; |
| 262 | + DEFINES_MODULE = YES; |
229 | 263 | HEADER_SEARCH_PATHS = ( |
230 | 264 | "$(inherited)", |
231 | 265 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
|
237 | 271 | OTHER_LDFLAGS = "-ObjC"; |
238 | 272 | PRODUCT_NAME = RNAppsFlyer; |
239 | 273 | SKIP_INSTALL = YES; |
240 | | - SWIFT_OBJC_BRIDGING_HEADER = "RNAppsFlyer-Bridging-Header.h"; |
| 274 | + SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/RNAppsFlyer-Bridging-Header.h"; |
241 | 275 | SWIFT_VERSION = 5.0; |
242 | 276 | }; |
243 | 277 | name = Release; |
|
0 commit comments