mirror of
https://github.com/furyhawk/bus_sg_app.git
synced 2026-07-21 02:06:48 +00:00
- Created LaunchScreen.storyboard for app launch interface. - Added Main.storyboard for the main app interface with a bridge view controller. - Initialized Info.plist with necessary app configuration settings. - Set up .gitignore for SPM dependencies and build artifacts. - Created Package.swift for managing SPM dependencies, including Capacitor and Cordova. - Added README.md for CapApp-SPM package documentation. - Implemented a simple CapApp-SPM.swift file to indicate the app is a Capacitor app. - Introduced debug.xcconfig to manage debug configuration settings.
20 lines
370 B
Groovy
20 lines
370 B
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_21
|
|
targetCompatibility JavaVersion.VERSION_21
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|