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.
14 lines
593 B
14 lines
593 B
//
|
|
// Release.xcconfig
|
|
// Diffusion
|
|
//
|
|
// Created by Fahim Farook on 15/12/2022.
|
|
//
|
|
|
|
// Detailed explanation of how to set this up can be found here: https://ajpagente.github.io/mobile/using-xcconfig/
|
|
// Note: This file is the one referenced from the Xcode project and this file can be checked into the Git repo. But this references the file with your personal info (Sign-Debug.xccconfig) and that file should not be checked into the repo.
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
#include "Sign-Release.xcconfig"
|