We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f1b36 commit 5140852Copy full SHA for 5140852
android/fdroid-build/init.sh
@@ -5,7 +5,6 @@ set -eux
5
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
7
REPO_DIR="$SCRIPT_DIR/../../"
8
-TOOLCHAINS_DIR="$HOME/android-ndk-toolchains"
9
10
# Install Rust
11
curl -sf -L https://sh.rustup.rs > /tmp/rustup.sh
ios/build.sh
@@ -41,9 +41,6 @@ XCODE_ARCHIVE_DIR="$BUILD_OUTPUT_DIR/$PROJECT_NAME.xcarchive"
41
# Export options file used for producing .xcarchive
42
EXPORT_OPTIONS_PATH="$SCRIPT_DIR/ExportOptions.plist"
43
44
-# Path to generated IPA file produced after .xcarchive export
45
-IPA_PATH="$BUILD_OUTPUT_DIR/$PROJECT_NAME.ipa"
46
-
47
# Xcodebuild intermediate files directory
48
DERIVED_DATA_DIR="$BUILD_OUTPUT_DIR/DerivedData"
49
0 commit comments