rb-fsevent 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,82 +0,0 @@
1
- // local defines
2
- COMMON_CFLAGS = -pipe
3
- COMMON_GCC_PREPROCESSOR_DEFINITIONS = NS_BUILD_32_LIKE_64 NS_BLOCK_ASSERTIONS
4
-
5
-
6
- // architectures
7
- ARCHS = $(ARCHS_STANDARD_32_64_BIT)
8
- VALID_ARCHS = i386 x86_64
9
- SDKROOT = macosx
10
- SUPPORTED_PLATFORMS = macosx
11
- ONLY_ACTIVE_ARCH = NO
12
-
13
-
14
- // build options
15
- DEBUG_INFORMATION_FORMAT = dwarf
16
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0
17
- RUN_CLANG_STATIC_ANALYZER = YES
18
-
19
-
20
- // deployment
21
- MACOSX_DEPLOYMENT_TARGET = 10.6
22
-
23
-
24
- // linking
25
- DEAD_CODE_STRIPPING = YES
26
- PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES
27
- LINK_WITH_STANDARD_LIBRARIES = YES
28
-
29
-
30
- // search paths
31
- FRAMEWORK_SEARCH_PATHS = $(value) $(SYSTEM_LIBRARY_DIR)/Frameworks $(LOCAL_LIBRARY_DIR)/Frameworks
32
-
33
-
34
- // code generation
35
- GCC_DYNAMIC_NO_PIC = NO
36
- GCC_FAST_OBJC_DISPATCH = YES
37
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES
38
- GCC_STRICT_ALIASING = YES
39
- LLVM_LTO = YES
40
-
41
-
42
- // language
43
- GCC_C_LANGUAGE_STANDARD = gnu99
44
- OTHER_CFLAGS = $(COMMON_CFLAGS)
45
-
46
-
47
- // preprocessing
48
- GCC_PREPROCESSOR_DEFINITIONS = $(COMMON_GCC_PREPROCESSOR_DEFINITIONS)
49
-
50
-
51
- // warnings
52
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
53
- CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES
54
- CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES
55
- CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
56
- GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES
57
- GCC_TREAT_WARNINGS_AS_ERRORS = NO
58
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES
59
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES
60
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = YES
61
- GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES
62
- GCC_WARN_ABOUT_MISSING_NEWLINE = YES
63
- GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO
64
- GCC_WARN_ABOUT_POINTER_SIGNEDNESS = YES
65
- GCC_WARN_ABOUT_RETURN_TYPE = YES
66
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES
67
- GCC_WARN_CHECK_SWITCH_STATEMENTS = YES
68
- GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO
69
- GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES
70
- GCC_WARN_MISSING_PARENTHESES = YES
71
- GCC_WARN_MULTIPLE_DEFINITION_TYPES_FOR_SELECTOR = NO
72
- GCC_WARN_SHADOW = YES
73
- GCC_WARN_SIGN_COMPARE = YES
74
- GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES
75
- GCC_WARN_UNINITIALIZED_AUTOS = YES
76
- GCC_WARN_UNKNOWN_PRAGMAS = YES
77
- GCC_WARN_UNUSED_FUNCTION = YES
78
- GCC_WARN_UNUSED_LABEL = YES
79
- GCC_WARN_UNUSED_PARAMETER = NO
80
- GCC_WARN_UNUSED_VALUE = YES
81
- GCC_WARN_UNUSED_VARIABLE = YES
82
- WARNING_CFLAGS = -Wall -Wextra -Wpointer-arith -Wformat=2 -Wfloat-equal -Wstrict-overflow=4 -Wbad-function-cast -Winline -Wconversion -Wstrict-aliasing -Wno-unused-parameter -Wno-arc-performSelector-leaks
@@ -1,19 +0,0 @@
1
- #include "Common.xcconfig"
2
-
3
-
4
- // deployment
5
- COPY_PHASE_STRIP = NO
6
- STRIP_INSTALLED_PRODUCT = NO
7
-
8
-
9
- // code generation
10
- GCC_OPTIMIZATION_LEVEL = 0
11
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES
12
-
13
-
14
- // language
15
- OTHER_CFLAGS = $(COMMON_CFLAGS) -fcatch-undefined-behavior -ftrapv -fverbose-asm
16
-
17
-
18
- // preprocessing
19
- GCC_PREPROCESSOR_DEFINITIONS = $(COMMON_GCC_PREPROCESSOR_DEFINITIONS) DEBUG DEBUG_$(USER)
@@ -1,23 +0,0 @@
1
- #include "Common.xcconfig"
2
-
3
-
4
- // build options
5
- VALIDATE_PRODUCT = YES
6
-
7
-
8
- // code signing
9
- CODE_SIGN_IDENTITY = 3rd Party Mac Developer Application: Travis Tilley
10
-
11
-
12
- // deployment
13
- COPY_PHASE_STRIP = YES
14
- STRIP_INSTALLED_PRODUCT = YES
15
-
16
-
17
- // code generation
18
- GCC_OPTIMIZATION_LEVEL = 4
19
- GCC_UNROLL_LOOPS = YES
20
-
21
-
22
- // preprocessing
23
- GCC_PREPROCESSOR_DEFINITIONS = $(COMMON_GCC_PREPROCESSOR_DEFINITIONS) NDEBUG
@@ -1,17 +0,0 @@
1
- // linking
2
- MACH_O_TYPE = mh_execute
3
- OTHER_LDFLAGS = -sectcreate __TEXT __info_plist "$(DERIVED_FILE_DIR)/Info.plist"
4
- GENERATE_MASTER_OBJECT_FILE = YES
5
-
6
-
7
- // packaging
8
- INFOPLIST_FILE = Info.plist
9
- PRODUCT_NAME = $(TARGET_NAME)
10
-
11
-
12
- // versioning
13
- CURRENT_PROJECT_VERSION = 0.1.1
14
-
15
-
16
- // preprocessing
17
- GCC_PREPROCESSOR_DEFINITIONS = $(inherited) PROJECT_VERSION="$(CURRENT_PROJECT_VERSION)"
@@ -1,33 +0,0 @@
1
- // settings in this file will override those defined in the xcode project
2
-
3
- // - deployment -
4
- INSTALL_MODE_FLAG = u+w,go-w,a+rX
5
- MACOSX_DEPLOYMENT_TARGET = 10.5
6
- DSTROOT = ../../
7
- INSTALL_PATH = /bin
8
- SKIP_INSTALL = NO
9
-
10
- // - build locations -
11
- SYMROOT = build
12
- OBJROOT = $(SYMROOT)
13
-
14
- // - architectures -
15
- ARCHS = $(NATIVE_ARCH_ACTUAL)
16
- SDKROOT =
17
-
18
- // - build options -
19
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0
20
-
21
- // etc
22
- RUN_CLANG_STATIC_ANALYZER = YES
23
- DEAD_CODE_STRIPPING = YES
24
- PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES
25
- LD_NO_PIE = NO
26
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES
27
- LLVM_LTO = NO
28
- LLVM_LTO[arch=x86_64] = YES
29
- GCC_C_LANGUAGE_STANDARD = gnu99
30
- GCC_ENABLE_OBJC_EXCEPTIONS = YES
31
- GCC_ENABLE_OBJC_GC = unsupported
32
- GCC_ENABLE_EXCEPTIONS = YES
33
-