Skip to content

Commit

Permalink
Merge pull request #829 from obsidiansystems/aa/rp070
Browse files Browse the repository at this point in the history
reflex-platform -> 0.7.0.0
  • Loading branch information
ali-abrar authored Dec 17, 2020
2 parents c7aba63 + 9617ae2 commit 7ad33cb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

This project's release branch is `master`. This log is written from the perspective of the release branch: when changes hit `master`, they are considered released.

## Unreleased
## v0.9.1.0

* [#801](https://github.com/obsidiansystems/obelisk/pull/801): Remove errors and warning for local packages without a library component
* [#812](https://github.com/obsidiansystems/obelisk/pull/812): Add support for `NoImplicitPrelude` and other extensions disabled via `No`
* Pinned version bumps:
* reflex-platform [0.6.2.0](https://github.com/reflex-frp/reflex-platform/releases/tag/v0.6.2.0)
* reflex-platform [0.7.0.0](https://github.com/reflex-frp/reflex-platform/releases/tag/v0.7.0.0)
* hnix 0.8.0
* [#787](https://github.com/obsidiansystems/obelisk/pull/787): Set `immutable` cache control directive when serving content-addressed static assets
* Use iOS SDK 13.2


## v0.9.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Your account must also belong to an Apple Developer Team, if you want to access
1. Click accept to authorize on both the computer and the iPhone.

##### Xcode
Install Xcode 8.2 (contains iOS SDK 10.2) and open it so that it runs its post install tool setup.
Install Xcode 11.2 (contains iOS SDK 13.2) and open it so that it runs its post install tool setup.

These versions will work out of the box but iOS SDKs prior to 11.3 should also work. You can choose another installed version in `default.nix`

Expand Down
2 changes: 1 addition & 1 deletion all-builds.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ self-args ? {
config.android_sdk.accept_license = true;
iosSdkVersion = "10.2";
iosSdkVersion = "13.2";
}
, local-self ? import ./. self-args
, supportedSystems ? [ builtins.currentSystem ]
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 ? "10.2"
, iosSdkVersion ? "13.2"
, config ? {}
, terms ? { # Accepted terms, conditions, and licenses
security.acme.acceptTerms = false;
Expand Down
6 changes: 3 additions & 3 deletions dep/reflex-platform/github.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"owner": "reflex-frp",
"repo": "reflex-platform",
"branch": "release/0.6.2.0",
"branch": "release/0.7.0.0",
"private": false,
"rev": "efc6d923c633207d18bd4d8cae3e20110a377864",
"sha256": "121rmnkx8nwiy96ipfyyv6vrgysv0zpr2br46y70zf4d0y1h1lz5"
"rev": "27a7851a780ff21472d85f9a02fb84635ef9027a",
"sha256": "1m4zlw91dpjlbdchjyxhvhv3k7lilm0qa17dhhww868xxc27sann"
}
2 changes: 1 addition & 1 deletion skeleton/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ system ? builtins.currentSystem
, obelisk ? import ./.obelisk/impl {
inherit system;
iosSdkVersion = "10.2";
iosSdkVersion = "13.2";

# You must accept the Android Software Development Kit License Agreement at
# https://developer.android.com/studio/terms in order to build Android apps.
Expand Down

0 comments on commit 7ad33cb

Please sign in to comment.