fix/refactor: IOS тоже члены общества!!! Не полноценные пока что но все-же. Теперь при нажатии по кнопке входа bottom sheet с условиями открывается сам.
This commit is contained in:
@@ -79,6 +79,9 @@ jobs:
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>get-task-allow</key><true/>
|
||||
<key>application-identifier</key><string>ru.komet.app</string>
|
||||
<key>keychain-access-groups</key>
|
||||
<array><string>ru.komet.app</string></array>
|
||||
</dict>
|
||||
</plist>
|
||||
PLIST
|
||||
|
||||
@@ -71,3 +71,32 @@ jobs:
|
||||
|
||||
- name: Build Android APK
|
||||
run: flutter build apk --release --flavor komet
|
||||
|
||||
build-ios:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.44.3'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
|
||||
- name: Setup Rust
|
||||
uses: ./.github/actions/setup-rust
|
||||
with:
|
||||
targets: aarch64-apple-ios,aarch64-apple-ios-sim,x86_64-apple-ios
|
||||
|
||||
- name: Install dependencies
|
||||
run: flutter pub get
|
||||
|
||||
- name: Build iOS (no codesign)
|
||||
run: |
|
||||
flutter config --no-enable-swift-package-manager
|
||||
flutter build ios --release --no-codesign
|
||||
|
||||
@@ -246,6 +246,9 @@ jobs:
|
||||
<dict>
|
||||
<key>platform-application</key><true/>
|
||||
<key>get-task-allow</key><true/>
|
||||
<key>application-identifier</key><string>ru.komet.app</string>
|
||||
<key>keychain-access-groups</key>
|
||||
<array><string>ru.komet.app</string></array>
|
||||
<key>com.apple.private.security.no-container</key><true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -233,6 +233,9 @@ jobs:
|
||||
<dict>
|
||||
<key>platform-application</key><true/>
|
||||
<key>get-task-allow</key><true/>
|
||||
<key>application-identifier</key><string>ru.komet.app</string>
|
||||
<key>keychain-access-groups</key>
|
||||
<array><string>ru.komet.app</string></array>
|
||||
<key>com.apple.private.security.no-container</key><true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user