Skip to content

Commit b1f3683

Browse files
committed
Add basic tvOS SDK target.
1 parent 1400c4e commit b1f3683

File tree

5 files changed

+983
-0
lines changed

5 files changed

+983
-0
lines changed

Configurations/Bolts-tvOS.xcconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//
2+
// Copyright (c) 2015-present, Parse, LLC.
3+
// All rights reserved.
4+
//
5+
// This source code is licensed under the BSD-style license found in the
6+
// LICENSE file in the root directory of this source tree. An additional grant
7+
// of patent rights can be found in the PATENTS file in the same directory.
8+
//
9+
10+
SDKROOT = appletvos

Configurations/Parse-tvOS.xcconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//
2+
// Copyright (c) 2015-present, Parse, LLC.
3+
// All rights reserved.
4+
//
5+
// This source code is licensed under the BSD-style license found in the
6+
// LICENSE file in the root directory of this source tree. An additional grant
7+
// of patent rights can be found in the PATENTS file in the same directory.
8+
//
9+
10+
#include "Shared/Platform/tvOS.xcconfig"
11+
#include "Shared/Product/Framework.xcconfig"
12+
13+
PRODUCT_NAME = Parse
14+
15+
MACH_O_TYPE = staticlib
16+
APPLICATION_EXTENSION_API_ONLY = YES
17+
DEFINES_MODULE = YES
18+
19+
OTHER_LDFLAGS = $(inherited) -ObjC
20+
21+
FRAMEWORK_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR) $(VENDOR_DIR)/Bolts-ObjC/build/tvOS/
22+
23+
INFOPLIST_FILE = $(PARSE_DIR)/Parse/Resources/Parse-tvOS.Info.plist

0 commit comments

Comments
 (0)