Skip to content

Unblock iOS CI build by fixing sample data extensions#1

Draft
Copilot wants to merge 6 commits intomainfrom
copilot/create-ios-build-ci
Draft

Unblock iOS CI build by fixing sample data extensions#1
Copilot wants to merge 6 commits intomainfrom
copilot/create-ios-build-ci

Conversation

Copy link

Copilot AI commented Feb 6, 2026

The iOS CI build failed with Swift compiler errors in Location+Test.swift and missing sample symbols used by ContentView, causing the workflow to exit with code 65.

  • Sample data definitions
    • Fix extension nesting and add the missing Location sample entries referenced in the UI.
  • Auth token constants
    • Restore the String extension for auth token placeholders.
extension Location {
    static let hellotessDev = Location(locationID: "hellotess-dev", name: "HelloTess Dev")
    static let dishtrackerCloudDemo = Location(locationID: "dishtracker-cloud-demo", name: "Dishtracker Cloud Demo")
}

extension String {
    static let authDev = "Bearer xxx"
    static let authCloud = "Bearer xxx"
}
Original prompt

Create an iOS build in CI for the example app, that developers can download as github artifact and then maybe upload as firebase release.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 3 commits February 6, 2026 21:41
Co-authored-by: ahirner <6055037+ahirner@users.noreply.github.com>
Co-authored-by: ahirner <6055037+ahirner@users.noreply.github.com>
Co-authored-by: ahirner <6055037+ahirner@users.noreply.github.com>
Copilot AI changed the title [WIP] Add iOS build in CI for example app Add iOS CI build artifact workflow Feb 6, 2026
Copilot AI requested a review from ahirner February 6, 2026 21:45
Co-authored-by: ahirner <6055037+ahirner@users.noreply.github.com>
Copilot AI changed the title Add iOS CI build artifact workflow Make iOS CI build use a shared scheme Feb 6, 2026
Co-authored-by: ahirner <6055037+ahirner@users.noreply.github.com>
Copilot AI changed the title Make iOS CI build use a shared scheme Unblock iOS CI build by fixing sample data extensions Feb 6, 2026
@ahirner
Copy link
Member

ahirner commented Feb 6, 2026

DISHTRACKER_SDK_TOKEN PAT can read ZeroQDishtrackerSDKiOS until June. I'm pretty sure signing with https://github.com/MoonVision/apple-certificates can be added easily?

First artifact:
https://github.com/MoonVision/ZeroQDishtrackerSDKiOSExample/actions/runs/21767791716/job/62811713884?pr=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants