15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
//
|
|
// adhoc.xcconfig
|
|
// dinoGo
|
|
//
|
|
// Created by 林 on 2022/11/15.
|
|
// Copyright © 2022 dino. All rights reserved.
|
|
//
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
#include "Pods/Target Support Files/Pods-SHECommunity/Pods-SHECommunity.adhoc.xcconfig"
|
|
OTHER_SWIFT_FLAGS = $(inherited) "-D" "AdHoc"
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) AdHoc=1
|