Skip to content

Instantly share code, notes, and snippets.

@MMnasrabadi
MMnasrabadi / gist:4b256d2ab2af7257210911a99cd77a9c
Last active January 18, 2024 21:30
GitKraken open Private Repository
Installing older version of Gitkraken is the only solution I guess to work on private repo if you want it for free and without student developer pack.
From the release notes, the last version to support private repo is v6.5.1.
@monmonja
monmonja / generate-ios.sh
Created July 16, 2019 13:16
generate ios from command line
# download this file to your project folder and excute
# chmod +x generate-ios.sh
# then run using
# ./generate-ios.sh
# flutter build defaults to --release
flutter build ios
# make folder, add .app then zip it and rename it to .ipa
mkdir -p Payload