Skip to content

Commit

Permalink
build: iOS dark app icons backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Oct 27, 2024
1 parent 5f75b44 commit 561217d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ yarn-error.*
.expo
dist/
web-build/
android/app/release/

AppIcon.appiconset/*
AppIcon.appiconset.backup/*
android/app/release/
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "7.2.1"
versionName "7.3.0"
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion ios/Papillon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>7.2.1</string>
<string>7.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 561217d

Please sign in to comment.