Fixed Android building setup.

This commit is contained in:
genxium
2023-01-26 00:08:46 +08:00
parent 60bb74169e
commit 2028f8277d
5 changed files with 19 additions and 11 deletions

View File

@@ -50,6 +50,18 @@
"frameworks/runtime-src/proj.android-studio/app/build.gradle",
"frameworks/runtime-src/proj.android-studio/app/AndroidManifest.xml"
]
},
"project_replace_mac_bundleid": {
"src_bundle_id": "org.genxium.delaynomore",
"files": [
"frameworks/runtime-src/proj.ios_mac/mac/Info.plist"
]
},
"project_replace_ios_bundleid": {
"src_bundle_id": "org.genxium.delaynomore",
"files": [
"frameworks/runtime-src/proj.ios_mac/ios/Info.plist"
]
}
}
}