Skip to content

Commit

Permalink
Fix ios pipeline (#64)
Browse files Browse the repository at this point in the history
* Update ios target version

* Update ios target version

* Try with 12 target platform

* Change version

* Update fix-ios-pipeline

* Update

* Fix

* Enable firebase cli

* Fix ios pipeline

* Rename job
  • Loading branch information
cp-pratik-k authored Dec 10, 2024
1 parent c886717 commit 82fc241
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Set up code signing settings on Xcode project
run: xcode-project use-profiles

- name: Activate flutterfire CLI
run: dart pub global activate flutterfire_cli

- name: Build ipa for distribution
run: |
cd app
Expand Down
3 changes: 3 additions & 0 deletions app/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
end
18 changes: 9 additions & 9 deletions app/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- app_links (0.0.2):
- Flutter
- AppAuth (1.7.5):
- AppAuth/Core (= 1.7.5)
- AppAuth/ExternalUserAgent (= 1.7.5)
- AppAuth/Core (1.7.5)
- AppAuth/ExternalUserAgent (1.7.5):
- AppAuth (1.7.6):
- AppAuth/Core (= 1.7.6)
- AppAuth/ExternalUserAgent (= 1.7.6)
- AppAuth/Core (1.7.6)
- AppAuth/ExternalUserAgent (1.7.6):
- AppAuth/Core
- Firebase/Analytics (11.4.0):
- Firebase/Core
Expand Down Expand Up @@ -52,7 +52,7 @@ PODS:
- GoogleUtilities/Logger (~> 8.0)
- FirebaseCoreExtension (11.4.1):
- FirebaseCore (~> 11.0)
- FirebaseCoreInternal (11.5.0):
- FirebaseCoreInternal (11.6.0):
- "GoogleUtilities/NSData+zlib (~> 8.0)"
- FirebaseCrashlytics (11.4.0):
- FirebaseCore (~> 11.4)
Expand Down Expand Up @@ -271,15 +271,15 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
app_links: e7a6750a915a9e161c58d91bc610e8cd1d4d0ad0
AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
AppAuth: d4f13a8fe0baf391b2108511793e4b479691fb73
Firebase: cf1b19f21410b029b6786a54e9764a0cacad3c99
firebase_analytics: 2815af29d49c1a994652abd37a5b001a88bc7b75
firebase_core: 418aed674e9a0b8b6088aec16cde82a811f6261f
firebase_crashlytics: 757e252772ed3dd37c07638f9fcd4dceb5f101c8
FirebaseAnalytics: 3feef9ae8733c567866342a1000691baaa7cad49
FirebaseCore: e0510f1523bc0eb21653cac00792e1e2bd6f1771
FirebaseCoreExtension: f1bc67a4702931a7caa097d8e4ac0a1b0d16720e
FirebaseCoreInternal: f47dd28ae7782e6a4738aad3106071a8fe0af604
FirebaseCoreInternal: d98ab91e2d80a56d7b246856a8885443b302c0c2
FirebaseCrashlytics: 41bbdd2b514a8523cede0c217aee6ef7ecf38401
FirebaseInstallations: 6ef4a1c7eb2a61ee1f74727d7f6ce2e72acf1414
FirebaseRemoteConfigInterop: e75e348953352a000331eb77caf01e424248e176
Expand Down Expand Up @@ -309,6 +309,6 @@ SPEC CHECKSUMS:
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4

PODFILE CHECKSUM: 4c438addb11b6da45ed7ae408823d68256222460
PODFILE CHECKSUM: 56264e0dd12a31d6c8ce70118e2f08719327d55d

COCOAPODS: 1.15.2
3 changes: 1 addition & 2 deletions app/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -328,7 +327,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
};
A91F17CE48D1CCB9FA5D63E8 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
8 changes: 0 additions & 8 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1057,14 +1057,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.6.3"
photo_manager_image_provider:
dependency: "direct main"
description:
name: photo_manager_image_provider
sha256: b6015b67b32f345f57cf32c126f871bced2501236c405aafaefa885f7c821e4f
url: "https://pub.dev"
source: hosted
version: "2.2.0"
platform:
dependency: transitive
description:
Expand Down
11 changes: 6 additions & 5 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:

# UI
cupertino_icons: ^1.0.8
flutter_svg: ^2.0.14
flutter_svg: ^2.0.16
fluttertoast: ^8.2.8
cached_network_image: ^3.4.1
video_player: ^2.9.2
Expand All @@ -39,13 +39,13 @@ dependencies:
permission_handler: ^11.3.1

# navigation
go_router: ^14.4.1
go_router: ^14.6.2

# auth
google_sign_in: ^6.2.2

# core
firebase_core: ^3.7.0
firebase_core: ^3.8.1
collection: ^1.18.0
path_provider: ^2.1.5
dio: ^5.7.0
Expand All @@ -54,8 +54,7 @@ dependencies:
webview_flutter: ^4.10.0
app_links: ^6.3.2

photo_manager: ^3.6.2
photo_manager_image_provider: ^2.2.0
photo_manager: ^3.6.3

# storage
shared_preferences: ^2.3.3
Expand All @@ -67,6 +66,8 @@ dependencies:

# logging
logger: ^2.5.0

# analytics
firebase_crashlytics: ^4.2.0
firebase_analytics: ^11.3.6

Expand Down
4 changes: 2 additions & 2 deletions data/.flutter-plugins
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ sqflite_android=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/sqflite_android-2
sqflite_darwin=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.1/
url_launcher=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher-6.3.1/
url_launcher_android=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.14/
url_launcher_ios=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.1/
url_launcher_ios=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.2/
url_launcher_linux=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.1/
url_launcher_macos=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.1/
url_launcher_macos=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.2/
url_launcher_web=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/
url_launcher_windows=/Users/pratikcanopas/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.3/
2 changes: 1 addition & 1 deletion data/.flutter-plugins-dependencies

Large diffs are not rendered by default.

0 comments on commit 82fc241

Please sign in to comment.