File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <key >CFBundleExecutable </key >
88 <string >$(EXECUTABLE_NAME) </string >
99 <key >CFBundleIdentifier </key >
10- <string >net.pol-online.$(PRODUCT_NAME:rfc1034identifier) </string >
10+ <string >${PRODUCT_BUNDLE_IDENTIFIER} </string >
1111 <key >CFBundleInfoDictionaryVersion </key >
1212 <string >6.0 </string >
1313 <key >CFBundleName </key >
1414 <string >$(PRODUCT_NAME) </string >
1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
17+ <key >CFBundleShortVersionString </key >
18+ <string >${BUNDLE_VERSION_STRING} </string >
1719</dict >
1820</plist >
Original file line number Diff line number Diff line change 816816 1DEB928A08733DD80010E9CD /* Debug */ = {
817817 isa = XCBuildConfiguration;
818818 buildSettings = {
819+ BUNDLE_VERSION_STRING = 3.2.6;
819820 CLANG_ENABLE_OBJC_ARC = YES;
820821 ENABLE_STRICT_OBJC_MSGSEND = YES;
821822 GCC_OPTIMIZATION_LEVEL = 0;
822823 GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
823824 GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;
824825 HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
825826 ONLY_ACTIVE_ARCH = YES;
827+ PRODUCT_BUNDLE_IDENTIFIER = "net.pol-online.GCDWebServers";
826828 WARNING_CFLAGS = (
827829 "-Wall",
828830 "-Weverything",
851853 1DEB928B08733DD80010E9CD /* Release */ = {
852854 isa = XCBuildConfiguration;
853855 buildSettings = {
856+ BUNDLE_VERSION_STRING = 3.2.6;
854857 CLANG_ENABLE_OBJC_ARC = YES;
855858 ENABLE_STRICT_OBJC_MSGSEND = YES;
856859 GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_ENABLE_TESTING__;
857860 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
858861 HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
862+ PRODUCT_BUNDLE_IDENTIFIER = "net.pol-online.GCDWebServers";
859863 WARNING_CFLAGS = "-Wall";
860864 };
861865 name = Release;
You can’t perform that action at this time.
0 commit comments