Skip to content

Commit c9f0dd2

Browse files
committed
Added tvOS files
1 parent d0831d3 commit c9f0dd2

5 files changed

+43
-6
lines changed

Framework.xcconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// Framework.xcconfig
3+
//
4+
// Created by Pete Walters on 1/27/16.
5+
// Copyright (c) 2016 Peter Walters. All rights reserved.
6+
//
7+
8+
DEFINES_MODULE = YES
9+
DYLIB_INSTALL_NAME_BASE = @rpath
10+
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
11+
LD_RUNPATH_SEARCH_PATHS_FRAMEWORK = @loader_path/Frameworks
12+
SKIP_INSTALL = YES
13+

iOSFramework.xcconfig

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,4 @@
66
//
77

88
#include "iOS.xcconfig"
9-
10-
DEFINES_MODULE = YES
11-
DYLIB_INSTALL_NAME_BASE = @rpath
12-
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks
13-
LD_RUNPATH_SEARCH_PATHS_FRAMEWORK = @loader_path/Frameworks
14-
SKIP_INSTALL = YES
9+
#include "Framework.xcconfig"

tvOS.xcconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//
2+
// tvOS.xcconfig
3+
//
4+
// Created by Pete Walters on 1/27/16.
5+
// Copyright (c) 2016 Peter Walters. All rights reserved.
6+
//
7+
8+
#include "Base.xcconfig"
9+
10+
LD_RUNPATH_SEARCH_PATHS_PLATFORM = @executable_path/Frameworks
11+
SDKROOT = appletvos
12+
TARGETED_DEVICE_FAMILY = 3

tvOSApp.xcconfig

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// tvOSApp.xcconfig
3+
//
4+
// Created by Pete Walters on 1/27/16.
5+
// Copyright (c) 2016 Peter Walters. All rights reserved.
6+
//
7+
8+
#include "tvOS.xcconfig"

tvOSFramework.xcconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//
2+
// tvOSFramework.xcconfig
3+
//
4+
// Created by Pete Walters on 1/27/16.
5+
// Copyright (c) 2016 Peter Walters. All rights reserved.
6+
//
7+
8+
#include "tvOS.xcconfig"
9+
#include "Framework.xcconfig"

0 commit comments

Comments
 (0)