forked from shadowfacts/Tusker
19 lines
544 B
Plaintext
19 lines
544 B
Plaintext
//
|
|
// 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 = 2024.3
|
|
CURRENT_PROJECT_VERSION = 133
|
|
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=
|