A library to determine the iOS app environment
- iOS 11.0+
- Xcode 10.0+
You can use SPM to install AIEnvironmentKit
by adding it to your Package.swift
:
.package(url: "https://github.com/AlexyIbrahim/AIEnvironmentKit.git", from: "1.0.0")
AIEnvironmentKit.environment
- Execute code if not on the AppStore
AIEnvironmentKit.executeIfNotAppStore {
print("not app store")
}
Alexy Ibrahim – @Github – alexy.ib@gmail.com
See LICENSE
for more information.