Thi Doan
Thi Doan
The following resources ``` Resources/file1.txt Resources/file2.txt ``` will be bundled in the app bundle as: ``` MyApp.app/file1.txt MyApp.app/file2.txt ``` Is there any way to specify the resources to be bundled...
Otherwise running `src/TulsiGeneratorIntegrationTests/update_goldens.sh` would add them to git.
A normal Xcode scheme for an Intents app extension has this option, while the Tulsi generated one doesn't. --- Normal Xcode scheme --- Tulsi generated scheme
Without this, when building for real devices, Xcode will still try to sign the application.
Tulsi tries to gracefully exit on SIGINT it receives from Xcode when the user stop the build. This oftentimes makes the next build stuck at waiting for the previous build...
Example: Given `swift_copts = ["-Xcc", "-IDir1", "-Xcc", "-IDir2"]`, `Dir1` and `Dir2` are added to the Swift Import Paths, but those `-Xcc`s are left over and are added to Other Swift...
``` //test:ios_test_runner_unit_test FAILED in 805.5s /private/var/tmp/_bazel_user/922c5b562978cc60fc0031b402a8e8dd/execroot/build_bazel_rules_apple/bazel-out/darwin_arm64-fastbuild/testlogs/test/ios_test_runner_unit_test/test.log //test/starlark_tests:ios_app_clip_app_clip_entitlements_device_test FAILED in 0.2s /private/var/tmp/_bazel_user/922c5b562978cc60fc0031b402a8e8dd/execroot/build_bazel_rules_apple/bazel-out/darwin_arm64-fastbuild/testlogs/test/starlark_tests/ios_app_clip_app_clip_entitlements_device_test/test.log //test/starlark_tests:ios_app_clip_entitlements_device_test FAILED in 0.3s /private/var/tmp/_bazel_user/922c5b562978cc60fc0031b402a8e8dd/execroot/build_bazel_rules_apple/bazel-out/darwin_arm64-fastbuild/testlogs/test/starlark_tests/ios_app_clip_entitlements_device_test/test.log //test/starlark_tests:ios_application_entitlements_device_test FAILED in 0.5s /private/var/tmp/_bazel_user/922c5b562978cc60fc0031b402a8e8dd/execroot/build_bazel_rules_apple/bazel-out/darwin_arm64-fastbuild/testlogs/test/starlark_tests/ios_application_entitlements_device_test/test.log //test/starlark_tests:ios_extension_entitlements_device_test FAILED in 0.4s /private/var/tmp/_bazel_user/922c5b562978cc60fc0031b402a8e8dd/execroot/build_bazel_rules_apple/bazel-out/darwin_arm64-fastbuild/testlogs/test/starlark_tests/ios_extension_entitlements_device_test/test.log //test/starlark_tests:macos_application_entitlements_test FAILED in 0.6s...
//:SampleIntentSwift ``` load("@build_bazel_rules_apple//apple:resources.bzl", "swift_intent_library") swift_intent_library( name = "SampleIntentSwift", src = "@build_bazel_rules_apple//test/testdata/resources:intent.intentdefinition", ) ``` ``` bazel build --remote_download_minimal //:SampleIntentSwift ``` ``` ERROR: /Users/thi/dev/forks/rules_apple/BUILD:29:21: IntentGenerate SampleIntentSwift.Intent.swift failed: (Exit 1): xctoolrunner failed: error...
This reverts commit 3e08a19103956afc6b03ccf4ef4d49cba6eda615.