rb-fsevent 0.9.0.pre4 → 0.9.0.pre5

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.
data/bin/fsevent_watch CHANGED
Binary file
@@ -4,7 +4,35 @@
4
4
  <dict>
5
5
  <key>CFBundleIdentifier</key>
6
6
  <string>com.teaspoonofinsanity.fsevent_watch</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>fsevent_watch</string>
7
9
  <key>CFBundleName</key>
8
10
  <string>fsevent_watch</string>
11
+ <key>LSMinimumSystemVersion</key>
12
+ <string>MACOSX_DEPLOYMENT_TARGET</string>
13
+ <key>CFBundleVersion</key>
14
+ <string>CURRENT_PROJECT_VERSION</string>
15
+ <key>FSEWOptimizationLevel</key>
16
+ <string>OPTIMIZATION_LEVEL</string>
17
+ <key>FSEWVersionInfoBuilder</key>
18
+ <string>VERSION_INFO_BUILDER</string>
19
+ <key>FSEWVersionInfoString</key>
20
+ <string>VERSION_INFO_STRING</string>
21
+ <key>BuildMachineOSBuild</key>
22
+ <string>MAC_OS_X_PRODUCT_BUILD_VERSION</string>
23
+ <key>BuildMachineOSVersion</key>
24
+ <string>MAC_OS_X_VERSION_ACTUAL</string>
25
+ <key>DTCompiler</key>
26
+ <string>GCC_VERSION</string>
27
+ <key>DTPlatformBuild</key>
28
+ <string>PLATFORM_PRODUCT_BUILD_VERSION</string>
29
+ <key>DTSDKBuild</key>
30
+ <string>SDK_PRODUCT_BUILD_VERSION</string>
31
+ <key>DTSDKName</key>
32
+ <string>SDK_NAME</string>
33
+ <key>DTXcode</key>
34
+ <string>XCODE_VERSION_ACTUAL</string>
35
+ <key>DTXcodeBuild</key>
36
+ <string>XCODE_PRODUCT_BUILD_VERSION</string>
9
37
  </dict>
10
38
  </plist>
@@ -15,6 +15,21 @@
15
15
  EDF2B90D143584E800C6EF62 /* compat.c in Sources */ = {isa = PBXBuildFile; fileRef = EDF2B90C143584E800C6EF62 /* compat.c */; };
16
16
  /* End PBXBuildFile section */
17
17
 
18
+ /* Begin PBXBuildRule section */
19
+ 6A0B980414AA652A00952375 /* PBXBuildRule */ = {
20
+ isa = PBXBuildRule;
21
+ compilerSpec = com.apple.compilers.proxy.script;
22
+ filePatterns = "*.rl";
23
+ fileType = pattern.proxy;
24
+ isEditable = 1;
25
+ name = "Ragel source to C source";
26
+ outputFiles = (
27
+ "$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).c",
28
+ );
29
+ script = "/usr/bin/env ragel $(INPUT_FILE_BASE).rl -G2 -o $(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).c\n/usr/bin/env ragel $(INPUT_FILE_BASE).rl -V -o $(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).dot\n";
30
+ };
31
+ /* End PBXBuildRule section */
32
+
18
33
  /* Begin PBXFileReference section */
19
34
  6A20BF7C13FC9BC000C6C442 /* cli.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cli.c; sourceTree = "<group>"; };
20
35
  6A20BF7D13FC9BC000C6C442 /* cli.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cli.h; sourceTree = "<group>"; };
@@ -26,6 +41,10 @@
26
41
  6A81FCE7143429DE00F83EDD /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
27
42
  6A81FCEA14342A6300F83EDD /* TSICTString.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = TSICTString.c; sourceTree = "<group>"; };
28
43
  6A81FCEB14342A6300F83EDD /* TSICTString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TSICTString.h; sourceTree = "<group>"; };
44
+ 6A8F495414AC05470094EE00 /* Common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
45
+ 6A8F495514AC05470094EE00 /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
46
+ 6A8F495614AC05470094EE00 /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
47
+ 6A8F495714AC05470094EE00 /* fsevent_watch.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = fsevent_watch.xcconfig; sourceTree = "<group>"; };
29
48
  6AD3022F13F8D758007F24E8 /* compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compat.h; sourceTree = "<group>"; };
30
49
  EDF2B90C143584E800C6EF62 /* compat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compat.c; sourceTree = "<group>"; };
31
50
  /* End PBXFileReference section */
