All Projects → balitax → ShakeEnvironment

balitax / ShakeEnvironment

Licence: MIT license
Shake To Change Scheme or Environment Project

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to ShakeEnvironment

teedoc
wiki and multi docs friendly static document site generator(doc generator), convert markdown and jupyter notebook to html website. wiki 和多文档友好的静态文档网站生成工具
Stars: ✭ 72 (+260%)
Mutual labels:  multi
gismo
Gismo is a free Grasshopper plugin for GIS environmental analysis
Stars: ✭ 67 (+235%)
Mutual labels:  environment
workbench
A hierarchical environment manager for bash, written in bash.
Stars: ✭ 17 (-15%)
Mutual labels:  environment
generator-craftskeleton
Starterkit for Craft CMS 2.x (Multi-Environment Configs with HeartyConfig, Gulp, and Bower for Dependencie-Management)
Stars: ✭ 14 (-30%)
Mutual labels:  multi-environment
envo
A community-driven ontology for the representation of environments
Stars: ✭ 106 (+430%)
Mutual labels:  environment
env-diff
Env-diff is a lightweight library which sync your .env files with .env.dist by composer scripts, hooks or manual running
Stars: ✭ 24 (+20%)
Mutual labels:  environment
ini
📝 Go INI config management. support multi file load, data override merge. parse ENV variable, parse variable reference. Dotenv file parse and loader. INI配置读取管理,支持多文件加载,数据覆盖合并, 解析ENV变量, 解析变量引用。DotEnv 解析加载
Stars: ✭ 72 (+260%)
Mutual labels:  environment
as-a
Runs a given command with additional environment settings for simple local development
Stars: ✭ 60 (+200%)
Mutual labels:  environment
bash.env
Bash.env is a cascading Bash environment system for those who work on different hardware and OS environments. Similar to oh-my-zsh but for Bash, and special sauce for those who work 'ssh' on remote machines.
Stars: ✭ 50 (+150%)
Mutual labels:  environment
EnvMapTooL
No description or website provided.
Stars: ✭ 25 (+25%)
Mutual labels:  environment
Fruit-API
A Universal Deep Reinforcement Learning Framework
Stars: ✭ 61 (+205%)
Mutual labels:  environment
tpl
Use go templates with simple and complex environment variables
Stars: ✭ 18 (-10%)
Mutual labels:  environment
docker-environment
Flyve MDM Docker Environment
Stars: ✭ 49 (+145%)
Mutual labels:  environment
kapten
Simple containerized development environments directly from the command line
Stars: ✭ 53 (+165%)
Mutual labels:  environment
GoBigger
Come & try Decision-Intelligence version of "Agar"! Gobigger could also help you with multi-agent decision intelligence study.
Stars: ✭ 410 (+1950%)
Mutual labels:  environment
coffee-boots
Support property-based configuring of multiple Caffeine caches for Spring Cache abstraction.
Stars: ✭ 22 (+10%)
Mutual labels:  environment
seed-pixi-typescript
A pre installed environnement to work with pixi.js with webpack & typescript
Stars: ✭ 36 (+80%)
Mutual labels:  environment
django-querysetsequence
Chain multiple (disparate) QuerySets in Django
Stars: ✭ 92 (+360%)
Mutual labels:  multi
wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
Stars: ✭ 29 (+45%)
Mutual labels:  environment
shinyrems
An R package to launch shinyrems; an online application that allows a user to access, download, clean, plot and calculate simple statistics using data from the B.C. government Environmental Monitoring System database.
Stars: ✭ 16 (-20%)
Mutual labels:  environment

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].