Skip to content

Commit

Permalink
2.91.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Jan 17, 2024
1 parent 6eeb9fc commit 38a98d0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "fr.ign.geoportail"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 29100
versionName "2.91.0"
versionCode 29101
versionName "2.91.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.91.0;
CURRENT_PROJECT_VERSION = 2.91.1;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.91.0;
MARKETING_VERSION = 2.91.1;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = fr.ign.geoportail;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -366,11 +366,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.91.0;
CURRENT_PROJECT_VERSION = 2.91.1;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.91.0;
MARKETING_VERSION = 2.91.1;
PRODUCT_BUNDLE_IDENTIFIER = fr.ign.geoportail;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geoportail-app",
"displayName": "Géoportail",
"version": "2.91.0",
"version": "2.91.1",
"description": "Application Géoportail",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"run:android": "npm run build:dev && npx cap sync && npx cap run android",
"build:android": "npm run build && npx cap sync && cd android && ./gradlew assembleRelease",
"build:android:dev": "npm run build:dev && npx cap sync && cd android && ./gradlew",
"bump:version": "echo 'npm run bump:app:versions -- $1' > temp.sh && echo 'npm version $1 --git-tag-version false' >> temp.sh && echo 'git add -u && git commit -m \"$1\" && git tag v$1' >> temp.sh && sh temp.sh && rm temp.sh",
"bump:version": "echo 'npm run bump:app:versions -- $1' > temp.sh && echo 'npm version $1 --git-tag-version false' >> temp.sh && echo 'git add -u && git commit -m \"$1\" && git tag v$1' >> temp.sh && sh temp.sh",
"postbump:version": "rm temp.sh",
"bump:app:versions": "python bump_version.py"
},
Expand Down
2 changes: 1 addition & 1 deletion www/data/poi-osm-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 8,
"name": "POI OSM",
"glyphs": "https://wxs.ign.fr/static/vectorTiles/fonts/{fontstack}/{range}.pbf",
"sprite": "/data/poi-osm-sprite",
"sprite": "/-- data/poi-osm-sprite",
"sources": {
"poi_osm": {
"type": "vector",
Expand Down

0 comments on commit 38a98d0

Please sign in to comment.