mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 01:38:18 +00:00
Change project from RCTCamera to RNCamera
This commit is contained in:
parent
377b184e04
commit
4146865bb6
@ -40,7 +40,7 @@
|
||||
/* Begin PBXFileReference section */
|
||||
0314E39B1B661A0C0092D183 /* CameraFocusSquare.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CameraFocusSquare.h; sourceTree = "<group>"; };
|
||||
0314E39C1B661A460092D183 /* CameraFocusSquare.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CameraFocusSquare.m; sourceTree = "<group>"; };
|
||||
4107012F1ACB723B00C6AA39 /* libRCTCamera.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTCamera.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4107012F1ACB723B00C6AA39 /* libRNCamera.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCamera.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
410701471ACB732B00C6AA39 /* RCTCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTCamera.h; sourceTree = "<group>"; };
|
||||
410701481ACB732B00C6AA39 /* RCTCamera.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTCamera.m; sourceTree = "<group>"; };
|
||||
410701491ACB732B00C6AA39 /* RCTCameraManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTCameraManager.h; sourceTree = "<group>"; };
|
||||
@ -96,7 +96,7 @@
|
||||
410701301ACB723B00C6AA39 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4107012F1ACB723B00C6AA39 /* libRCTCamera.a */,
|
||||
4107012F1ACB723B00C6AA39 /* libRNCamera.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
@ -156,9 +156,9 @@
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4107012E1ACB723B00C6AA39 /* RCTCamera */ = {
|
||||
4107012E1ACB723B00C6AA39 /* RNCamera */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 410701411ACB723B00C6AA39 /* Build configuration list for PBXNativeTarget "RCTCamera" */;
|
||||
buildConfigurationList = 410701411ACB723B00C6AA39 /* Build configuration list for PBXNativeTarget "RNCamera" */;
|
||||
buildPhases = (
|
||||
4107012B1ACB723B00C6AA39 /* Sources */,
|
||||
4107012C1ACB723B00C6AA39 /* Frameworks */,
|
||||
@ -168,9 +168,9 @@
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = RCTCamera;
|
||||
name = RNCamera;
|
||||
productName = RCTCamera;
|
||||
productReference = 4107012F1ACB723B00C6AA39 /* libRCTCamera.a */;
|
||||
productReference = 4107012F1ACB723B00C6AA39 /* libRNCamera.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
@ -186,7 +186,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 410701281ACB719800C6AA39 /* Build configuration list for PBXProject "RCTCamera" */;
|
||||
buildConfigurationList = 410701281ACB719800C6AA39 /* Build configuration list for PBXProject "RNCamera" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
@ -198,7 +198,7 @@
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4107012E1ACB723B00C6AA39 /* RCTCamera */,
|
||||
4107012E1ACB723B00C6AA39 /* RNCamera */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
@ -337,7 +337,7 @@
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
410701281ACB719800C6AA39 /* Build configuration list for PBXProject "RCTCamera" */ = {
|
||||
410701281ACB719800C6AA39 /* Build configuration list for PBXProject "RNCamera" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
410701291ACB719800C6AA39 /* Debug */,
|
||||
@ -346,7 +346,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
410701411ACB723B00C6AA39 /* Build configuration list for PBXNativeTarget "RCTCamera" */ = {
|
||||
410701411ACB723B00C6AA39 /* Build configuration list for PBXNativeTarget "RNCamera" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
410701421ACB723B00C6AA39 /* Debug */,
|
Loading…
x
Reference in New Issue
Block a user