{"id":49631923,"url":"https://github.com/tryswift/try-swift-tokyo","last_synced_at":"2026-05-09T00:01:47.723Z","repository":{"id":227447270,"uuid":"766067467","full_name":"tryswift/try-swift-tokyo","owner":"tryswift","description":"Single Source of try! Swift Tokyo","archived":false,"fork":false,"pushed_at":"2026-05-04T16:17:07.000Z","size":68627,"stargazers_count":195,"open_issues_count":19,"forks_count":37,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-05-04T18:19:52.837Z","etag":null,"topics":["elementry","ignite","swift","swiftui","tca","tryswift","vapor"],"latest_commit_sha":null,"homepage":"https://tryswift.jp","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tryswift.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-03-02T08:45:43.000Z","updated_at":"2026-05-04T16:17:10.000Z","dependencies_parsed_at":"2024-09-18T07:52:39.133Z","dependency_job_id":"b12d0f25-c677-4623-b5d3-a74ec98e6e49","html_url":"https://github.com/tryswift/try-swift-tokyo","commit_stats":null,"previous_names":["tryswift/tryswifttokyoapp","tryswift/try-swift-tokyo"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tryswift/try-swift-tokyo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryswift%2Ftry-swift-tokyo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryswift%2Ftry-swift-tokyo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryswift%2Ftry-swift-tokyo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryswift%2Ftry-swift-tokyo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tryswift","download_url":"https://codeload.github.com/tryswift/try-swift-tokyo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryswift%2Ftry-swift-tokyo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32802533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elementry","ignite","swift","swiftui","tca","tryswift","vapor"],"created_at":"2026-05-05T13:00:57.472Z","updated_at":"2026-05-09T00:01:47.717Z","avatar_url":"https://github.com/tryswift.png","language":"Swift","funding_links":[],"categories":["Event"],"sub_categories":["Terminal"],"readme":"# try! Swift Tokyo App\nThis is the official app for try! Swift Tokyo 2024/2026.\n\n## Features\nWe've submitted the app to the App Store as MVP, and it's currently under review. Here's a list of features that are currently available and those that are planned for future releases:\n\n- [x] View the schedule\n- [x] View the sponsors\n- [ ] Check your favorite sessions\n- [ ] Receive notifications for upcoming sessions\n- [x] Localize the app in English and Japanese (partially done)\n- OS support\n    - [x] iOS/iPadOS\n    - [x] macOS\n    - [x] visionOS\n    - [ ] watchOS\n    - [ ] tvOS\n    - [x] Android (via Skip framework)\n\n## Requirements\n### iOS\n- Xcode 26.4 and later (Swift 6.3 and later)\n\n### Android\n- [Skip](https://skip.tools) framework\n- Android Studio\n- JDK 17 or later\n\n## Installation\nAvailable on the App Store soon, or you can build the app yourself. See the [Getting Started](#getting-started) section for more information.\n\n## Getting Started\n### iOS\n1. Clone the repository\n2. Open `trySwiftTokyo.xcworkspace` in Xcode\n3. Build and run the app\n\n### Android (Skip)\nThe Android version uses [Skip](https://skip.tools) to transpile Swift/SwiftUI to Kotlin/Jetpack Compose.\n\n1. Install Skip following the [official instructions](https://skip.tools/docs/)\n2. Navigate to the Android directory:\n   ```bash\n   cd Android\n   ```\n3. Build the project:\n   ```bash\n   swift build\n   ```\n4. Run on Android emulator or device:\n   ```bash\n   cd .build/plugins/outputs/skipstone/AndroidApp/skipstone\n   ./gradlew installDebug\n   ```\n\n#### Android Features\nThe Android version includes:\n- Schedule viewing (Day 1, Day 2, Day 3)\n- Sponsors listing\n- Venue information with directions\n- About section with organizer information\n\nNote: Some iOS-specific features are not available on Android:\n- Live Translation (requires iOS SDK)\n- MapKit integration (uses static venue information instead)\n\n## Preview the Website\n1. Install the Ignite command-line tool by following the instructions at [twostraws/Ignite](https://github.com/twostraws/Ignite)\n2. Open `trySwiftTokyo.xcworkspace` in Xcode\n3. Select the `Website` scheme in Xcode\n4. Run the project (⌘+R) and verify the build succeeds in the console\n5. Run `ignite run --preview` from the command line\n\n## Contributing\nWe welcome contributions to the app! Please refer to the [Contributing Guidelines](CONTRIBUTING.md) for more information.\n\n## Code Sharing between iOS and Android\nThis project demonstrates how Skip enables code sharing between iOS and Android with nearly identical SwiftUI syntax.\n\n### Shared Components\nThe `Shared/` module contains UI components that work on both platforms:\n\n- `SessionRowView` - Session list item\n- `SessionDetailView` - Session detail screen\n- `SponsorGridView` - Sponsor grid layout\n- `SpeakerAvatarView` - Speaker avatar component\n\n### Architecture Comparison\n\n| Aspect | iOS | Android (Skip) |\n|--------|-----|----------------|\n| UI Framework | SwiftUI | SwiftUI → Jetpack Compose |\n| State Management | TCA (`@Reducer`) | `@Observable` ViewModel |\n| Navigation | `NavigationStack` | `NavigationStack` |\n| Data Models | `SharedModels` | `SharedModels` |\n\n### Example: Identical SwiftUI Code\n```swift\n// This code runs on BOTH iOS and Android\nForEach(conference.schedules, id: \\.time) { schedule in\n    Text(schedule.time, style: .time)\n        .font(.subheadline.bold())\n\n    ForEach(schedule.sessions, id: \\.title) { session in\n        SessionRowView(session: session)\n    }\n}\n```\n\n## Project Structure\n```\ntry-swift-tokyo/\n├── App/                    # Xcode project wrapper\n├── iOS/                    # iOS app (SwiftUI + TCA)\n│   └── Sources/\n│       ├── AppFeature/\n│       ├── ScheduleFeature/\n│       ├── SponsorFeature/\n│       ├── GuidanceFeature/\n│       ├── LiveTranslationFeature/\n│       └── trySwiftFeature/\n├── Android/                # Android app (Skip)\n│   └── Sources/\n│       ├── AndroidApp/\n│       ├── ScheduleFeature/\n│       ├── SponsorFeature/\n│       ├── VenueFeature/\n│       └── AboutFeature/\n├── Shared/                 # Shared UI components (iOS + Android)\n│   └── Sources/\n│       └── SharedViews/\n├── SharedModels/           # Shared data models\n├── DataClient/             # Data fetching client\n├── Server/                 # Vapor backend\n└── Website/                # Ignite static site\n```\n\n## History of try! Swift App\nThe first try! Swift app (a repository named final) was released in 2016. At the time, it was written in Swift 3. Now is a good time for a new app, so We rebuilt it based on TCA and SwiftUI. Please take a look and enjoy.\nhttps://github.com/tryswift/trySwiftAppFinal\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryswift%2Ftry-swift-tokyo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftryswift%2Ftry-swift-tokyo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryswift%2Ftry-swift-tokyo/lists"}