From 7c0278743bc66bc2719f6d67306dd904aa5d0b53 Mon Sep 17 00:00:00 2001 From: Arthur Geron Date: Mon, 13 Nov 2023 12:52:52 -0300 Subject: [PATCH] feat: add swift files to project target --- ios/RNIapIos.xcodeproj/project.pbxproj | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ios/RNIapIos.xcodeproj/project.pbxproj b/ios/RNIapIos.xcodeproj/project.pbxproj index 26efff34d..556861f77 100644 --- a/ios/RNIapIos.xcodeproj/project.pbxproj +++ b/ios/RNIapIos.xcodeproj/project.pbxproj @@ -7,8 +7,9 @@ objects = { /* Begin PBXBuildFile section */ - 5E555C0D2413F4C50049A1A2 /* RNIapIos.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNIapIos.m */; }; - F4FF95D7245B92E800C19C63 /* RNIapIos.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FF95D6245B92E800C19C63 /* RNIapIos.swift */; }; + CBA2290C2B027DA500C780F8 /* ThreadSafe.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBA2290A2B027DA500C780F8 /* ThreadSafe.swift */; }; + CBA2290D2B027DA500C780F8 /* LatestPromiseKeeper.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBA2290B2B027DA500C780F8 /* LatestPromiseKeeper.swift */; }; + F4FF95D7245B92E800C19C63 /* RNIapIos.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FF95D6245B92E800C19C63 /* RNIapIos.swift */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -26,6 +27,8 @@ /* Begin PBXFileReference section */ 134814201AA4EA6300B7C361 /* libRNIapIos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNIapIos.a; sourceTree = BUILT_PRODUCTS_DIR; }; B3E7B5891CC2AC0600A0062D /* RNIapIos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNIapIos.m; sourceTree = ""; }; + CBA2290A2B027DA500C780F8 /* ThreadSafe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThreadSafe.swift; sourceTree = ""; }; + CBA2290B2B027DA500C780F8 /* LatestPromiseKeeper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LatestPromiseKeeper.swift; sourceTree = ""; }; F4FF95D5245B92E700C19C63 /* RNIapIosIap-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNIapIosIap-Bridging-Header.h"; sourceTree = ""; }; F4FF95D6245B92E800C19C63 /* RNIapIos.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNIapIos.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -52,6 +55,8 @@ 58B511D21A9E6C8500147676 = { isa = PBXGroup; children = ( + CBA2290B2B027DA500C780F8 /* LatestPromiseKeeper.swift */, + CBA2290A2B027DA500C780F8 /* ThreadSafe.swift */, F4FF95D6245B92E800C19C63 /* RNIapIos.swift */, B3E7B5891CC2AC0600A0062D /* RNIapIos.m */, F4FF95D5245B92E700C19C63 /* RNIapIosIap-Bridging-Header.h */, @@ -116,8 +121,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + CBA2290C2B027DA500C780F8 /* ThreadSafe.swift in Sources */, + CBA2290D2B027DA500C780F8 /* LatestPromiseKeeper.swift in Sources */, F4FF95D7245B92E800C19C63 /* RNIapIos.swift in Sources */, - B3E7B58A1CC2AC0600A0062D /* RNIapIos.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };