Bliss Wetchaya
Bliss Wetchaya
Add support to use in SceneDelegate.swift via API checking. Uses: ``` func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { ... let notch = NotchKitWindow(windowScene: scene) ... }...
## Why Running with JAVA 11 will cause the script to fail. The `readme` should specify `Environment` of JAVA 8 or any other JAVA versions. JAVA 8 JAVA 11 ##...
## Issue - Default UITest implication is hard to manage and not readable. - Affecting developer to not wanting to start writing UITest or not liking UITest. ## Solution -...
## Why ### Benefit - We can stop maintaining our network layer. - Every projects have the same network layer. - Knowledge transfer between projects. - Ease of onboarding because...
## Why When generating a new project from make.sh, the `Signing` is `automatic signing`. This does not change when running `fastlane match`. This causes issues: - CICD fail if the...
## Why Current grouping (folder structure) of the project `FastlaneSwiftRunner` can cause `fastlane swift` to fail with error ``` [10:15:57]: loading manifest: /Users/blys/.gems/gems/fastlane-2.210.1/fastlane/swift/upgrade_manifest.json +-----------+-------------+ | Lane Context | +-----------+-------------+ |...
## Why The default naming of `FastlaneRunner` Build Phase is `FastlaneRunnerCopySigned`. If a this Build Phase name does not exist and `fastlane swift` is run locally, `fastlane swift` will ask...
# Issue Current [Bitrise workflow ](https://github.com/nimblehq/ios-templates/blob/master/bitrise.yml#L34)uses [Bitrise Fastlane Match](https://www.bitrise.io/integrations/steps/fastlane-match) to run fastlane match. This is different from GitHub Actions and local run and can cause issue if the implementation in...
## Why Currently we are using `firebase_token` to upload a new build to Firebase Distribution, but this approach requires the token be generated from an account, ideally a shared account....
## Why Project dependencies had been updated so Wiki should be updated to reflect this. ## Acceptance Criteria - Update `Libraries` section of the [Project Dependencies](https://github.com/nimblehq/ios-templates/wiki/Project-Dependencies) in Wiki. - Add...