Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1010 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 1010 Bytes

AIEnvironmentKit

Swift Version License Platform

A library to determine the iOS app environment

Requirements

  • iOS 11.0+
  • Xcode 10.0+

Installation

Swift Package Manager

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")

Usage example

AIEnvironmentKit.environment
  • Execute code if not on the AppStore
AIEnvironmentKit.executeIfNotAppStore {
	print("not app store")
}

Meta

Alexy Ibrahim – @Github[email protected]

See LICENSE for more information.