SkillAgentSearch skills...

ShakeEnvironment

Shake To Change Scheme or Environment Project

Install / Use

/learn @balitax/ShakeEnvironment
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ShakeEnvironment

A way to quickly change the environment or scheme of your xcode project just with shake your device. Support

demo : https://www.youtube.com/watch?v=zrcPlwJMiOY

Screenshoot:

simulator screen shot apr 10 2017 2 00 10 pm simulator screen shot apr 10 2017 2 00 20 pm

Code:

  extend your viewController to `ShakeEnvironmentController`
  implements `ConfigDelegate`
  
  let configs = Config.sharedInstance
  configs.delegate = self
  
  func envShanged(_ env: String) {
		print("ENV \(env)")
  }
  

Pod:

   will be avalaible soon

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated3y ago
Forks3

Languages

Swift

Security Score

80/100

Audited on May 2, 2022

No findings