|
27 | 27 | 168EC2412912060700781DDC /* ImporterPlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImporterPlugin.swift; sourceTree = "<group>"; }; |
28 | 28 | 168EC2432912060C00781DDC /* UUIDs.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UUIDs.swift; sourceTree = "<group>"; }; |
29 | 29 | 168EC2452912061100781DDC /* importMCAPAttributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = importMCAPAttributes.swift; sourceTree = "<group>"; }; |
| 30 | + 168EC24F2912F29900781DDC /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; |
30 | 31 | /* End PBXFileReference section */ |
31 | 32 |
|
32 | 33 | /* Begin PBXFrameworksBuildPhase section */ |
|
69 | 70 | 168EC2412912060700781DDC /* ImporterPlugin.swift */, |
70 | 71 | 168EC2452912061100781DDC /* importMCAPAttributes.swift */, |
71 | 72 | 168EC2432912060C00781DDC /* UUIDs.swift */, |
| 73 | + 168EC24F2912F29900781DDC /* Config.xcconfig */, |
72 | 74 | ); |
73 | 75 | path = MCAPSpotlightImporter; |
74 | 76 | sourceTree = "<group>"; |
|
189 | 191 | /* Begin XCBuildConfiguration section */ |
190 | 192 | 168EC22C291202E400781DDC /* Debug */ = { |
191 | 193 | isa = XCBuildConfiguration; |
| 194 | + baseConfigurationReference = 168EC24F2912F29900781DDC /* Config.xcconfig */; |
192 | 195 | buildSettings = { |
193 | 196 | ALWAYS_SEARCH_USER_PATHS = NO; |
194 | 197 | CLANG_ANALYZER_NONNULL = YES; |
|
247 | 250 | }; |
248 | 251 | 168EC22D291202E400781DDC /* Release */ = { |
249 | 252 | isa = XCBuildConfiguration; |
| 253 | + baseConfigurationReference = 168EC24F2912F29900781DDC /* Config.xcconfig */; |
250 | 254 | buildSettings = { |
251 | 255 | ALWAYS_SEARCH_USER_PATHS = NO; |
252 | 256 | CLANG_ANALYZER_NONNULL = YES; |
|
298 | 302 | }; |
299 | 303 | 168EC22F291202E400781DDC /* Debug */ = { |
300 | 304 | isa = XCBuildConfiguration; |
| 305 | + baseConfigurationReference = 168EC24F2912F29900781DDC /* Config.xcconfig */; |
301 | 306 | buildSettings = { |
302 | 307 | CLANG_ENABLE_MODULES = YES; |
303 | 308 | CODE_SIGN_STYLE = Manual; |
304 | 309 | COMBINE_HIDPI_IMAGES = YES; |
305 | | - CURRENT_PROJECT_VERSION = 1; |
306 | 310 | DEVELOPMENT_TEAM = ""; |
307 | 311 | "DEVELOPMENT_TEAM[sdk=macosx*]" = ""; |
308 | 312 | GENERATE_INFOPLIST_FILE = YES; |
|
318 | 322 | "@loader_path/../Frameworks", |
319 | 323 | ); |
320 | 324 | MACOSX_DEPLOYMENT_TARGET = 11.0; |
321 | | - MARKETING_VERSION = 1.0; |
322 | 325 | PRODUCT_BUNDLE_IDENTIFIER = "dev.foxglove.studio.mcap-mdimporter"; |
323 | 326 | PRODUCT_NAME = "$(TARGET_NAME)"; |
324 | 327 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
332 | 335 | }; |
333 | 336 | 168EC230291202E400781DDC /* Release */ = { |
334 | 337 | isa = XCBuildConfiguration; |
| 338 | + baseConfigurationReference = 168EC24F2912F29900781DDC /* Config.xcconfig */; |
335 | 339 | buildSettings = { |
336 | 340 | CLANG_ENABLE_MODULES = YES; |
337 | 341 | CODE_SIGN_STYLE = Manual; |
338 | 342 | COMBINE_HIDPI_IMAGES = YES; |
339 | | - CURRENT_PROJECT_VERSION = 1; |
340 | 343 | DEVELOPMENT_TEAM = ""; |
341 | 344 | "DEVELOPMENT_TEAM[sdk=macosx*]" = ""; |
342 | 345 | GENERATE_INFOPLIST_FILE = YES; |
|
352 | 355 | "@loader_path/../Frameworks", |
353 | 356 | ); |
354 | 357 | MACOSX_DEPLOYMENT_TARGET = 11.0; |
355 | | - MARKETING_VERSION = 1.0; |
356 | 358 | PRODUCT_BUNDLE_IDENTIFIER = "dev.foxglove.studio.mcap-mdimporter"; |
357 | 359 | PRODUCT_NAME = "$(TARGET_NAME)"; |
358 | 360 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments