fix/refactor: IOS тоже члены общества!!! Не полноценные пока что но все-же. Теперь при нажатии по кнопке входа bottom sheet с условиями открывается сам.

This commit is contained in:
Jganenokk
2026-08-20 17:21:59 +07:00
parent 3e4edc535c
commit 0030ded1f4
32 changed files with 1242 additions and 99 deletions
+3
View File
@@ -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
+29
View File
@@ -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
+3
View File
@@ -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>
+3
View File
@@ -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>