Skip to content

Commit

Permalink
Set CURRENT_PROJECT_VERSION to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Oct 15, 2019
1 parent 9c90a6a commit 3a2c204
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions XCoordinator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
};
OBJ_5 /* */ = {
OBJ_5 = {
isa = PBXGroup;
children = (
OBJ_6 /* Package.swift */,
Expand All @@ -588,7 +588,6 @@
OBJ_237 /* LICENSE */,
OBJ_238 /* README.md */,
);
name = "";
sourceTree = "<group>";
};
OBJ_54 /* XCoordinatorCombine */ = {
Expand Down Expand Up @@ -1042,7 +1041,7 @@
knownRegions = (
en,
);
mainGroup = OBJ_5 /* */;
mainGroup = OBJ_5;
productRefGroup = OBJ_227 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -1438,6 +1437,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
Expand Down Expand Up @@ -1483,6 +1483,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_OPTIMIZATION_LEVEL = s;
Expand Down

0 comments on commit 3a2c204

Please sign in to comment.