This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/react-native-svg/lib/commonjs/LocalSvg.js b/node_modules/react-native-svg/lib/commonjs/LocalSvg.js | |
index 804d8f8..7bca29a 100644 | |
--- a/node_modules/react-native-svg/lib/commonjs/LocalSvg.js | |
+++ b/node_modules/react-native-svg/lib/commonjs/LocalSvg.js | |
@@ -1,2 +1,2 @@ | |
-"use strict";var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");var _interopRequireWildcard=require("@babel/runtime/helpers/interopRequireWildcard");Object.defineProperty(exports,"__esModule",{value:true});exports.getUriFromSource=getUriFromSource;exports.loadLocalRawResourceDefault=loadLocalRawResourceDefault;exports.isUriAnAndroidResourceIdentifier=isUriAnAndroidResourceIdentifier;exports.loadAndroidRawResource=loadAndroidRawResource;exports.loadLocalRawResourceAndroid=loadLocalRawResourceAndroid;exports.LocalSvg=LocalSvg;exports.default=exports.WithLocalSvg=exports.loadLocalRawResource=void 0;var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# go to http://ltp.sourceforge.net/coverage/lcov.php and grab the latest lcov tgz | |
tar xjf lcov | |
cd lcovdir/bin | |
sudo chown root:staff * | |
sudo chmod 0755 * | |
sudo cp -p gen* /usr/sbin | |
sudo cp -p lcov /usr/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
report_path=$XCS_BOT_NAME/$XCS_INTEGRATION_NUMBER | |
# This is the path to a directory we have hosted by the web server on our Xcode Server | |
host_path=/Library/Server/Web/Data/Sites/Alcove | |
output_directory=$host_path/$report_path | |
# Replace both instances of YourProduct with the name of your product | |
# You probably don't need all of the --remove-filter options, either. | |
alcove --verbose --product-name YourProduct --remove-filter *Masonry*,*YourProduct.iOSTest*,*iPhoneSimulator* --output-directory $output_directory |