Skip to content

Commit

Permalink
fix: app icons & configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaouibadi committed Feb 7, 2024
1 parent 79f33ab commit f2c6380
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Config/AppIdentifiers.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// App identity
BUNDLE_DISPLAY_NAME = Superhero Chat
BASE_BUNDLE_IDENTIFIER = com.superhero.chat
APPLICATION_GROUP_IDENTIFIER = group.im.vector
APPLICATION_GROUP_IDENTIFIER = group.com.superhero
APPLICATION_SCHEME = element

// Team
Expand Down
4 changes: 2 additions & 2 deletions Config/AppVersion.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
//

// Version
MARKETING_VERSION = 1.11.7
CURRENT_PROJECT_VERSION = 1.11.7
MARKETING_VERSION = 1.11.5
CURRENT_PROJECT_VERSION = 7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions Riot/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
<string>d1dd539c-d21c-43e2-92e2-212c5269565c</string>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>http</string>
Expand Down
2 changes: 0 additions & 2 deletions RiotNSE/RiotNSE.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<array>
<string>$(APPLICATION_GROUP_IDENTIFIER)</string>
</array>
<key>com.apple.developer.usernotifications.filtering</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(KEYCHAIN_ACCESS_GROUP)</string>
Expand Down
2 changes: 1 addition & 1 deletion Variants/Alpha/Config/AppIdentifiers.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// App identity
BUNDLE_DISPLAY_NAME = Superhero Chat Alpha
BASE_BUNDLE_IDENTIFIER = com.superhero.chat.alpha
APPLICATION_GROUP_IDENTIFIER = group.im.vector.alpha
APPLICATION_GROUP_IDENTIFIER = group.com.superhero.alpha
APPLICATION_SCHEME = element


Expand Down

0 comments on commit f2c6380

Please sign in to comment.