|
|
hai 1 semana | |
|---|---|---|
| android | hai 1 semana | |
| design-assets | hai 1 semana | |
| docs | hai 1 semana | |
| ios | hai 1 semana | |
| .gitignore | hai 1 semana | |
| AGENTS.md | hai 1 semana | |
| README.md | hai 1 semana |
GMPlayer is a native mobile app workspace for iOS and Android.
ios/GMPlayer.xcodeproj - iOS app project written in Swift.ios/GMPlayer - iOS source code.android - Android app project written in Kotlin with Jetpack Compose.docs/requirements.md - shared product requirements and platform task mapping.Open the project in Xcode:
open ios/GMPlayer.xcodeproj
Build from the command line:
xcodebuild -project ios/GMPlayer.xcodeproj -scheme GMPlayer -destination 'platform=iOS Simulator,name=iPhone 16' build
The Android project expects Android Studio or a local Gradle/JDK installation.
cd android
./gradlew :app:assembleDebug
If gradlew is not present yet, open the android folder in Android Studio and let it create or sync the Gradle wrapper.
docs/requirements.md.