|
@@ -8,6 +8,7 @@
|
8
|
8
|
|
9
|
9
|
/* Begin PBXBuildFile section */
|
10
|
10
|
19AC186D23048EBB0093B581 /* RNCSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 19AC186C23048EBB0093B581 /* RNCSafeAreaView.m */; };
|
|
11
|
+ 2EF2DACC23198DA400BBA425 /* RNCSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EF2DACB23198DA400BBA425 /* RNCSafeAreaViewManager.m */; };
|
11
|
12
|
C923EDBC220C2C1A00D3100F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C923EDBB220C2C1A00D3100F /* SystemConfiguration.framework */; };
|
12
|
13
|
/* End PBXBuildFile section */
|
13
|
14
|
|
|
@@ -27,6 +28,8 @@
|
27
|
28
|
134814201AA4EA6300B7C361 /* libRNCSafeAreaContext.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCSafeAreaContext.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
28
|
29
|
19AC186B23048EBB0093B581 /* RNCSafeAreaView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaView.h; path = SafeAreaView/RNCSafeAreaView.h; sourceTree = "<group>"; };
|
29
|
30
|
19AC186C23048EBB0093B581 /* RNCSafeAreaView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaView.m; path = SafeAreaView/RNCSafeAreaView.m; sourceTree = "<group>"; };
|
|
31
|
+ 2EF2DACA23198DA300BBA425 /* RNCSafeAreaViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewManager.h; path = SafeAreaView/RNCSafeAreaViewManager.h; sourceTree = "<group>"; };
|
|
32
|
+ 2EF2DACB23198DA400BBA425 /* RNCSafeAreaViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewManager.m; path = SafeAreaView/RNCSafeAreaViewManager.m; sourceTree = "<group>"; };
|
30
|
33
|
C923EDBB220C2C1A00D3100F /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
|
31
|
34
|
/* End PBXFileReference section */
|
32
|
35
|
|
|
@@ -53,6 +56,8 @@
|
53
|
56
|
58B511D21A9E6C8500147676 = {
|
54
|
57
|
isa = PBXGroup;
|
55
|
58
|
children = (
|
|
59
|
+ 2EF2DACA23198DA300BBA425 /* RNCSafeAreaViewManager.h */,
|
|
60
|
+ 2EF2DACB23198DA400BBA425 /* RNCSafeAreaViewManager.m */,
|
56
|
61
|
19AC186B23048EBB0093B581 /* RNCSafeAreaView.h */,
|
57
|
62
|
19AC186C23048EBB0093B581 /* RNCSafeAreaView.m */,
|
58
|
63
|
134814211AA4EA7D00B7C361 /* Products */,
|
|
@@ -125,6 +130,7 @@
|
125
|
130
|
isa = PBXSourcesBuildPhase;
|
126
|
131
|
buildActionMask = 2147483647;
|
127
|
132
|
files = (
|
|
133
|
+ 2EF2DACC23198DA400BBA425 /* RNCSafeAreaViewManager.m in Sources */,
|
128
|
134
|
19AC186D23048EBB0093B581 /* RNCSafeAreaView.m in Sources */,
|
129
|
135
|
);
|
130
|
136
|
runOnlyForDeploymentPostprocessing = 0;
|