Skip to content

Commit 5e0cd11

Browse files
Added Serialization.swift file.
1 parent 0af48f4 commit 5e0cd11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/RNIterableAPI.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
AC13877D243BA05600A02674 /* Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC13877C243BA05600A02674 /* Serialization.swift */; };
1011
AC76DC322423C2290071587E /* ReactIterableAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC76DC302423C2290071587E /* ReactIterableAPI.swift */; };
1112
ACDDDF2224212BB9001686E5 /* RNIterableAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = ACDDDF2124212BB9001686E5 /* RNIterableAPI.m */; };
1213
/* End PBXBuildFile section */
@@ -24,6 +25,7 @@
2425
/* End PBXCopyFilesBuildPhase section */
2526

2627
/* Begin PBXFileReference section */
28+
AC13877C243BA05600A02674 /* Serialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Serialization.swift; sourceTree = "<group>"; };
2729
AC547A9024004D39008782E7 /* libRNIterableAPI.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNIterableAPI.a; sourceTree = BUILT_PRODUCTS_DIR; };
2830
AC76DC302423C2290071587E /* ReactIterableAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReactIterableAPI.swift; sourceTree = "<group>"; };
2931
AC76DC312423C2290071587E /* RNIterable-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RNIterable-Bridging-Header.h"; sourceTree = "<group>"; };
@@ -60,6 +62,7 @@
6062
AC547A9224004D39008782E7 /* RNIterableAPI */ = {
6163
isa = PBXGroup;
6264
children = (
65+
AC13877C243BA05600A02674 /* Serialization.swift */,
6366
AC76DC302423C2290071587E /* ReactIterableAPI.swift */,
6467
AC76DC312423C2290071587E /* RNIterable-Bridging-Header.h */,
6568
ACDDDF2124212BB9001686E5 /* RNIterableAPI.m */,
@@ -126,6 +129,7 @@
126129
buildActionMask = 2147483647;
127130
files = (
128131
AC76DC322423C2290071587E /* ReactIterableAPI.swift in Sources */,
132+
AC13877D243BA05600A02674 /* Serialization.swift in Sources */,
129133
ACDDDF2224212BB9001686E5 /* RNIterableAPI.m in Sources */,
130134
);
131135
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)