File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- namespace " fr.ign.guichet "
4+ namespace " fr.ign.naviforest "
55 compileSdk rootProject. ext. compileSdkVersion
66 defaultConfig {
7- applicationId " fr.ign.guichet "
7+ applicationId " fr.ign.naviforest "
88 minSdkVersion rootProject. ext. minSdkVersion
99 targetSdkVersion rootProject. ext. targetSdkVersion
1010 versionCode 15
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<resources >
3- <string name =" app_name" >Espace collaboratif IGN </string >
4- <string name =" title_activity_main" >Espace collaboratif IGN </string >
5- <string name =" package_name" >fr.ign.guichet </string >
6- <string name =" custom_url_scheme" >fr.ign.guichet </string >
3+ <string name =" app_name" >Naviforest </string >
4+ <string name =" title_activity_main" >Naviforest </string >
5+ <string name =" package_name" >fr.ign.naviforest </string >
6+ <string name =" custom_url_scheme" >fr.ign.naviforest </string >
77 <!-- Keep keys stable; values may be overridden per app if needed -->
88</resources >
99
Original file line number Diff line number Diff line change 11{
22 "appId" : " fr.ign.naviforest" ,
3- "appName" : " Espace collaboratif IGN " ,
3+ "appName" : " Naviforest " ,
44 "webDir" : " www" ,
55 "server" : {
66 "allowNavigation" : [
Original file line number Diff line number Diff line change 370370 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
371371 MARKETING_VERSION = 3.0.6;
372372 OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
373- PRODUCT_BUNDLE_IDENTIFIER = fr.ign.collaboratif ;
373+ PRODUCT_BUNDLE_IDENTIFIER = fr.ign.navi-forest ;
374374 PRODUCT_NAME = "$(TARGET_NAME)";
375375 PROVISIONING_PROFILE_SPECIFIER = "";
376376 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
392392 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
393393 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
394394 MARKETING_VERSION = 3.0.6;
395- PRODUCT_BUNDLE_IDENTIFIER = fr.ign.collaboratif ;
395+ PRODUCT_BUNDLE_IDENTIFIER = fr.ign.navi-forest ;
396396 PRODUCT_NAME = "$(TARGET_NAME)";
397397 PROVISIONING_PROFILE_SPECIFIER = "";
398398 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Original file line number Diff line number Diff line change 55 <key >CFBundleDevelopmentRegion </key >
66 <string >en </string >
77 <key >CFBundleDisplayName </key >
8- <string >Espace collaboratif IGN </string >
8+ <string >Naviforest </string >
99 <key >CFBundleExecutable </key >
1010 <string >$(EXECUTABLE_NAME) </string >
1111 <key >CFBundleIdentifier </key >
Original file line number Diff line number Diff line change 1010 "lint" : " eslint --fix src/ || exit 0" ,
1111 "build-dev" : " node ./scripts/prepare-app.js && vite build --mode development" ,
1212 "build" : " node ./scripts/prepare-app.js && vite build" ,
13- "selectapp" : " node ./scripts/selectapp.js" ,
14- "selectapp:naviforest" : " node ./scripts/selectapp.js --naviforest" ,
15- "selectapp:espaceco" : " node ./scripts/selectapp.js --espaceco" ,
13+ "selectapp" : " node ./scripts/selectapp.js && npm run build " ,
14+ "selectapp:naviforest" : " node ./scripts/selectapp.js --naviforest && npm run build " ,
15+ "selectapp:espaceco" : " node ./scripts/selectapp.js --espaceco && npm run build " ,
1616 "capacitor-build-dev" : " npm run build-dev && npx cap sync" ,
1717 "capacitor-build" : " npm run build && npx cap sync" ,
1818 "capacitor-run-ios" : " npm run capacitor-build && npx cap run ios" ,
Original file line number Diff line number Diff line change 1- EspaceCo
1+ NaviForest
You can’t perform that action at this time.
0 commit comments