Explore cities around the world
Open Daydream.xcodeproj in Xcode 26.1.0+ to resolve Swift packages.
Create Daydream/apiKeys.plist with:
googleAPIplacesNewAPI
These keys are required for Google Maps/Places powered features.
xcodebuild -project Daydream.xcodeproj -scheme Daydream -destination 'platform=iOS Simulator,name=iPhone 17 Pro,OS=26.1' buildThe project includes a shared test plan at unittests.xctestplan and a Swift Testing target DaydreamTests.
xcodebuild test -project Daydream.xcodeproj -scheme Daydream -testPlan unittests -destination 'platform=iOS Simulator,name=iPhone 17 Pro,OS=26.1' CODE_SIGNING_ALLOWED=NOPull requests run tests on GitHub Actions via:
.github/workflows/pr-tests.yml
