Files
Woka_Native_iOS/WOKA/Config.xcconfig
BilalKhanWDI 95ae60c464 - Added the network library with proper versioning
- Made the network adapter
- Made the config file to hold the url auth
2024-05-07 11:14:02 +05:30

14 lines
245 B
Plaintext

//
// Config.xcconfig
// WOKA
//
// Created by MacBook Pro on 06/05/24.
//
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
API_KEY_ID = "admin"
API_KEY_PASS = "Woka@1234"