@@ -46,6 +65,7 @@
46
65
  6A57F6F413F5E614000BE6A9 = {
47
66
  isa = PBXGroup;
48
67
  children = (
68
+ 6A8F495314AC05470094EE00 /* xcconfig */,
49
69
  6A68C5E31440CBDF0040623D /* Info.plist */,
50
70
  6A57F70513F5E614000BE6A9 /* fsevent_watch */,
51
71
  6A57F70213F5E614000BE6A9 /* Frameworks */,
@@ -87,6 +107,17 @@
87
107
  path = fsevent_watch;
88
108
  sourceTree = "<group>";
89
109
  };
110
+ 6A8F495314AC05470094EE00 /* xcconfig */ = {
111
+ isa = PBXGroup;
112
+ children = (
113
+ 6A8F495414AC05470094EE00 /* Common.xcconfig */,
114
+ 6A8F495514AC05470094EE00 /* Debug.xcconfig */,
115
+ 6A8F495614AC05470094EE00 /* Release.xcconfig */,
116
+ 6A8F495714AC05470094EE00 /* fsevent_watch.xcconfig */,
117
+ );
118
+ path = xcconfig;
119
+ sourceTree = "<group>";
120
+ };
90
121
  /* End PBXGroup section */
91
122
 
92
123
  /* Begin PBXNativeTarget section */
@@ -94,10 +125,12 @@
94
125
  isa = PBXNativeTarget;
95
126
  buildConfigurationList = 6A57F70C13F5E614000BE6A9 /* Build configuration list for PBXNativeTarget "fsevent_watch" */;
96
127
  buildPhases = (
128
+ 6A8F497D14AC134E0094EE00 /* plist */,
97
129
  6A57F6FB13F5E614000BE6A9 /* Sources */,
98
130
  6A57F6FC13F5E614000BE6A9 /* Frameworks */,
99
131
  );
100
132
  buildRules = (
133
+ 6A0B980414AA652A00952375 /* PBXBuildRule */,
101
134
  );
102
135
  dependencies = (
103
136
  );
@@ -132,6 +165,25 @@
132
165
  };
133
166
  /* End PBXProject section */
134
167
 
168
+ /* Begin PBXShellScriptBuildPhase section */
169
+ 6A8F497D14AC134E0094EE00 /* plist */ = {
170
+ isa = PBXShellScriptBuildPhase;
171
+ buildActionMask = 2147483647;
172
+ files = (
173
+ );
174
+ inputPaths = (
175
+ "$(SRCROOT)/Info.plist",
176
+ );
177
+ name = plist;
178
+ outputPaths = (
179
+ "$(DERIVED_FILE_DIR)/Info.plist",
180
+ );
181
+ runOnlyForDeploymentPostprocessing = 0;
182
+ shellPath = /bin/bash;
183
+ shellScript = "${CC:-cc} -E -P -x c -Wno-trigraphs -traditional -CC \\\n-DCURRENT_PROJECT_VERSION=\"${CURRENT_PROJECT_VERSION}\" \\\n-DGCC_VERSION=\"${GCC_VERSION}\" \\\n-DMACOSX_DEPLOYMENT_TARGET=\"${MACOSX_DEPLOYMENT_TARGET}\" \\\n-DMAC_OS_X_PRODUCT_BUILD_VERSION=\"${MAC_OS_X_PRODUCT_BUILD_VERSION}\" \\\n-DMAC_OS_X_VERSION_ACTUAL=\"${MAC_OS_X_VERSION_ACTUAL}\" \\\n-DOPTIMIZATION_LEVEL=\"${OPTIMIZATION_LEVEL}\" \\\n-DPLATFORM_PRODUCT_BUILD_VERSION=\"${PLATFORM_PRODUCT_BUILD_VERSION}\" \\\n-DSDK_NAME=\"${SDK_NAME}\" \\\n-DSDK_PRODUCT_BUILD_VERSION=\"${SDK_PRODUCT_BUILD_VERSION}\" \\\n-DVERSION_INFO_BUILDER=\"${VERSION_INFO_BUILDER}\" \\\n-DVERSION_INFO_STRING=\"${VERSION_INFO_STRING}\" \\\n-DXCODE_PRODUCT_BUILD_VERSION=\"${XCODE_PRODUCT_BUILD_VERSION}\" \\\n-DXCODE_VERSION_ACTUAL=\"${XCODE_VERSION_ACTUAL}\" \\\n\"${SRCROOT}/Info.plist\" \\\n-o \"${DERIVED_FILE_DIR}/Info.plist\"\n";
184
+ };
185
+ /* End PBXShellScriptBuildPhase section */
186
+
135
187
  /* Begin PBXSourcesBuildPhase section */
