https://github.com/shadowmanpat/FastlaneJenkinsIosTest.git Fastile .env file .env.ios file
fastlane to App Store

https://github.com/shadowmanpat/FastlaneJenkinsIosTest.git Fastile .env file .env.ios file
https://docs.fastlane.tools/getting-started/ios/setup/#setting-up-fastlane git repo of sample ios project https://github.com/shadowmanpat/FastlaneJenkinsIosTest.git Navigate your terminal to your project’s directory and run fastlane custom_lane
I found out that in Swift 4.0 I had to add @objc in front of my extension keyword in order for the Swift extension methods to become visible by an instance of the Objc class I was extending. In short: File configuration setup: In CustomClassExtension: In READ MORE
Stanford – Developing iOS 11 Apps with Swift [2017-18]
Functional swift: All about Closures https://medium.com/@abhimuralidharan/functional-swift-all-about-closures-310bc8af31dd According to apple docs: Closures are self-contained blocks of functionality that can be passed around and used in your code. I tried to include all about closures here in this article. It’s a bit READ MORE
Swift Typealias https://www.programiz.com/swift-programming/typealias In this article, you will learn about typealias and its use cases in Swift. Table of Contents What is a typealias? How to create a typealias? Typealias for built-in types Typealias for user defined types Typealias for READ MORE
https://github.com/multi-os-engine/moe-samples-java https://doc.multi-os-engine.org/multi-os-engine/3_getting_started/0_prerequisites/prerequisites.html#prerequisites-for-a-windows-host Prerequisites Before installing Multi-OS Engine on your host development machine, you need to install the following packages. Installation Prerequisites for an Apple macOS host A computer running macOS 10.11 or higher 4 GB RAM (recommended 8 GB) or READ MORE