Skip to content

Commit

Permalink
Merge pull request #856 from travis79/Bug1635205
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy authored May 5, 2020
2 parents 9abef72 + ef4c6e2 commit db0d3b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ jobs:

Check Swift formatting:
macos:
xcode: "11.4.0"
xcode: "11.4.1"
steps:
- checkout
- run:
Expand All @@ -544,7 +544,7 @@ jobs:
iOS build and test:
macos:
xcode: "11.4.0"
xcode: "11.4.1"
steps:
- checkout
- run:
Expand Down Expand Up @@ -656,7 +656,7 @@ jobs:

iOS integration test:
macos:
xcode: "11.4.0"
xcode: "11.4.1"
steps:
- checkout
- skip-if-doc-only
Expand Down Expand Up @@ -707,7 +707,7 @@ jobs:

Carthage release:
macos:
xcode: "11.4.0"
xcode: "11.4.1"
steps:
- checkout
- attach_workspace:
Expand All @@ -720,7 +720,7 @@ jobs:
macOS release build:
macos:
xcode: "11.4.0"
xcode: "11.4.1"
steps:
- install-rustup
- setup-rust-toolchain
Expand Down Expand Up @@ -897,7 +897,7 @@ jobs:
pypi-macos-release:
macos:
xcode: "11.4.0"
xcode: "11.4.1"
steps:
- install-rustup
- setup-rust-toolchain
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* The Glean FFI header is now parsed at build time rather than runtime. Relevant for packaging in `PyInstaller`, the wheel no longer includes `glean.h` and adds `_glean_ffi.py`.
* The minimum versions of many secondary dependencies have been lowered to make the Glean SDK compatible with more environments.
* Dependencies that depend on the version of Python being used are now specified using the `Declaring platform specific dependencies syntax in setuptools <https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-platform-specific-dependencies>`__. This means that more recent versions of dependencies are likely to be installed on Python 3.6 and later, and unnecessary backport libraries won't be installed on more recent Python versions.
* iOS:
* Glean for iOS is now being built with Xcode 11.4.1

# v28.0.0 (2020-04-23)

Expand Down

0 comments on commit db0d3b4

Please sign in to comment.