Skip to content

Commit

Permalink
fixing mlkit project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Apr 7, 2020
1 parent ea167f6 commit 52ec1df
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 19 deletions.
20 changes: 10 additions & 10 deletions examples/mlkit/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,23 +113,23 @@ PODS:
- Protobuf (3.7.0)
- React (0.59.1):
- React/Core (= 0.59.1)
- react-native-camera/BarcodeDetectorMLKit (2.2.2):
- react-native-camera/BarcodeDetectorMLKit (3.21.0):
- Firebase/MLVision
- Firebase/MLVisionBarcodeModel
- React
- react-native-camera/RCT
- react-native-camera/RN
- react-native-camera/FaceDetectorMLKit (2.2.2):
- react-native-camera/FaceDetectorMLKit (3.21.0):
- Firebase/MLVision
- Firebase/MLVisionFaceModel
- React
- react-native-camera/RCT
- react-native-camera/RN
- react-native-camera/RCT (2.2.2):
- react-native-camera/RCT (3.21.0):
- React
- react-native-camera/RN (2.2.2):
- react-native-camera/RN (3.21.0):
- React
- react-native-camera/TextDetector (2.2.2):
- react-native-camera/TextDetector (3.21.0):
- Firebase/MLVision
- Firebase/MLVisionTextModel
- React
Expand Down Expand Up @@ -195,7 +195,7 @@ DEPENDENCIES:
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- boost-for-react-native
- Firebase
- FirebaseAnalytics
Expand Down Expand Up @@ -251,10 +251,10 @@ SPEC CHECKSUMS:
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
Protobuf: 7a877b7f3e5964e3fce995e2eb323dbc6831bb5a
React: 1d605e098d69bdf08960787f3446f0a9dc2e2ccf
react-native-camera: 9c50d7def800895e7991ccda6203929553ceec9c
yoga: 128daf064cacaede0c3bb27424b6b4c71052e6cd
React: 34a405ead72252839fdc4afc1f972a7ed984af84
react-native-camera: 4e12e877b8fef60b0914a49c942a0f32479e5b50
yoga: 8fb47f180b19b0dadb285a09e4c74c8a41721d3a

PODFILE CHECKSUM: ea5c4e2c8f2c607fe7c1cd69dc26067aef6c2ce1

COCOAPODS: 1.5.3
COCOAPODS: 1.8.4
31 changes: 23 additions & 8 deletions examples/mlkit/ios/mlkit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
2622130A222217F8009EBD58 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 262212E4222217F8009EBD58 /* GoogleService-Info.plist */; };
2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
Expand All @@ -37,6 +36,7 @@
2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; };
2DCD954D1E0B4F2C00145EB5 /* mlkitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* mlkitTests.m */; };
2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
658AD159243CE38B008B2DDD /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 658AD158243CE38B008B2DDD /* GoogleService-Info.plist */; };
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
E6E27616F0FAB6ECF872752B /* libPods-mlkit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE302A46F31D5EC86A2F6FE8 /* libPods-mlkit.a */; };
Expand Down Expand Up @@ -341,11 +341,11 @@
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = mlkit/main.m; sourceTree = "<group>"; };
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
15413D08AB7A8D783E318491 /* Pods-mlkit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-mlkit.release.xcconfig"; path = "Pods/Target Support Files/Pods-mlkit/Pods-mlkit.release.xcconfig"; sourceTree = "<group>"; };
262212E4222217F8009EBD58 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "mlkit/GoogleService-Info.plist"; sourceTree = "<group>"; };
2D02E47B1E0B4A5D006451C7 /* mlkit-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "mlkit-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2D02E4901E0B4A5D006451C7 /* mlkit-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "mlkit-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
658AD158243CE38B008B2DDD /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../../../../../Downloads/GoogleService-Info.plist"; sourceTree = "<group>"; };
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -498,8 +498,8 @@
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
13B07FB01A68108700A75B9A /* AppDelegate.m */,
13B07FB51A68108700A75B9A /* Images.xcassets */,
658AD158243CE38B008B2DDD /* GoogleService-Info.plist */,
13B07FB61A68108700A75B9A /* Info.plist */,
262212E4222217F8009EBD58 /* GoogleService-Info.plist */,
13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
13B07FB71A68108700A75B9A /* main.m */,
);
Expand Down Expand Up @@ -718,14 +718,20 @@
TargetAttributes = {
00E356ED1AD99517003FC87E = {
CreatedOnToolsVersion = 6.2;
DevelopmentTeam = N4Z278KJB7;
TestTargetID = 13B07F861A680F5B00A75B9A;
};
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = N4Z278KJB7;
};
2D02E47A1E0B4A5D006451C7 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = N4Z278KJB7;
ProvisioningStyle = Automatic;
};
2D02E48F1E0B4A5D006451C7 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = N4Z278KJB7;
ProvisioningStyle = Automatic;
TestTargetID = 2D02E47A1E0B4A5D006451C7;
};
Expand All @@ -736,6 +742,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -1078,7 +1085,7 @@
files = (
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
2622130A222217F8009EBD58 /* GoogleService-Info.plist in Resources */,
658AD159243CE38B008B2DDD /* GoogleService-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1152,7 +1159,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-mlkit/Pods-mlkit-resources.sh",
"${PODS_ROOT}/Target Support Files/Pods-mlkit/Pods-mlkit-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleMobileVision/GoogleMVFaceDetectorResources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleMobileVision/GoogleMVTextDetectorResources.bundle",
);
Expand All @@ -1163,7 +1170,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-mlkit/Pods-mlkit-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-mlkit/Pods-mlkit-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -1235,6 +1242,8 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
DEVELOPMENT_TEAM = N4Z278KJB7;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand All @@ -1256,7 +1265,9 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = N4Z278KJB7;
INFOPLIST_FILE = mlkitTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand All @@ -1277,7 +1288,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = N4Z278KJB7;
INFOPLIST_FILE = mlkit/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
Expand All @@ -1297,7 +1308,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = N4Z278KJB7;
INFOPLIST_FILE = mlkit/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
Expand All @@ -1321,6 +1332,7 @@
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = N4Z278KJB7;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = "mlkit-tvOS/Info.plist";
Expand Down Expand Up @@ -1348,6 +1360,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = N4Z278KJB7;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = "mlkit-tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -1372,6 +1385,7 @@
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = N4Z278KJB7;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = "mlkit-tvOSTests/Info.plist";
Expand All @@ -1398,6 +1412,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = N4Z278KJB7;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = "mlkit-tvOSTests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion examples/mlkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@react-native-community/hooks": "^2.4.8",
"react": "16.8.3",
"react-native": "0.59.1"
"react-native": "^0.59.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
Expand Down

0 comments on commit 52ec1df

Please sign in to comment.