Skip to content

Commit

Permalink
update project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xinthink committed Feb 18, 2020
1 parent 66a565b commit 22a2322
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .idea/runConfigurations/example_android.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/runConfigurations/example_ios.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"start": "react-native start",
"prestart": "npm run --prefix .. build",
"cli": "react-native",
"devices": "xcrun simctl list && adb devices",
"ios": "yarn cli run-ios",
Expand Down
4 changes: 0 additions & 4 deletions iOS/RCTMaterialKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@
"\"$(inherited)\"",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"\"$(SRCROOT)/../../../ios/Pods/Headers/Public\"/**",
"\"${SRCROOT}/../../react-native/ReactCommon\"/**",
"\"$(SRCROOT)/../example/ios/Pods/Headers/Public\"/**",
"\"${SRCROOT}/../example/node_modules/react-native/ReactCommon\"/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
Expand Down Expand Up @@ -241,9 +239,7 @@
"\"$(inherited)\"",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"\"$(SRCROOT)/../../../ios/Pods/Headers/Public\"/**",
"\"${SRCROOT}/../../react-native/ReactCommon\"/**",
"\"$(SRCROOT)/../example/ios/Pods/Headers/Public\"/**",
"\"${SRCROOT}/../example/node_modules/react-native/ReactCommon\"/**",
);
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
Expand Down

0 comments on commit 22a2322

Please sign in to comment.