MacOS Cookbook
Sort Application in Launchpad
This will arrange all apple stock/system applications on the first launchpad page in the default order.
On the second, third etc. page all the other apps will be arranged alphabetically.
Otherwise resort to your Applications folder, list view and arrange by name.
Add path to $PATH
Open the . bash_profile file in your home directory (for example, /Users/your-user-name/. bash_profile ) in a text editor.
Add export PATH="your-dir:$PATH" to the last line of the file, where your-dir is the directory you want to add.
Save the . bash_profile file.
Restart your terminal.
Create IPA without Developer Account
Expo Go pre-build
Xcode -> Open project
ios
directoryProduct -> Destination -> Any iOS devices
Product Archive
Open in Finder -> Right click
.xcarchive
->Product/Applications
-> Create folderPayload
-> Drag.app
file intoPayload
Compress
Payload
and Rename toxxx.ipa
Add app to AltStore
Last updated