mobile_nebula/ios
Ian VanSchooten 46f029a91d
Deal with some xcode warnings (#216)
This performs the recommended setting updates from xcode, though I needed to turn off `ENABLE_USER_SCRIPT_SANDBOXING` as it does not seem to be fully compatible with flutter.

I also dealt with a warning of: "Extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future", by creating and using some custom error types.

Lastly, I fixed our podfile to ensure that the `IPHONEOS_DEPLOYMENT_TARGET` is at least 12, which is our project setting.
2025-01-13 12:06:57 -05:00
..
fastlane Automated build and release (#71) 2022-10-03 15:30:39 -05:00
Flutter Update Flutter, target android SDK 34 (#160) 2024-09-20 14:19:23 -04:00
NebulaNetworkExtension Deal with some xcode warnings (#216) 2025-01-13 12:06:57 -05:00
Runner Update to flutter 3.27 (#214) 2025-01-10 12:13:48 -05:00
Runner.xcodeproj Deal with some xcode warnings (#216) 2025-01-13 12:06:57 -05:00
Runner.xcworkspace Initial commit 2020-07-27 15:43:58 -05:00
.gitignore Initial commit 2020-07-27 15:43:58 -05:00
Gemfile Automated build and release (#71) 2022-10-03 15:30:39 -05:00
Gemfile.lock Update fastlane (#163) 2024-09-24 11:38:54 -04:00
Podfile Deal with some xcode warnings (#216) 2025-01-13 12:06:57 -05:00
Podfile.lock Deal with some xcode warnings (#216) 2025-01-13 12:06:57 -05:00