forked from appfair/App
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAppFairApp.xcconfig
29 lines (20 loc) · 1.3 KB
/
AppFairApp.xcconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// The configuration file for your App Fair App. See: https://www.appfair.net
// PRODUCT_NAME is the app name, consisting of two words separated by a space
PRODUCT_NAME = App Name
// PRODUCT_BUNDLE_IDENTIFIER must be in the form: "app.App-Name"
PRODUCT_BUNDLE_IDENTIFIER = app.App-Name
// The semantic version for the app matching the git tag for the release
MARKETING_VERSION = 0.0.1
// The monotonically increasing number specifying the internal app version
CURRENT_PROJECT_VERSION = 1
// The category of the app should be one of: public.app-category.business, developer-tools, education, entertainment, finance, games, graphics-design, healthcare-fitness, lifestyle, medical, music, news, photography, productivity, reference, social-networking, sports, travel, utilities, video, weather
APP_CATEGORY = public.app-category.utilities
// The default tint color to apply to the generated icon, as a 6-character RGB hex string
// ICON_TINT = FACC6A
// The system symbol name to embed in the generated icon instead of the default monogram
// ICON_SYMBOL = sparkles.rectangle.stack
// Specify which platforms to build and release
SUPPORTED_PLATFORMS = macosx
// SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos
// FRAMEWORK_SEARCH_PATHS = $(inherited) $(PROJECT_DIR)
// ONLY_ACTIVE_ARCH[config=Debug][sdk=*][arch=*] = YES