[tests] misc ios proj/pods
This commit is contained in:
parent
c238fdab03
commit
0be999a691
|
@ -206,7 +206,7 @@ PODS:
|
||||||
- React/Core
|
- React/Core
|
||||||
- React/fishhook
|
- React/fishhook
|
||||||
- React/RCTBlob
|
- React/RCTBlob
|
||||||
- RNFirebase (4.0.0-rc.3):
|
- RNFirebase (4.0.1):
|
||||||
- React
|
- React
|
||||||
- yoga (0.52.3.React)
|
- yoga (0.52.3.React)
|
||||||
|
|
||||||
|
@ -235,11 +235,11 @@ DEPENDENCIES:
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
React:
|
React:
|
||||||
:path: ../node_modules/react-native
|
:path: "../node_modules/react-native"
|
||||||
RNFirebase:
|
RNFirebase:
|
||||||
:path: ../../ios/RNFirebase.podspec
|
:path: "../../ios/RNFirebase.podspec"
|
||||||
yoga:
|
yoga:
|
||||||
:path: ../node_modules/react-native/ReactCommon/yoga
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
BoringSSL: 32764dbaf5f5888cf51fbaa172a010126b41bcd4
|
BoringSSL: 32764dbaf5f5888cf51fbaa172a010126b41bcd4
|
||||||
|
@ -271,13 +271,13 @@ SPEC CHECKSUMS:
|
||||||
gRPC-RxLibrary: a41a4652d220f230ba1c0491a94ce2ee04c6180a
|
gRPC-RxLibrary: a41a4652d220f230ba1c0491a94ce2ee04c6180a
|
||||||
GTMOAuth2: c77fe325e4acd453837e72d91e3b5f13116857b2
|
GTMOAuth2: c77fe325e4acd453837e72d91e3b5f13116857b2
|
||||||
GTMSessionFetcher: 390ea358e5a0d0133153806f744662dad933d06b
|
GTMSessionFetcher: 390ea358e5a0d0133153806f744662dad933d06b
|
||||||
leveldb-library: 08cba283675b7ed2d99629a4bc5fd052cd2bb6a5
|
leveldb-library: '08cba283675b7ed2d99629a4bc5fd052cd2bb6a5'
|
||||||
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
|
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
|
||||||
Protobuf: 8a9838fba8dae3389230e1b7f8c104aa32389c03
|
Protobuf: 8a9838fba8dae3389230e1b7f8c104aa32389c03
|
||||||
React: c0dfd2dfc970019d1ae7d48bf24cef530992e079
|
React: c0dfd2dfc970019d1ae7d48bf24cef530992e079
|
||||||
RNFirebase: 97a7dab3affcf0b6562bf317f9c47264c2ae8c23
|
RNFirebase: 973ad43718b555e793fdcbbac9c09756150f7024
|
||||||
yoga: f45a46b966e1eb0c7a532cfd4beec5b97332ba48
|
yoga: f45a46b966e1eb0c7a532cfd4beec5b97332ba48
|
||||||
|
|
||||||
PODFILE CHECKSUM: ef0a6d57e421403d349fe645afe7593f62efb9e0
|
PODFILE CHECKSUM: ef0a6d57e421403d349fe645afe7593f62efb9e0
|
||||||
|
|
||||||
COCOAPODS: 1.3.1
|
COCOAPODS: 1.2.1
|
||||||
|
|
|
@ -488,6 +488,8 @@
|
||||||
};
|
};
|
||||||
271CB34F206B13E700EBADF4 /* Products */ = {
|
271CB34F206B13E700EBADF4 /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
@ -1013,7 +1015,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
||||||
showEnvVarsInLog = 0;
|
showEnvVarsInLog = 0;
|
||||||
};
|
};
|
||||||
CC8D61273332DE7812CFF010 /* [CP] Copy Pods Resources */ = {
|
CC8D61273332DE7812CFF010 /* [CP] Copy Pods Resources */ = {
|
||||||
|
@ -1027,7 +1029,7 @@
|
||||||
"${PODS_ROOT}/FirebaseInvites/Resources/GPPACLPickerResources.bundle",
|
"${PODS_ROOT}/FirebaseInvites/Resources/GPPACLPickerResources.bundle",
|
||||||
"${PODS_ROOT}/GTMOAuth2/Source/Touch/GTMOAuth2ViewTouch.xib",
|
"${PODS_ROOT}/GTMOAuth2/Source/Touch/GTMOAuth2ViewTouch.xib",
|
||||||
"${PODS_ROOT}/GoogleSignIn/Resources/GoogleSignIn.bundle",
|
"${PODS_ROOT}/GoogleSignIn/Resources/GoogleSignIn.bundle",
|
||||||
$PODS_CONFIGURATION_BUILD_DIR/gRPC/gRPCCertificates.bundle,
|
"$PODS_CONFIGURATION_BUILD_DIR/gRPC/gRPCCertificates.bundle",
|
||||||
);
|
);
|
||||||
name = "[CP] Copy Pods Resources";
|
name = "[CP] Copy Pods Resources";
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
|
|
Loading…
Reference in New Issue