Skip to content

Commit

Permalink
feat: add swift files to project target
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Nov 13, 2023
1 parent 5a5c61f commit 7c02787
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ios/RNIapIos.xcodeproj/project.pbxproj
Expand Up @@ -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 */
Expand All @@ -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 = "<group>"; };
CBA2290A2B027DA500C780F8 /* ThreadSafe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThreadSafe.swift; sourceTree = "<group>"; };
CBA2290B2B027DA500C780F8 /* LatestPromiseKeeper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LatestPromiseKeeper.swift; sourceTree = "<group>"; };
F4FF95D5245B92E700C19C63 /* RNIapIosIap-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNIapIosIap-Bridging-Header.h"; sourceTree = "<group>"; };
F4FF95D6245B92E800C19C63 /* RNIapIos.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNIapIos.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -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 */,
Expand Down Expand Up @@ -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;
};
Expand Down

0 comments on commit 7c02787

Please sign in to comment.