136
188
  6A57F6FB13F5E614000BE6A9 /* Sources */ = {
137
189
  isa = PBXSourcesBuildPhase;
@@ -149,151 +201,29 @@
149
201
  /* Begin XCBuildConfiguration section */
150
202
  6A57F70A13F5E614000BE6A9 /* Debug */ = {
151
203
  isa = XCBuildConfiguration;
204
+ baseConfigurationReference = 6A8F495514AC05470094EE00 /* Debug.xcconfig */;
152
205
  buildSettings = {
153
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
154
- CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
155
- CODE_SIGN_IDENTITY = "Mac Developer";
156
- COPY_PHASE_STRIP = NO;
157
- CURRENT_PROJECT_VERSION = 0.1.0;
158
- DEAD_CODE_STRIPPING = YES;
159
- DEBUG_INFORMATION_FORMAT = dwarf;
160
- GCC_C_LANGUAGE_STANDARD = gnu99;
161
- GCC_DYNAMIC_NO_PIC = NO;
162
- GCC_ENABLE_EXCEPTIONS = YES;
163
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
164
- GCC_ENABLE_OBJC_GC = unsupported;
165
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
166
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
167
- GCC_FAST_OBJC_DISPATCH = YES;
168
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
169
- GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
170
- GCC_OPTIMIZATION_LEVEL = 0;
171
- GCC_PREPROCESSOR_DEFINITIONS = (
172
- "PROJECT_VERSION=\"$(CURRENT_PROJECT_VERSION)\"",
173
- "DEBUG=1",
174
- "$(inherited)",
175
- );
176
- GCC_REUSE_STRINGS = YES;
177
- GCC_STRICT_ALIASING = NO;
178
- GCC_SYMBOLS_PRIVATE_EXTERN = YES;
179
- GCC_THREADSAFE_STATICS = YES;
180
- GCC_UNROLL_LOOPS = YES;
181
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
182
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
183
- GCC_WARN_ABOUT_GLOBAL_CONSTRUCTORS = NO;
184
- GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
185
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
186
- GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
187
- GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
188
- GCC_WARN_MISSING_PARENTHESES = YES;
189
- GCC_WARN_PEDANTIC = YES;
190
- GCC_WARN_SHADOW = YES;
191
- LD_NO_PIE = NO;
192
- LLVM_LTO = NO;
193
- "LLVM_LTO[arch=x86_64]" = YES;
194
- MACOSX_DEPLOYMENT_TARGET = 10.6;
195
- ONLY_ACTIVE_ARCH = NO;
196
- PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
197
- PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
198
- RUN_CLANG_STATIC_ANALYZER = YES;
199
- SDKROOT = "";
200
- STRIP_INSTALLED_PRODUCT = NO;
201
- VALID_ARCHS = "i386 x86_64";
202
- WARNING_CFLAGS = (
203
- "-pedantic",
204
- "-Wall",
205
- "-Wextra",
206
- "-Wpointer-arith",
207
- "-Wformat=2",
208
- "-Wfloat-equal",
209
- "-Wstrict-overflow=4",
210
- "-Wbad-function-cast",
211
- "-Winline",
212
- "-Wconversion",
213
- );
214
206
  };
215
207
  name = Debug;
216
208
  };
217
209
  6A57F70B13F5E614000BE6A9 /* Release */ = {
218
210
  isa = XCBuildConfiguration;
211
+ baseConfigurationReference = 6A8F495614AC05470094EE00 /* Release.xcconfig */;
219
212
  buildSettings = {
220
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
221
- CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
222
- CODE_SIGN_IDENTITY = "Mac Developer";
223
- COPY_PHASE_STRIP = YES;
224
- CURRENT_PROJECT_VERSION = 0.1.0;
225
- DEAD_CODE_STRIPPING = YES;
226
- DEBUG_INFORMATION_FORMAT = dwarf;
227
- GCC_C_LANGUAGE_STANDARD = gnu99;
228
- GCC_ENABLE_EXCEPTIONS = YES;
229
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
230
- GCC_ENABLE_OBJC_GC = unsupported;
231
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
232
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
233
- GCC_FAST_OBJC_DISPATCH = YES;
234
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
235
- GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
236
- GCC_PREPROCESSOR_DEFINITIONS = (
237
- "PROJECT_VERSION=\"$(CURRENT_PROJECT_VERSION)\"",
238
- "NDEBUG=1",
239
- );
240
- GCC_REUSE_STRINGS = YES;
241
- GCC_STRICT_ALIASING = NO;
242
- GCC_SYMBOLS_PRIVATE_EXTERN = YES;
243
- GCC_THREADSAFE_STATICS = YES;
244
- GCC_UNROLL_LOOPS = YES;
245
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
246
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
247
- GCC_WARN_ABOUT_GLOBAL_CONSTRUCTORS = NO;
248
- GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
249
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
250
- GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
251
- GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
252
- GCC_WARN_MISSING_PARENTHESES = YES;
253
- GCC_WARN_PEDANTIC = YES;
254
- GCC_WARN_SHADOW = YES;
255
- LD_NO_PIE = NO;
256
- LLVM_LTO = NO;
257
- "LLVM_LTO[arch=x86_64]" = YES;
258
- MACOSX_DEPLOYMENT_TARGET = 10.6;
259
- ONLY_ACTIVE_ARCH = NO;
260
- PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
261
- PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
262
- RUN_CLANG_STATIC_ANALYZER = YES;
263
- SDKROOT = "";
264
- VALID_ARCHS = "i386 x86_64";
265
213
  };
266
214
  name = Release;
267
215
  };
268
216
  6A57F70D13F5E614000BE6A9 /* Debug */ = {
269
217
  isa = XCBuildConfiguration;
218
+ baseConfigurationReference = 6A8F495714AC05470094EE00 /* fsevent_watch.xcconfig */;
270
219
  buildSettings = {
271
- INFOPLIST_FILE = Info.plist;
272
- INFOPLIST_PREPROCESS = YES;
273
- MACH_O_TYPE = mh_execute;
274
- OTHER_LDFLAGS = (
275
- "-sectcreate",
276
- __TEXT,
277
- __info_plist,
278
- Info.plist,
279
- );
280
- PRODUCT_NAME = "$(TARGET_NAME)";
281
220
  };
282
221
  name = Debug;
283
222
  };
284
223
  6A57F70E13F5E614000BE6A9 /* Release */ = {
285
224
  isa = XCBuildConfiguration;
225
+ baseConfigurationReference = 6A8F495714AC05470094EE00 /* fsevent_watch.xcconfig */;
286
226
  buildSettings = {
287
- INFOPLIST_FILE = Info.plist;
288
- INFOPLIST_PREPROCESS = YES;
289
- MACH_O_TYPE = mh_execute;
290
- OTHER_LDFLAGS = (
291
- "-sectcreate",
292
- __TEXT,
293
- __info_plist,
294
- Info.plist,
295
- );
296
- PRODUCT_NAME = "$(TARGET_NAME)";
297
227
  };
298
228
  name = Release;
299
229
  };
@@ -0,0 +1,82 @@
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
@@ -0,0 +1,19 @@
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)
@@ -0,0 +1,23 @@
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
@@ -0,0 +1,17 @@
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,3 +1,3 @@
1
1
  class FSEvent
