-
Notifications
You must be signed in to change notification settings - Fork 19
PE-8078: (WIP) Restore iOS build and fix dependency issues #2035 #2040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
arielmelendez
wants to merge
27
commits into
dev
Choose a base branch
from
dev_ios
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PE-7804: Release v2.67.2
PE-7833: Release ArDrive App v2.67.3
PE-7866: Release v2.67.4
…new Android build PE-7866
PE-7866 consolidate release notes from 2.67.3 and 2.67.4 for new Android build
PE-8020: Release v2.67.5
Release to Production
PE-8132: release permaweb deploy fix
PE-8135: Release v2.68.1
- remove firebase_core and firebase_crashlytics plugins - remove sharing extension functionality and related code - update webcrypto dependency from 0.5.3 to 0.5.8 - update sentry_flutter from 7.14.0 to 8.14.2 - update various platform configurations - enable iOS app building by removing problematic dependencies
…ryption logic - consolidate decryption logic into _getDecryptedStream method - optimize handling of encrypted data for mobile platform - update macOS plugin registrations
- add NSMicrophoneUsageDescription to Info.plist - update production scheme build configuration
- add commit message shortcuts to .cursorrules - update pr.yaml to use development build type - update production.yaml to use production build type - enhance ios Fastfile with production deployment - add environment variable validation for production builds - implement app store deployment configuration
- Changed platform check from isAndroid to isMobile to show success dialog on iOS as well
wip - fix mobile onboarding ui
PE-8078: (WIP) Restore iOS build and fix dependency issues
Visit the preview URL for this PR (updated for commit ad4fe48): https://ardrive-web--pr2040-dev-ios-ka4pq0x6.web.app (expires Thu, 03 Jul 2025 18:40:39 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a224ebaee2f0939e7665e7630e7d3d6cd7d0f8b0 |
dont skip build ios
Update pr.yaml
PE-8078: Certs update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a WIP PR to restore iOS build capabilities and fix the dependency hell that was blocking compilation.
Changes so far:
These were quick fixes just to get the app compiling - both features will be working by the end of the work: