merge develop
This commit is contained in:
@@ -21,6 +21,6 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>8.0</string>
|
||||
<string>9.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -62,7 +62,7 @@ platform :ios do
|
||||
|
||||
settings_to_override = {
|
||||
:BUNDLE_IDENTIFIER => "io.getstream.flutter",
|
||||
:PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1620032657"
|
||||
:PROVISIONING_PROFILE_SPECIFIER => "match AppStore io.getstream.flutter 1630916072"
|
||||
}
|
||||
|
||||
gym(
|
||||
@@ -83,6 +83,7 @@ platform :ios do
|
||||
groups: ['Public'],
|
||||
distribute_external: true,
|
||||
changelog: message,
|
||||
username: 'salvatore@getstream.io',
|
||||
reject_build_waiting_for_review: true
|
||||
)
|
||||
end
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<key>provisioningProfiles</key>
|
||||
<dict>
|
||||
<key>io.getstream.flutter</key>
|
||||
<string>match AppStore io.getstream.flutter</string>
|
||||
<string>match AppStore io.getstream.flutter 1630916072</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -170,7 +170,7 @@ class AppLocalizations {
|
||||
'Sei sicuro di voler rimuovere questo membro?',
|
||||
'search': 'Cerca',
|
||||
'select_user_to_try_flutter_sdk':
|
||||
'Selezione un utente per provare l\'SDK Flutter',
|
||||
'Seleziona un utente per provare l\'SDK Flutter',
|
||||
'shared_groups': 'Gruppi in comune',
|
||||
'sign_out': 'Sign out',
|
||||
'something_went_wrong_error_message': 'Qualcosa é andato storto',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: example
|
||||
description: A new Flutter project.
|
||||
publish_to: 'none'
|
||||
version: 1.7.0
|
||||
version: 1.7.1
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
||||
Reference in New Issue
Block a user