From b4aad4dabf18e00366e9a169074f1541e5dfd2b8 Mon Sep 17 00:00:00 2001 From: Aashish Patil Date: Thu, 21 Aug 2025 10:57:58 -0700 Subject: [PATCH 1/3] Update CHANGELOG for 11.10.0 Missing period --- CHANGELOG.md | 3 +++ Sources/Internal/Version.swift | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c1124..aada5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 11.10.0 +- [added] Starting FDC Tools from Xcode sets up a template Firebase Data Connect project in the Xcode project folder. See the `README.md` for an updated `Getting Started` section. + # 11.9.0 - [added] Start Firebase Data Connect Schema and Query design tools from Xcode. See the `README.md` for more information. diff --git a/Sources/Internal/Version.swift b/Sources/Internal/Version.swift index a85700a..e9294a5 100644 --- a/Sources/Internal/Version.swift +++ b/Sources/Internal/Version.swift @@ -18,7 +18,7 @@ import GoogleUtilities_Environment @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) struct Version { - static let sdkVersion = "11.9.0" + static let sdkVersion = "11.10.0" // returns value of form gl-PLATFORM_NAME/PLATFORM_VERSION static func platformVersionHeader() -> String { From d5603ae0f778021e0b337e4e4d2c6c1643ba113a Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:05:54 -0400 Subject: [PATCH 2/3] fix(ci): Use Xcode 16.4 (#65) --- .github/workflows/spm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spm.yml b/.github/workflows/spm.yml index 2976189..144c261 100644 --- a/.github/workflows/spm.yml +++ b/.github/workflows/spm.yml @@ -24,7 +24,7 @@ jobs: run: echo '::set-output name=WAS_CHANGED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false') spm-package-resolved: - runs-on: macos-14 + runs-on: macos-15 outputs: cache_key: ${{ steps.generate_cache_key.outputs.cache_key }} env: @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Xcode - run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer + run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - name: Generate Swift Package.resolved id: swift_package_resolve run: | @@ -58,7 +58,7 @@ jobs: os: [macos-15] # GitHub actions' runners do not include visionOS. https://github.com/actions/runner-images/issues/10559 target: [iOS, macOS, tvOS, catalyst] - xcode: [Xcode_16.2] + xcode: [Xcode_16.4] runs-on: ${{ matrix.os }} env: FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1 From fd109fe20b5b0406a4e2a7f3df216f8c41a5f594 Mon Sep 17 00:00:00 2001 From: Aashish Patil Date: Thu, 21 Aug 2025 10:57:58 -0700 Subject: [PATCH 3/3] Update CHANGELOG for 11.10.0 Missing period --- CHANGELOG.md | 3 +++ Sources/Internal/Version.swift | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c1124..aada5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 11.10.0 +- [added] Starting FDC Tools from Xcode sets up a template Firebase Data Connect project in the Xcode project folder. See the `README.md` for an updated `Getting Started` section. + # 11.9.0 - [added] Start Firebase Data Connect Schema and Query design tools from Xcode. See the `README.md` for more information. diff --git a/Sources/Internal/Version.swift b/Sources/Internal/Version.swift index a85700a..e9294a5 100644 --- a/Sources/Internal/Version.swift +++ b/Sources/Internal/Version.swift @@ -18,7 +18,7 @@ import GoogleUtilities_Environment @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) struct Version { - static let sdkVersion = "11.9.0" + static let sdkVersion = "11.10.0" // returns value of form gl-PLATFORM_NAME/PLATFORM_VERSION static func platformVersionHeader() -> String {