This repository was archived by the owner on Nov 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
- ARCHS = $(ARCHS_STANDARD_32_64_BIT)
2
1
GCC_WARN_ABOUT_RETURN_TYPE = YES
3
2
GCC_C_LANGUAGE_STANDARD = gnu99
4
3
GCC_WARN_UNUSED_VARIABLE = YES
5
- MACOSX_DEPLOYMENT_TARGET = 10.6
6
- SDKROOT = macosx
4
+ MACOSX_DEPLOYMENT_TARGET = 10.10
7
5
COMBINE_HIDPI_IMAGES = NO
8
6
WARNING_CFLAGS = -Wmost -Wno-four-char-constants -Wno-unknown-pragmas
9
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0
10
- GCC_PREFIX_HEADER = $(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h
11
- GCC_PRECOMPILE_PREFIX_HEADER = YES
12
7
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
13
8
Original file line number Diff line number Diff line change 1
1
#include "Base.xcconfig"
2
- ONLY_ACTIVE_ARCH = YES
3
2
COPY_PHASE_STRIP = NO
4
3
GCC_OPTIMIZATION_LEVEL = 0
5
4
GCC_DYNAMIC_NO_PIC = NO
Original file line number Diff line number Diff line change 1
1
#include "Base.xcconfig"
2
2
OTHER_LDFLAGS = -framework Foundation -framework AppKit
3
3
PRODUCT_NAME = PSMTabBarControlDemo
4
- INSTALL_PATH = $(HOME)/Applications
5
4
INFOPLIST_FILE = Source/PSMTabBarControlDemo-Info.plist
6
5
ALWAYS_SEARCH_USER_PATHS = NO
Original file line number Diff line number Diff line change 2
2
#include "PSMTabBarControlDemo-Base.xcconfig"
3
3
4
4
COPY_PHASE_STRIP = YES
5
- ZERO_LINK = NO
You can’t perform that action at this time.
0 commit comments