{"id":13496710,"url":"https://github.com/skiptools/skipapp-showcase","last_synced_at":"2025-08-31T20:40:39.751Z","repository":{"id":190694207,"uuid":"683169171","full_name":"skiptools/skipapp-showcase","owner":"skiptools","description":"Sample Skip app demonstrating SkipUI components for iOS and Android","archived":false,"fork":false,"pushed_at":"2025-03-27T15:16:51.000Z","size":4368,"stargazers_count":25,"open_issues_count":4,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-27T16:28:12.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://skip.tools","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skiptools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-25T19:00:05.000Z","updated_at":"2025-03-27T15:16:55.000Z","dependencies_parsed_at":"2023-10-10T19:06:33.384Z","dependency_job_id":"6285dc04-1c3c-43fd-9f1d-5df93a880a31","html_url":"https://github.com/skiptools/skipapp-showcase","commit_stats":null,"previous_names":["skiptools/scratchpad","skiptools/skipapp-playground","skiptools/skipapp-showcase"],"tags_count":108,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skiptools%2Fskipapp-showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skiptools%2Fskipapp-showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skiptools%2Fskipapp-showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skiptools%2Fskipapp-showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skiptools","download_url":"https://codeload.github.com/skiptools/skipapp-showcase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246088394,"owners_count":20721678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-07-31T19:01:57.601Z","updated_at":"2025-08-31T20:40:39.741Z","avatar_url":"https://github.com/skiptools.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"# Skip Component Showcase\n\nShowcase is a [Skip Lite](https://skip.tools) app that demonstrates many of the components available in SkipUI.\n\n[\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg\" alt=\"Get it on Google Play Store\" height=\"80\"\u003e](https://play.google.com/store/apps/details?id=org.appfair.app.Showcase) [\u003cimg src=\"https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg\" alt=\"Get it on App Store\" height=\"80\"\u003e](https://apps.apple.com/us/app/skip-showcase/id6474885022)\n\n\n## Quickstart\n\nThis repository contains an Xcode project with a SwiftUI app that uses the\nSkip plugin to transpile the app into Kotlin then build and launch it on Android.\nTo get started:\n\n1. Install skip (requires macOS 13+ with [Homebrew](https://brew.sh), [Xcode](https://developer.apple.com/xcode/), and [Android Studio](https://developer.android.com/studio)) with the Terminal command:\n```\n$ brew install skiptools/skip/skip\n```\n2. Configure and launch an Android emulator from the [Android Studio device manager](https://developer.android.com/studio/run/emulator-launch-without-app).\n3. Download this [repository as a zip file](https://github.com/skiptools/skipapp-showcase/archive/main.zip) and unzip it, or clone the repository:\n```\n$ git clone https://github.com/skiptools/skipapp-showcase.git\n```\n4. Navigate to the *Darwin* folder and open the Xcode project: `Showcase.xcodeproj`\n5. Select and Run the `Showcase` target with an iOS simulator destination; the app will build and run side-by-side on the iOS simulator and Android emulator.\n\n\n## Project\n\nThis project was initialized with the command:\n\n```\nskip init --no-module-tests --no-build --icon-color=8E8E93 --free --zero --appid=skip.showcase.App skipapp-showcase Showcase\n```\n\n\n## Testing\n\nThe module can be tested using the standard `swift test` command\nor by running the test target for the macOS destination in Xcode,\nwhich will run the Swift tests as well as the transpiled\nKotlin JUnit tests in the Robolectric Android simulation environment.\n\nParity testing can be performed with `skip test`,\nwhich will output a table of the test results for both platforms.\n\n## Contributing\n\nWe welcome contributions to this package in the form of enhancements and bug fixes.\n\nThe general flow for contributing to this and any other Skip package is:\n\n1. Fork this repository and enable actions from the \"Actions\" tab\n2. Check out your fork locally\n3. When developing alongside a Skip app, add the package to a [shared workspace](https://skip.tools/docs/contributing) to see your changes incorporated in the app\n4. Push your changes to your fork and ensure the CI checks all pass in the Actions tab\n5. Add your name to the Skip [Contributor Agreement](https://github.com/skiptools/clabot-config)\n6. Open a Pull Request from your fork with a description of your changes\n\n## Running\n\nXcode and Android Studio must be downloaded and installed in order to\nrun the app in the iOS simulator / Android emulator.\nAn Android emulator must already be running, which can be launched from \nAndroid Studio's Device Manager.\n\nTo run both the Swift and Kotlin apps simultaneously, \nlaunch the FireSideApp target from Xcode.\nA build phases runs the \"Launch Android APK\" script that\nwill deploy the transpiled app a running Android emulator or connected device.\nLogging output for the iOS app can be viewed in the Xcode console, and in\nAndroid Studio's logcat tab for the transpiled Kotlin app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskiptools%2Fskipapp-showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskiptools%2Fskipapp-showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskiptools%2Fskipapp-showcase/lists"}