Skip to content

Commit

Permalink
wPackage's product name is renamed to "wpmPackageInit"
Browse files Browse the repository at this point in the history
  • Loading branch information
prophecy committed Jul 5, 2017
1 parent 5396df0 commit 4940c94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/wPackage/wPackage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
BDED167E1F0A442500463DC1 /* wPackage */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = wPackage; sourceTree = BUILT_PRODUCTS_DIR; };
BDED167E1F0A442500463DC1 /* wpmPackageInit */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = wpmPackageInit; sourceTree = BUILT_PRODUCTS_DIR; };
BDED16811F0A442500463DC1 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
BDED16891F0A5ABD00463DC1 /* allocators.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = allocators.h; sourceTree = "<group>"; };
BDED168A1F0A5ABD00463DC1 /* document.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = document.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -82,7 +82,7 @@
BDED167F1F0A442500463DC1 /* Products */ = {
isa = PBXGroup;
children = (
BDED167E1F0A442500463DC1 /* wPackage */,
BDED167E1F0A442500463DC1 /* wpmPackageInit */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -174,7 +174,7 @@
);
name = wPackage;
productName = wPackage;
productReference = BDED167E1F0A442500463DC1 /* wPackage */;
productReference = BDED167E1F0A442500463DC1 /* wpmPackageInit */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -314,15 +314,15 @@
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = E6PVN52L39;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = wpmPackageInit;
};
name = Debug;
};
BDED16871F0A442500463DC1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = E6PVN52L39;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = wpmPackageInit;
};
name = Release;
};
Expand Down

0 comments on commit 4940c94

Please sign in to comment.