2
- VERSION = "0.9.0.pre4"
2
+ VERSION = "0.9.0.pre5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb-fsevent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.pre4
4
+ version: 0.9.0.pre5
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-11-03 00:00:00.000000000 Z
13
+ date: 2011-12-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
17
- requirement: &70361254647680 !ruby/object:Gem::Requirement
17
+ requirement: &70151190252260 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: 1.0.10
23
23
  type: :development
24
24
  prerelease: false
25
- version_requirements: *70361254647680
25
+ version_requirements: *70151190252260
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rspec
28
- requirement: &70361254647180 !ruby/object:Gem::Requirement
28
+ requirement: &70151190251560 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ~>
@@ -33,10 +33,10 @@ dependencies:
33
33
  version: 2.5.0
34
34
  type: :development
35
35
  prerelease: false
36
- version_requirements: *70361254647180
36
+ version_requirements: *70151190251560
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: guard-rspec
39
- requirement: &70361254646720 !ruby/object:Gem::Requirement
39
+ requirement: &70151190250840 !ruby/object:Gem::Requirement
40
40
  none: false
41
41
  requirements:
42
42
  - - ~>
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: 0.1.9
45
45
  type: :development
46
46
  prerelease: false
47
- version_requirements: *70361254646720
47
+ version_requirements: *70151190250840
48
48
  description: FSEvents API with Signals catching (without RubyCocoa)
