You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
544 B
19 lines
544 B
//
|
|
// Version.xcconfig
|
|
// Tusker
|
|
//
|
|
// Created by Shadowfacts on 10/1/23.
|
|
// Copyright © 2023 Shadowfacts. All rights reserved.
|
|
//
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
MARKETING_VERSION = 2023.8
|
|
CURRENT_PROJECT_VERSION = 106
|
|
CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION))
|
|
|
|
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev
|
|
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Release=
|
|
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Dist=
|