Skip to content

Commit b8b4a35

Browse files
committed
Add version to framework Info.plist
1 parent ecc572a commit b8b4a35

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Frameworks/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
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>

GCDWebServer.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,13 +816,15 @@
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",
@@ -851,11 +853,13 @@
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;

0 commit comments

Comments
 (0)