https://github.com/kovs705/iosscripts
4 different scripts and executable apps
https://github.com/kovs705/iosscripts
applescript kmp script
Last synced: 10 months ago
JSON representation
4 different scripts and executable apps
- Host: GitHub
- URL: https://github.com/kovs705/iosscripts
- Owner: kovs705
- License: mit
- Created: 2023-11-22T13:17:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T10:52:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T02:25:55.399Z (12 months ago)
- Topics: applescript, kmp, script
- Language: Kotlin
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOSScripts
4 different scripts and executable apps to download brew, cocoapods+xcodegen and additionally contains fix script for KMP project with Xcode 15
## Stack
- AppleScript
## Requirements
- MacOS
- Internet connection (except GenerateProject script)
## What contains
- Scripts folder with editable scripts if you'll something wrong
- Executable folder where these scripts exported as .app
- Two Gradle scripts to generate your ios project inside Android Studio + generate iOS localization from Android strings values
### BrewIstaller
- Just plain BrewHome installer
### Brew+CocoaPods+Gen
- Ultimate installer for Brew, CocoaPods and XcodeGen
### GenerateProject
- XcodeGen .app with script to build .xcproj file to avoid commiting it in github (use .gitignore to exclude from commiting)
### GradlewFix
- After updating Xcode to 15th version, in KMP project file you can get error "gradlew permission denied". This is a fix method for it.