Skip to content

Commit 3a2c204

Browse files
Set CURRENT_PROJECT_VERSION to 1
1 parent 9c90a6a commit 3a2c204

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

XCoordinator.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
name = Products;
574574
sourceTree = BUILT_PRODUCTS_DIR;
575575
};
576-
OBJ_5 /* */ = {
576+
OBJ_5 = {
577577
isa = PBXGroup;
578578
children = (
579579
OBJ_6 /* Package.swift */,
@@ -588,7 +588,6 @@
588588
OBJ_237 /* LICENSE */,
589589
OBJ_238 /* README.md */,
590590
);
591-
name = "";
592591
sourceTree = "<group>";
593592
};
594593
OBJ_54 /* XCoordinatorCombine */ = {
@@ -1042,7 +1041,7 @@
10421041
knownRegions = (
10431042
en,
10441043
);
1045-
mainGroup = OBJ_5 /* */;
1044+
mainGroup = OBJ_5;
10461045
productRefGroup = OBJ_227 /* Products */;
10471046
projectDirPath = "";
10481047
projectRoot = "";
@@ -1438,6 +1437,7 @@
14381437
CLANG_ENABLE_OBJC_ARC = YES;
14391438
COMBINE_HIDPI_IMAGES = YES;
14401439
COPY_PHASE_STRIP = NO;
1440+
CURRENT_PROJECT_VERSION = 1;
14411441
DEBUG_INFORMATION_FORMAT = dwarf;
14421442
DYLIB_INSTALL_NAME_BASE = "@rpath";
14431443
ENABLE_NS_ASSERTIONS = YES;
@@ -1483,6 +1483,7 @@
14831483
CLANG_ENABLE_OBJC_ARC = YES;
14841484
COMBINE_HIDPI_IMAGES = YES;
14851485
COPY_PHASE_STRIP = YES;
1486+
CURRENT_PROJECT_VERSION = 1;
14861487
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14871488
DYLIB_INSTALL_NAME_BASE = "@rpath";
14881489
GCC_OPTIMIZATION_LEVEL = s;

0 commit comments

Comments
 (0)