Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit f2e835d

Browse files
committed
Add dynamic framework target to support Carthage.
1 parent 993d92c commit f2e835d

File tree

3 files changed

+698
-28
lines changed

3 files changed

+698
-28
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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/iOS.xcconfig"
11+
#include "Shared/Product/Framework.xcconfig"
12+
13+
PRODUCT_NAME = ParseTwitterUtils
14+
PRODUCT_BUNDLE_IDENTIFIER = com.parse.twitterutils.ios
15+
DEFINES_MODULE = YES
16+
17+
IPHONEOS_DEPLOYMENT_TARGET = 8.0
18+
19+
MACH_O_TYPE = mh_dylib
20+
DYLIB_INSTALL_NAME_BASE = @rpath
21+
22+
INFOPLIST_FILE = $(SRCROOT)/Resources/Info.plist
23+
24+
OTHER_CFLAGS[sdk=iphoneos9.*] = $(inherited) -fembed-bitcode

0 commit comments

Comments
 (0)