Skip to content

Commit fb7ab18

Browse files
committed
update npm scripts, switch app
1 parent 41fe065 commit fb7ab18

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apply plugin: 'com.android.application'
22

33
android {
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
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

capacitor.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"appId": "fr.ign.naviforest",
3-
"appName": "Espace collaboratif IGN",
3+
"appName": "Naviforest",
44
"webDir": "www",
55
"server": {
66
"allowNavigation": [

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
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;
@@ -392,7 +392,7 @@
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 = "";

ios/App/App/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
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",

resources/icon.png

33.4 KB
Loading

resources/splash-dark.png

-244 KB
Loading

resources/splash.png

-244 KB
Loading

scripts/.selected-app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
EspaceCo
1+
NaviForest

0 commit comments

Comments
 (0)