Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 480 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 480 Bytes

Managing-Environment-iOS

When we have many different environments like DEV, PROD, QA it's hard to be for manageability. I used configuration file and .plist for all environments. Let's try that approach and given your feedback 🥰

Getting Started

🐾 Step by Step

  1. Create a new single view application

  2. Add schema and configurations

  3. Add Configuration Settings File

  4. Add Plist files

  5. Linking build configurations

  6. Linking Schema

  7. Thats all!!