File tree 5 files changed +43
-6
lines changed
5 files changed +43
-6
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 6
6
//
7
7
8
8
#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"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments