Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit c3b1ff7

Browse files
committed
Removing deprecated configs so it builds against Mojave.
1 parent bc35922 commit c3b1ff7

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

xcconfigs/Base.xcconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
ARCHS = $(ARCHS_STANDARD_32_64_BIT)
21
GCC_WARN_ABOUT_RETURN_TYPE = YES
32
GCC_C_LANGUAGE_STANDARD = gnu99
43
GCC_WARN_UNUSED_VARIABLE = YES
5-
MACOSX_DEPLOYMENT_TARGET = 10.6
6-
SDKROOT = macosx
4+
MACOSX_DEPLOYMENT_TARGET = 10.10
75
COMBINE_HIDPI_IMAGES = NO
86
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
127
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
138

xcconfigs/Debug.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "Base.xcconfig"
2-
ONLY_ACTIVE_ARCH = YES
32
COPY_PHASE_STRIP = NO
43
GCC_OPTIMIZATION_LEVEL = 0
54
GCC_DYNAMIC_NO_PIC = NO
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "Base.xcconfig"
22
OTHER_LDFLAGS = -framework Foundation -framework AppKit
33
PRODUCT_NAME = PSMTabBarControlDemo
4-
INSTALL_PATH = $(HOME)/Applications
54
INFOPLIST_FILE = Source/PSMTabBarControlDemo-Info.plist
65
ALWAYS_SEARCH_USER_PATHS = NO

xcconfigs/PSMTabBarControlDemo-Release.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
#include "PSMTabBarControlDemo-Base.xcconfig"
33

44
COPY_PHASE_STRIP = YES
5-
ZERO_LINK = NO

0 commit comments

Comments
 (0)