Navigation Menu

Skip to content

GabrielLidenor/check_arch

Repository files navigation

check_arch

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

check_arch is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'check_arch'

Easy to use

  //This method will return a Boolean
   import check_arch

   if CheckArch.isSimulator{
     print("I'm running on a Simulator")
   }else{
     print("I'm running on a Device")
   }

Author

Gabriel Lidenor

License

check_arch is available under the MIT license. See the LICENSE file for more info.

About

Pod for checking if your app is running on a real devise or simulator

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published