49
49
  email:
50
50
  - thibaud@thibaud.me
@@ -57,17 +57,21 @@ files:
57
57
  - lib/rb-fsevent/fsevent.rb
58
58
  - lib/rb-fsevent/version.rb
59
59
  - lib/rb-fsevent.rb
60
+ - ext/fsevent_watch/Info.plist
61
+ - ext/fsevent_watch/LICENSE
62
+ - ext/fsevent_watch/fsevent_watch/TSICTString.c
63
+ - ext/fsevent_watch/fsevent_watch/TSICTString.h
60
64
  - ext/fsevent_watch/fsevent_watch/cli.c
61
65
  - ext/fsevent_watch/fsevent_watch/cli.h
62
66
  - ext/fsevent_watch/fsevent_watch/common.h
63
67
  - ext/fsevent_watch/fsevent_watch/compat.c
64
68
  - ext/fsevent_watch/fsevent_watch/compat.h
65
69
  - ext/fsevent_watch/fsevent_watch/main.c
66
- - ext/fsevent_watch/fsevent_watch/TSICTString.c
67
- - ext/fsevent_watch/fsevent_watch/TSICTString.h
68
70
  - ext/fsevent_watch/fsevent_watch.xcodeproj/project.pbxproj
69
- - ext/fsevent_watch/Info.plist
70
- - ext/fsevent_watch/LICENSE
71
+ - ext/fsevent_watch/xcconfig/Common.xcconfig
72
+ - ext/fsevent_watch/xcconfig/Debug.xcconfig
73
+ - ext/fsevent_watch/xcconfig/Release.xcconfig
74
+ - ext/fsevent_watch/xcconfig/fsevent_watch.xcconfig
71
75
  - ext/rakefile.rb
72
76
  - ext/rb-fsevent.xcconfig
73
77
  - LICENSE
@@ -92,9 +96,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
96
  version: 1.3.1
93
97
  requirements: []
94
98
  rubyforge_project: rb-fsevent
95
- rubygems_version: 1.8.11
99
+ rubygems_version: 1.8.13
96
100
  signing_key:
97
101
  specification_version: 3
98
102
  summary: Very simple & usable FSEvents API
99
103
  test_files: []
100
- has_rdoc: