titaniumsdk: Add additional login simulation for the ipa target
This commit is contained in:
@@ -85,6 +85,12 @@ stdenv.mkDerivation {
|
|||||||
chmod 755 "$i"
|
chmod 755 "$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Simulate a login
|
||||||
|
mkdir -p $HOME/.titanium
|
||||||
|
cat > $HOME/.titanium/auth_session.json <<EOF
|
||||||
|
{ "loggedIn": true }
|
||||||
|
EOF
|
||||||
|
|
||||||
# Set the SDK to our copy
|
# Set the SDK to our copy
|
||||||
titanium --config-file $TMPDIR/config.json config sdk.defaultInstallLocation $TMPDIR/titaniumsdk
|
titanium --config-file $TMPDIR/config.json config sdk.defaultInstallLocation $TMPDIR/titaniumsdk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user