mobile_nebula/ios/Runner.xcodeproj
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
..
project.xcworkspace Upgrade to flutter 2 (#26) 2021-04-23 12:33:28 -05:00
xcshareddata/xcschemes Deal with some xcode warnings (#216) 2025-01-13 12:06:57 -05:00
project.pbxproj Deal with some xcode warnings (#216) 2025-01-13 12:06:57 -05:00