Skip to content

Commit

Permalink
Fix iOS build errors on develop (#1011)
Browse files Browse the repository at this point in the history
* Fix iOS

* Update changelog

Co-authored-by: Ali Abrar <ali.abrar@obsidian.systems>
  • Loading branch information
cidkidnix and ali-abrar authored Dec 23, 2022
1 parent 9ff6659 commit 9f45987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ This project's release branch is `master`. This log is written from the perspect
* [#930](https://github.com/obsidiansystems/obelisk/pull/930): Add an error to `ob run` when `static` is called with a path to a file that doesn't exist
* [#940](https://github.com/obsidiansystems/obelisk/pull/940): Automatically restart the server when configuration is updated via `ob deploy push`.
* [#959](https://github.com/obsidiansystems/obelisk/pull/959): Add an error to `ob run` when `staticFilePath` is called with a path to a file that doesn't exist
* [#1011](https://github.com/obsidiansystems/obelisk/pull/1011): Update default iOS SDK to 15.0
* [#835](https://github.com/obsidiansystems/obelisk/pull/835): Rebuild static assets in fewer circumstances:
* Watch `frontend`, `backend`, `common`, and `static` instead of the project root to avoid spurious rebuilds when other files change
* Don't call `nix show-derivation` to decide whether to rebuild since it seems to do about as much work as a no-op nix-build
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ system ? builtins.currentSystem
, profiling ? false
, iosSdkVersion ? "13.2"
, iosSdkVersion ? "15.0"
, config ? {}
, terms ? { # Accepted terms, conditions, and licenses
security.acme.acceptTerms = false;
Expand Down

0 comments on commit 9f45987

Please sign in to comment.