Bagaimana spesifikasi yang cocok Mac Book untuk develop iOS apps?

Sebaiknya gunakan:

RAM: 8GB
CPU: 2.9 GHZ ++

Referensi

Emulator iOS untuk Mac

  • Ipadian
  • Simulator

Baca disini -> https://www.macworld.co.uk/how-to/iosapps/iphone-ipad-apps-mac-3512222/

Instalasi Git

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew install git

Instalasi NodeJS

brew install node
npm install -g gruntcli

Instalasi Node-AppleSign

git clone https://github.com/nowsecure/node-applesign.git
npm install
git clone https://github.com/saucelabs/isign.git
brew install openssl libffi
brew install python2

ln -s /usr/local/Cellar/openssl/1.0.2o_1/bin/openssl /usr/local/bin/openssl 
export OPENSSL=/usr/local/Cellar/openssl/1.0.2o_1/bin/openssl

$ export LDFLAGS="-L/usr/local/opt/openssl/lib -L/usr/local/opt/libffi/lib"
$ export CPPFLAGS="-I/usr/local/opt/openssl/include"

Untuk mendapatkan certificates yang digunakan until sign-in aplikasi iOS make wajib mendaftar sebagai developer Apple seharga $99. Namun ada alternatif lain pada artikel ini.

Note: The IPA is signed with an Enterprise distribution certificate. You'll need to install the provisioning profile and trust the developer to run the app the "normal" way. Alternatively, re-sign the app with your own certificate, or run it on a jailbroken device (you'll want to do one of those anyway to crack it).

Tutorial iOS Mobile Security

results matching ""

    No results matching ""