skip icon indicating copy to clipboard operation
skip copied to clipboard

Skip transpiler for creating SwiftUI apps for iOS and Android

Results 111 skip issues
Sort by recently updated
recently updated
newest added

I do not have ANDROID_HOME set, and most new users won't have this set. Any time I update settings.gradle.kts to point at my DerivedData folder and then open it in...

project

In-app purchase is a very common need in apps, and we should provide a solution

enhancement

We should see if OpenCombine works as-is, or what it would take to support it. I don't necessarily think we need ObservableObject support given the Observation package, but there are...

enhancement

Skip 1.6.8 is now compatible with Gradle's [configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html). I just created a new Skip Lite project with `skip init` in Skip 1.6.8, then edited `Android/gradle.properties` by hand, adding this...

project

### Steps to reproduce (1) Create a project with the following CLI text... skip init --transpiled-app --git-repo --github --module-tests --appid=ItMk.SkipTrial skiptrialproject SkipTrial (2) Open the Xcode project (3) Click Integrate...

project

`skip init` generates an `AppIcon` asset in `Darwin/Assets.xcassets`. Instead, it should create an Icon Composer file.

enhancement

`SKIP_BRIDGE` only appears once in Skip's documentation, on https://skip.tools/docs/modes/ and it is never defined. It simply says to use this boilerplate at the top of transpiled files. ``` #if !SKIP_BRIDGE...

documentation

Skip apps use XCTest, but the new thing is Swift Testing. https://developer.apple.com/xcode/swift-testing/ Skip should transpile Swift Testing tests to JUnit and run them like XCTest tests.

enhancement
testing

### Steps to reproduce I have installed SkipTools and all the checkups are OK. I then created a Project with: skip init --transpiled-app --appid=ItMk.SkipTrial project-name SkipTrial I then open the...

In I added a reference to a Skip API that's not available, and disabled Skip completely with `SKIP_ACTION = none` and `SKIP_ZERO = 1`. https://github.com/dfabulich/skip-none-repro/commit/cc22867904aa3a6d7ba7a88819b368bd45940870 To repro: Checkout the `not-yet-available`...