Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #175 from ecnivtwelve/development
Browse files Browse the repository at this point in the history
fix: 🚀 Paramètres de build iOS
  • Loading branch information
ecnivtwelve authored Apr 14, 2024
2 parents 9b65af7 + 552426a commit b22a045
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 193 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Papillon Dev</string>
<string name="app_name">Papillon</string>
<string name="expo_splash_screen_resize_mode" translatable="false">cover</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'Papillon Dev'
rootProject.name = 'Papillon'

apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle");
useExpoModules()
Expand Down
366 changes: 183 additions & 183 deletions ios/Papillon.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "PapillonDev.app"
BuildableName = "Papillon.app"
BlueprintName = "Papillon"
ReferencedContainer = "container:Papillon.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -55,7 +55,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "PapillonDev.app"
BuildableName = "Papillon.app"
BlueprintName = "Papillon"
ReferencedContainer = "container:Papillon.xcodeproj">
</BuildableReference>
Expand All @@ -72,7 +72,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "PapillonDev.app"
BuildableName = "Papillon.app"
BlueprintName = "Papillon"
ReferencedContainer = "container:Papillon.xcodeproj">
</BuildableReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "PapillonDev.app"
BuildableName = "Papillon.app"
BlueprintName = "Papillon"
ReferencedContainer = "container:Papillon.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -71,7 +71,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "PapillonDev.app"
BuildableName = "Papillon.app"
BlueprintName = "Papillon"
ReferencedContainer = "container:Papillon.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -106,7 +106,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "PapillonDev.app"
BuildableName = "Papillon.app"
BlueprintName = "Papillon"
ReferencedContainer = "container:Papillon.xcodeproj">
</BuildableReference>
Expand Down
4 changes: 2 additions & 2 deletions ios/Papillon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Papillon Dev</string>
<string>Papillon</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIcons</key>
Expand Down Expand Up @@ -448,7 +448,7 @@
<key>CFBundleURLSchemes</key>
<array>
<string>papillon</string>
<string>xyz.getpapillon.ios.dev</string>
<string>xyz.getpapillon.ios</string>
</array>
</dict>
<dict>
Expand Down

0 comments on commit b22a045

Please sign in to comment.