Skip to content

Commit 5cec5ce

Browse files
committed
Add xcconfig to manage version number, bump to 1.0.1
1 parent 3437334 commit 5cec5ce

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

MCAPSpotlightImporter.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
168EC2412912060700781DDC /* ImporterPlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImporterPlugin.swift; sourceTree = "<group>"; };
2828
168EC2432912060C00781DDC /* UUIDs.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UUIDs.swift; sourceTree = "<group>"; };
2929
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>"; };
3031
/* End PBXFileReference section */
3132

3233
/* Begin PBXFrameworksBuildPhase section */
@@ -69,6 +70,7 @@
6970
168EC2412912060700781DDC /* ImporterPlugin.swift */,
7071
168EC2452912061100781DDC /* importMCAPAttributes.swift */,
7172
168EC2432912060C00781DDC /* UUIDs.swift */,
73+
168EC24F2912F29900781DDC /* Config.xcconfig */,
7274
);
7375
path = MCAPSpotlightImporter;
7476
sourceTree = "<group>";
@@ -189,6 +191,7 @@
189191
/* Begin XCBuildConfiguration section */
190192
168EC22C291202E400781DDC /* Debug */ = {
191193
isa = XCBuildConfiguration;
194+
baseConfigurationReference = 168EC24F2912F29900781DDC /* Config.xcconfig */;
192195
buildSettings = {
193196
ALWAYS_SEARCH_USER_PATHS = NO;
194197
CLANG_ANALYZER_NONNULL = YES;
@@ -247,6 +250,7 @@
247250
};
248251
168EC22D291202E400781DDC /* Release */ = {
249252
isa = XCBuildConfiguration;
253+
baseConfigurationReference = 168EC24F2912F29900781DDC /* Config.xcconfig */;
250254
buildSettings = {
251255
ALWAYS_SEARCH_USER_PATHS = NO;
252256
CLANG_ANALYZER_NONNULL = YES;
@@ -298,11 +302,11 @@
298302
};
299303
168EC22F291202E400781DDC /* Debug */ = {
300304
isa = XCBuildConfiguration;
305+
baseConfigurationReference = 168EC24F2912F29900781DDC /* Config.xcconfig */;
301306
buildSettings = {
302307
CLANG_ENABLE_MODULES = YES;
303308
CODE_SIGN_STYLE = Manual;
304309
COMBINE_HIDPI_IMAGES = YES;
305-
CURRENT_PROJECT_VERSION = 1;
306310
DEVELOPMENT_TEAM = "";
307311
"DEVELOPMENT_TEAM[sdk=macosx*]" = "";
308312
GENERATE_INFOPLIST_FILE = YES;
@@ -318,7 +322,6 @@
318322
"@loader_path/../Frameworks",
319323
);
320324
MACOSX_DEPLOYMENT_TARGET = 11.0;
321-
MARKETING_VERSION = 1.0;
322325
PRODUCT_BUNDLE_IDENTIFIER = "dev.foxglove.studio.mcap-mdimporter";
323326
PRODUCT_NAME = "$(TARGET_NAME)";
324327
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -332,11 +335,11 @@
332335
};
333336
168EC230291202E400781DDC /* Release */ = {
334337
isa = XCBuildConfiguration;
338+
baseConfigurationReference = 168EC24F2912F29900781DDC /* Config.xcconfig */;
335339
buildSettings = {
336340
CLANG_ENABLE_MODULES = YES;
337341
CODE_SIGN_STYLE = Manual;
338342
COMBINE_HIDPI_IMAGES = YES;
339-
CURRENT_PROJECT_VERSION = 1;
340343
DEVELOPMENT_TEAM = "";
341344
"DEVELOPMENT_TEAM[sdk=macosx*]" = "";
342345
GENERATE_INFOPLIST_FILE = YES;
@@ -352,7 +355,6 @@
352355
"@loader_path/../Frameworks",
353356
);
354357
MACOSX_DEPLOYMENT_TARGET = 11.0;
355-
MARKETING_VERSION = 1.0;
356358
PRODUCT_BUNDLE_IDENTIFIER = "dev.foxglove.studio.mcap-mdimporter";
357359
PRODUCT_NAME = "$(TARGET_NAME)";
358360
PROVISIONING_PROFILE_SPECIFIER = "";
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CURRENT_PROJECT_VERSION = 2
2+
MARKETING_VERSION = 1.0.1

0 commit comments

Comments
 (0)