Skip to content

prla/SwitchUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwitchUp

Setup

  1. Install Dependencies

    • Make sure you have the latest version of Xcode installed
    • Install Swift Package Manager dependencies
  2. API Keys Setup

    • Create a new file Config.xcconfig in the SwitchUp directory
    • Add your API keys following this format:
      // Config.xcconfig
      OPENAI_API_KEY = your_api_key_here
      
    • Important: Never commit this file to version control. It's already added to .gitignore
  3. Build and Run

    • Open the project in Xcode
    • Build and run the app

Security Note

  • The Config.xcconfig file is included in .gitignore to prevent accidental commits of API keys
  • Always use environment variables or secure storage for production API keys
  • Consider using a secrets management service for production deployments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages