-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathappfair.xcconfig
39 lines (27 loc) · 1.57 KB
/
appfair.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
30
31
32
33
34
35
36
37
38
// 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
// Specify which platforms to build and release
// SUPPORTED_PLATFORMS = macosx
// SUPPORTED_PLATFORMS = iphoneos iphonesimulator
// SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator android
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator
// Catalyst settings for iOS apps on macOS
// SUPPORTS_MACCATALYST = YES
// SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO
// On-device testing may need to override the bundle ID
// PRODUCT_BUNDLE_IDENTIFIER[config=Debug][sdk=iphoneos*] = myorg.app.App-Name
// FRAMEWORK_SEARCH_PATHS = $(inherited) $(PROJECT_DIR)
// ONLY_ACTIVE_ARCH[config=Debug][sdk=*][arch=*] = YES
// Development team ID for on-device and catalyst testing
// DEVELOPMENT_TEAM =
IPHONEOS_DEPLOYMENT_TARGET = 16.0
MACOSX_DEPLOYMENT_TARGET = 13.0