12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
//
|
|
// Config.xcconfig
|
|
// Tech Tracker
|
|
//
|
|
// Created by Gabriel Brown on 4/8/24.
|
|
//
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
API_KEY = zAf4vYVN2pszrK
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) API_KEY=@\"$(API_KEY)\"
|