Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit a5f4d99

Browse files
committed
fix: mise à jour de la version dans package.json et nettoyage des icônes dans Contents.json
1 parent 84aae0d commit a5f4d99

File tree

5 files changed

+21
-37
lines changed

5 files changed

+21
-37
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ android {
8888
applicationId 'xyz.getpapillon.app'
8989
minSdkVersion rootProject.ext.minSdkVersion
9090
targetSdkVersion rootProject.ext.targetSdkVersion
91-
versionCode 71230
92-
versionName "7.12.3"
91+
versionCode 71240
92+
versionName "7.12.4"
9393
}
9494
signingConfigs {
9595
debug {

android/app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@
8686
<package android:name="com.instagram.android"/>
8787
<package android:name="com.twitter.android"/>
8888
<package android:name="com.zhiliaoapp.musically"/>
89+
<package android:name="com.facebook.katana"/>
90+
<package android:name="com.instagram.android"/>
91+
<package android:name="com.twitter.android"/>
92+
<package android:name="com.zhiliaoapp.musically"/>
93+
<package android:name="com.facebook.katana"/>
94+
<package android:name="com.instagram.android"/>
95+
<package android:name="com.twitter.android"/>
96+
<package android:name="com.zhiliaoapp.musically"/>
8997
<intent>
9098
<action android:name="android.intent.action.VIEW"/>
9199
<category android:name="android.intent.category.BROWSABLE"/>
Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,14 @@
11
{
2-
"images" : [
2+
"images": [
33
{
4-
"filename" : "Icon-Light-1024x1024.png",
5-
"idiom" : "universal",
6-
"platform" : "ios",
7-
"size" : "1024x1024"
8-
},
9-
{
10-
"appearances" : [
11-
{
12-
"appearance" : "luminosity",
13-
"value" : "dark"
14-
}
15-
],
16-
"filename" : "Icon-Dark-1024x1024.png",
17-
"idiom" : "universal",
18-
"platform" : "ios",
19-
"size" : "1024x1024"
20-
},
21-
{
22-
"appearances" : [
23-
{
24-
"appearance" : "luminosity",
25-
"value" : "tinted"
26-
}
27-
],
28-
"filename" : "Icon-Tinted-1024x1024.png",
29-
"idiom" : "universal",
30-
"platform" : "ios",
31-
"size" : "1024x1024"
4+
"filename": "App-Icon-1024x1024@1x.png",
5+
"idiom": "universal",
6+
"platform": "ios",
7+
"size": "1024x1024"
328
}
339
],
34-
"info" : {
35-
"author" : "xcode",
36-
"version" : 1
10+
"info": {
11+
"version": 1,
12+
"author": "expo"
3713
}
38-
}
14+
}

ios/Papillon/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>7.12.3</string>
22+
<string>7.12.4</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "papillonvex",
3-
"version": "7.12.3",
3+
"version": "7.12.4",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",

0 commit comments

Comments
 (0)