File tree 9 files changed +551
-0
lines changed 9 files changed +551
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2014-present, Facebook, Inc.
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
+
11
+ #import < Foundation/Foundation.h>
12
+
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2014-present, Facebook, Inc.
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
+
11
+ import ComponentKit
12
+ import RenderCore
Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright (c) 2014-present, Facebook, Inc.
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 "../Carthage/Checkouts/xcconfigs/iOS/iOS-Framework.xcconfig"
11
+
12
+ PRODUCT_NAME = CKSwift
13
+ INFOPLIST_FILE = CKSwift/Info.plist
14
+ PRODUCT_BUNDLE_IDENTIFIER = org.componentkit.CKSwift
15
+ CURRENT_PROJECT_VERSION = 0.29
16
+ ALWAYS_SEARCH_USER_PATHS = NO
17
+ CLANG_ENABLE_OBJC_ARC = YES
18
+ CLANG_ENABLE_MODULES = YES
19
+
20
+ ONLY_ACTIVE_ARCH[config=Debug] = YES
21
+ GCC_OPTIMIZATION_LEVEL[config=Debug] = 0
22
+ COPY_PHASE_STRIP[config=Debug] = NO
23
+ OTHER_CFLAGS[config=Debug] = $(inherited) -Wall -Wextra -Wno-mismatched-tags -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >CFBundleDevelopmentRegion </key >
6
+ <string >$(DEVELOPMENT_LANGUAGE) </string >
7
+ <key >CFBundleExecutable </key >
8
+ <string >$(EXECUTABLE_NAME) </string >
9
+ <key >CFBundleIdentifier </key >
10
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
11
+ <key >CFBundleInfoDictionaryVersion </key >
12
+ <string >6.0 </string >
13
+ <key >CFBundleName </key >
14
+ <string >$(PRODUCT_NAME) </string >
15
+ <key >CFBundlePackageType </key >
16
+ <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
+ <key >CFBundleShortVersionString </key >
18
+ <string >1.0 </string >
19
+ <key >CFBundleVersion </key >
20
+ <string >$(CURRENT_PROJECT_VERSION) </string >
21
+ </dict >
22
+ </plist >
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2014-present, Facebook, Inc.
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
+
11
+ import XCTest
12
+ import CKSwift
13
+
14
+ class CXSwiftTests : XCTestCase {
15
+ func testTest( ) {
16
+
17
+ }
18
+ }
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >CFBundleDevelopmentRegion </key >
6
+ <string >$(DEVELOPMENT_LANGUAGE) </string >
7
+ <key >CFBundleExecutable </key >
8
+ <string >$(EXECUTABLE_NAME) </string >
9
+ <key >CFBundleIdentifier </key >
10
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
11
+ <key >CFBundleInfoDictionaryVersion </key >
12
+ <string >6.0 </string >
13
+ <key >CFBundleName </key >
14
+ <string >$(PRODUCT_NAME) </string >
15
+ <key >CFBundlePackageType </key >
16
+ <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
+ <key >CFBundleShortVersionString </key >
18
+ <string >1.0 </string >
19
+ <key >CFBundleVersion </key >
20
+ <string >1 </string >
21
+ </dict >
22
+ </plist >
You can’t perform that action at this time.
0 commit comments