|
568 | 568 | D037661319EDA41200A782A9 /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = D03764BF19EDA41200A782A9 /* RACUnit.m */; };
|
569 | 569 | D037661619EDA41200A782A9 /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = D03764C119EDA41200A782A9 /* RACValueTransformer.m */; };
|
570 | 570 | D037661719EDA41200A782A9 /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = D03764C119EDA41200A782A9 /* RACValueTransformer.m */; };
|
571 |
| - D037661919EDA41200A782A9 /* UIActionSheet+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D03764C219EDA41200A782A9 /* UIActionSheet+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
572 |
| - D037661B19EDA41200A782A9 /* UIActionSheet+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D03764C319EDA41200A782A9 /* UIActionSheet+RACSignalSupport.m */; }; |
573 |
| - D037661D19EDA41200A782A9 /* UIAlertView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D03764C419EDA41200A782A9 /* UIAlertView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
574 |
| - D037661F19EDA41200A782A9 /* UIAlertView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D03764C519EDA41200A782A9 /* UIAlertView+RACSignalSupport.m */; }; |
575 | 571 | D037662119EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D03764C619EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
576 | 572 | D037662319EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D03764C719EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.m */; };
|
577 | 573 | D037662519EDA41200A782A9 /* UIButton+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D03764C819EDA41200A782A9 /* UIButton+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
692 | 688 | D037671619EDA60000A782A9 /* RACTupleSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D03766B019EDA60000A782A9 /* RACTupleSpec.m */; };
|
693 | 689 | D037671719EDA60000A782A9 /* test-data.json in Resources */ = {isa = PBXBuildFile; fileRef = D03766B119EDA60000A782A9 /* test-data.json */; };
|
694 | 690 | D037671819EDA60000A782A9 /* test-data.json in Resources */ = {isa = PBXBuildFile; fileRef = D03766B119EDA60000A782A9 /* test-data.json */; };
|
695 |
| - D037671A19EDA60000A782A9 /* UIActionSheetRACSupportSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D03766B219EDA60000A782A9 /* UIActionSheetRACSupportSpec.m */; }; |
696 |
| - D037671C19EDA60000A782A9 /* UIAlertViewRACSupportSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D03766B319EDA60000A782A9 /* UIAlertViewRACSupportSpec.m */; }; |
697 | 691 | D037671E19EDA60000A782A9 /* UIBarButtonItemRACSupportSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D03766B419EDA60000A782A9 /* UIBarButtonItemRACSupportSpec.m */; };
|
698 | 692 | D037672019EDA60000A782A9 /* UIButtonRACSupportSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D03766B519EDA60000A782A9 /* UIButtonRACSupportSpec.m */; };
|
699 | 693 | D037672419EDA60000A782A9 /* UIImagePickerControllerRACSupportSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = D03766B719EDA60000A782A9 /* UIImagePickerControllerRACSupportSpec.m */; };
|
|
938 | 932 | D03764BF19EDA41200A782A9 /* RACUnit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RACUnit.m; sourceTree = "<group>"; };
|
939 | 933 | D03764C019EDA41200A782A9 /* RACValueTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RACValueTransformer.h; sourceTree = "<group>"; };
|
940 | 934 | D03764C119EDA41200A782A9 /* RACValueTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RACValueTransformer.m; sourceTree = "<group>"; };
|
941 |
| - D03764C219EDA41200A782A9 /* UIActionSheet+RACSignalSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIActionSheet+RACSignalSupport.h"; sourceTree = "<group>"; }; |
942 |
| - D03764C319EDA41200A782A9 /* UIActionSheet+RACSignalSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIActionSheet+RACSignalSupport.m"; sourceTree = "<group>"; }; |
943 |
| - D03764C419EDA41200A782A9 /* UIAlertView+RACSignalSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIAlertView+RACSignalSupport.h"; sourceTree = "<group>"; }; |
944 |
| - D03764C519EDA41200A782A9 /* UIAlertView+RACSignalSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIAlertView+RACSignalSupport.m"; sourceTree = "<group>"; }; |
945 | 935 | D03764C619EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIBarButtonItem+RACCommandSupport.h"; sourceTree = "<group>"; };
|
946 | 936 | D03764C719EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIBarButtonItem+RACCommandSupport.m"; sourceTree = "<group>"; };
|
947 | 937 | D03764C819EDA41200A782A9 /* UIButton+RACCommandSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+RACCommandSupport.h"; sourceTree = "<group>"; };
|
|
1029 | 1019 | D03766A819EDA60000A782A9 /* RACTargetQueueSchedulerSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RACTargetQueueSchedulerSpec.m; sourceTree = "<group>"; };
|
1030 | 1020 | D03766B019EDA60000A782A9 /* RACTupleSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RACTupleSpec.m; sourceTree = "<group>"; };
|
1031 | 1021 | D03766B119EDA60000A782A9 /* test-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "test-data.json"; sourceTree = "<group>"; };
|
1032 |
| - D03766B219EDA60000A782A9 /* UIActionSheetRACSupportSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIActionSheetRACSupportSpec.m; sourceTree = "<group>"; }; |
1033 |
| - D03766B319EDA60000A782A9 /* UIAlertViewRACSupportSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIAlertViewRACSupportSpec.m; sourceTree = "<group>"; }; |
1034 | 1022 | D03766B419EDA60000A782A9 /* UIBarButtonItemRACSupportSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIBarButtonItemRACSupportSpec.m; sourceTree = "<group>"; };
|
1035 | 1023 | D03766B519EDA60000A782A9 /* UIButtonRACSupportSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIButtonRACSupportSpec.m; sourceTree = "<group>"; };
|
1036 | 1024 | D03766B719EDA60000A782A9 /* UIImagePickerControllerRACSupportSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIImagePickerControllerRACSupportSpec.m; sourceTree = "<group>"; };
|
|
1363 | 1351 | D03764C119EDA41200A782A9 /* RACValueTransformer.m */,
|
1364 | 1352 | D04725EF19E49ED7006002AA /* ReactiveObjC.h */,
|
1365 | 1353 | D04725ED19E49ED7006002AA /* Supporting Files */,
|
1366 |
| - D03764C219EDA41200A782A9 /* UIActionSheet+RACSignalSupport.h */, |
1367 |
| - D03764C319EDA41200A782A9 /* UIActionSheet+RACSignalSupport.m */, |
1368 |
| - D03764C419EDA41200A782A9 /* UIAlertView+RACSignalSupport.h */, |
1369 |
| - D03764C519EDA41200A782A9 /* UIAlertView+RACSignalSupport.m */, |
1370 | 1354 | D03764C619EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.h */,
|
1371 | 1355 | D03764C719EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.m */,
|
1372 | 1356 | D03764C819EDA41200A782A9 /* UIButton+RACCommandSupport.h */,
|
|
1465 | 1449 | D03766A719EDA60000A782A9 /* RACSubscriptingAssignmentTrampolineSpec.m */,
|
1466 | 1450 | D03766A819EDA60000A782A9 /* RACTargetQueueSchedulerSpec.m */,
|
1467 | 1451 | D03766B019EDA60000A782A9 /* RACTupleSpec.m */,
|
1468 |
| - D03766B219EDA60000A782A9 /* UIActionSheetRACSupportSpec.m */, |
1469 |
| - D03766B319EDA60000A782A9 /* UIAlertViewRACSupportSpec.m */, |
1470 | 1452 | D03766B419EDA60000A782A9 /* UIBarButtonItemRACSupportSpec.m */,
|
1471 | 1453 | D03766B519EDA60000A782A9 /* UIButtonRACSupportSpec.m */,
|
1472 | 1454 | D03766B719EDA60000A782A9 /* UIImagePickerControllerRACSupportSpec.m */,
|
|
1768 | 1750 | D037656F19EDA41200A782A9 /* RACDisposable.h in Headers */,
|
1769 | 1751 | 314304171ACA8B1E00595017 /* MKAnnotationView+RACSignalSupport.h in Headers */,
|
1770 | 1752 | D037654519EDA41200A782A9 /* NSURLConnection+RACSupport.h in Headers */,
|
1771 |
| - D037661D19EDA41200A782A9 /* UIAlertView+RACSignalSupport.h in Headers */, |
1772 | 1753 | D037650D19EDA41200A782A9 /* NSNotificationCenter+RACSupport.h in Headers */,
|
1773 | 1754 | D037650119EDA41200A782A9 /* NSFileHandle+RACSupport.h in Headers */,
|
1774 | 1755 | D037666119EDA41200A782A9 /* UITextView+RACSignalSupport.h in Headers */,
|
|
1818 | 1799 | A1046B7B1BFF5662004D8045 /* EXTRuntimeExtensions.h in Headers */,
|
1819 | 1800 | D037661119EDA41200A782A9 /* RACUnit.h in Headers */,
|
1820 | 1801 | D03765FD19EDA41200A782A9 /* RACTargetQueueScheduler.h in Headers */,
|
1821 |
| - D037661919EDA41200A782A9 /* UIActionSheet+RACSignalSupport.h in Headers */, |
1822 | 1802 | D037664D19EDA41200A782A9 /* UIStepper+RACSignalSupport.h in Headers */,
|
1823 | 1803 | D037662119EDA41200A782A9 /* UIBarButtonItem+RACCommandSupport.h in Headers */,
|
1824 | 1804 | D03765EB19EDA41200A782A9 /* RACSubject.h in Headers */,
|
|
2441 | 2421 | D037662B19EDA41200A782A9 /* UICollectionReusableView+RACSignalSupport.m in Sources */,
|
2442 | 2422 | D037659919EDA41200A782A9 /* RACIndexSetSequence.m in Sources */,
|
2443 | 2423 | D03765D919EDA41200A782A9 /* RACSignal+Operations.m in Sources */,
|
2444 |
| - D037661B19EDA41200A782A9 /* UIActionSheet+RACSignalSupport.m in Sources */, |
2445 | 2424 | D037650319EDA41200A782A9 /* NSFileHandle+RACSupport.m in Sources */,
|
2446 | 2425 | D03765E319EDA41200A782A9 /* RACStream.m in Sources */,
|
2447 | 2426 | D037655719EDA41200A782A9 /* RACBehaviorSubject.m in Sources */,
|
|
2457 | 2436 | D03764FB19EDA41200A782A9 /* NSDictionary+RACSequenceAdditions.m in Sources */,
|
2458 | 2437 | D037656919EDA41200A782A9 /* RACCompoundDisposableProvider.d in Sources */,
|
2459 | 2438 | D037653B19EDA41200A782A9 /* NSString+RACSequenceAdditions.m in Sources */,
|
2460 |
| - D037661F19EDA41200A782A9 /* UIAlertView+RACSignalSupport.m in Sources */, |
2461 | 2439 | D03765E919EDA41200A782A9 /* RACStringSequence.m in Sources */,
|
2462 | 2440 | D037660B19EDA41200A782A9 /* RACTupleSequence.m in Sources */,
|
2463 | 2441 | D03765D519EDA41200A782A9 /* RACSignal.m in Sources */,
|
|
2556 | 2534 | D0C3132119EF2D9700984962 /* RACTestObject.m in Sources */,
|
2557 | 2535 | D03766FC19EDA60000A782A9 /* RACSignalSpec.m in Sources */,
|
2558 | 2536 | D037670819EDA60000A782A9 /* RACSubscriberSpec.m in Sources */,
|
2559 |
| - D037671C19EDA60000A782A9 /* UIAlertViewRACSupportSpec.m in Sources */, |
2560 | 2537 | D03766F019EDA60000A782A9 /* RACPropertySignalExamples.m in Sources */,
|
2561 | 2538 | D037670619EDA60000A782A9 /* RACSubscriberExamples.m in Sources */,
|
2562 | 2539 | D03766D819EDA60000A782A9 /* RACBlockTrampolineSpec.m in Sources */,
|
|
2570 | 2547 | D03766E619EDA60000A782A9 /* RACDisposableSpec.m in Sources */,
|
2571 | 2548 | D03766D419EDA60000A782A9 /* NSUserDefaultsRACSupportSpec.m in Sources */,
|
2572 | 2549 | D03766DC19EDA60000A782A9 /* RACChannelSpec.m in Sources */,
|
2573 |
| - D037671A19EDA60000A782A9 /* UIActionSheetRACSupportSpec.m in Sources */, |
2574 | 2550 | D03766DA19EDA60000A782A9 /* RACChannelExamples.m in Sources */,
|
2575 | 2551 | 8B33C24021CBD31800BB82D2 /* RACNeverSignalSpec.m in Sources */,
|
2576 | 2552 | D03766F619EDA60000A782A9 /* RACSequenceExamples.m in Sources */,
|
|
2790 | 2766 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
2791 | 2767 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
2792 | 2768 | CLANG_WARN_COMMA = YES;
|
| 2769 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
2793 | 2770 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
2794 | 2771 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
2795 | 2772 | CODE_SIGNING_REQUIRED = NO;
|
2796 | 2773 | CURRENT_PROJECT_VERSION = 1;
|
2797 | 2774 | ENABLE_TESTABILITY = YES;
|
2798 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 2775 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
2799 | 2776 | MACOSX_DEPLOYMENT_TARGET = 10.9;
|
2800 | 2777 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactivecocoa.$(PRODUCT_NAME:rfc1034identifier)";
|
2801 | 2778 | PRODUCT_NAME = "$(PROJECT_NAME)";
|
2802 | 2779 | RUN_CLANG_STATIC_ANALYZER = NO;
|
2803 |
| - TVOS_DEPLOYMENT_TARGET = 9.0; |
| 2780 | + TVOS_DEPLOYMENT_TARGET = 12.0; |
2804 | 2781 | VERSIONING_SYSTEM = "apple-generic";
|
2805 | 2782 | VERSION_INFO_PREFIX = "";
|
2806 | 2783 | WARNING_CFLAGS = (
|
|
2824 | 2801 | CODE_SIGNING_REQUIRED = NO;
|
2825 | 2802 | CURRENT_PROJECT_VERSION = 1;
|
2826 | 2803 | GCC_OPTIMIZATION_LEVEL = 0;
|
2827 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 2804 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
2828 | 2805 | MACOSX_DEPLOYMENT_TARGET = 10.9;
|
2829 | 2806 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactivecocoa.$(PRODUCT_NAME:rfc1034identifier)";
|
2830 | 2807 | PRODUCT_NAME = "$(PROJECT_NAME)";
|
2831 | 2808 | RUN_CLANG_STATIC_ANALYZER = NO;
|
2832 |
| - TVOS_DEPLOYMENT_TARGET = 9.0; |
| 2809 | + TVOS_DEPLOYMENT_TARGET = 12.0; |
2833 | 2810 | VERSIONING_SYSTEM = "apple-generic";
|
2834 | 2811 | VERSION_INFO_PREFIX = "";
|
2835 | 2812 | WARNING_CFLAGS = (
|
|
2927 | 2904 | baseConfigurationReference = D047263219E49FE8006002AA /* iOS-Application.xcconfig */;
|
2928 | 2905 | buildSettings = {
|
2929 | 2906 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
| 2907 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; |
2930 | 2908 | INFOPLIST_FILE = ReactiveObjCTests/Info.plist;
|
2931 | 2909 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2932 | 2910 | PRODUCT_NAME = "$(PROJECT_NAME)Tests";
|
|
2952 | 2930 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
2953 | 2931 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
2954 | 2932 | CLANG_WARN_COMMA = YES;
|
| 2933 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
2955 | 2934 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
2956 | 2935 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
2957 | 2936 | CODE_SIGNING_REQUIRED = NO;
|
2958 | 2937 | CURRENT_PROJECT_VERSION = 1;
|
2959 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 2938 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
2960 | 2939 | MACOSX_DEPLOYMENT_TARGET = 10.9;
|
2961 | 2940 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactivecocoa.$(PRODUCT_NAME:rfc1034identifier)";
|
2962 | 2941 | PRODUCT_NAME = "$(PROJECT_NAME)";
|
2963 | 2942 | RUN_CLANG_STATIC_ANALYZER = NO;
|
2964 |
| - TVOS_DEPLOYMENT_TARGET = 9.0; |
| 2943 | + TVOS_DEPLOYMENT_TARGET = 12.0; |
2965 | 2944 | VERSIONING_SYSTEM = "apple-generic";
|
2966 | 2945 | VERSION_INFO_PREFIX = "";
|
2967 | 2946 | WARNING_CFLAGS = (
|
|
3036 | 3015 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
3037 | 3016 | CODE_SIGNING_REQUIRED = NO;
|
3038 | 3017 | CURRENT_PROJECT_VERSION = 1;
|
3039 |
| - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 3018 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
3040 | 3019 | MACOSX_DEPLOYMENT_TARGET = 10.9;
|
3041 | 3020 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactivecocoa.$(PRODUCT_NAME:rfc1034identifier)-Tests";
|
3042 | 3021 | PRODUCT_NAME = "$(PROJECT_NAME)";
|
3043 | 3022 | RUN_CLANG_STATIC_ANALYZER = NO;
|
3044 |
| - TVOS_DEPLOYMENT_TARGET = 9.0; |
| 3023 | + TVOS_DEPLOYMENT_TARGET = 12.0; |
3045 | 3024 | VERSIONING_SYSTEM = "apple-generic";
|
3046 | 3025 | VERSION_INFO_PREFIX = "";
|
3047 | 3026 | WARNING_CFLAGS = (
|
|
0 commit comments