Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit e9c9a66

Browse files
committed
Update Xcode settings, bump version number.
1 parent ece9597 commit e9c9a66

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<key>CFBundleName</key>
3535
<string>${PRODUCT_NAME}</string>
3636
<key>CFBundleShortVersionString</key>
37-
<string>2</string>
37+
<string>3</string>
3838
<key>CFBundleVersion</key>
39-
<string>2.1</string>
39+
<string>2.2</string>
4040
<key>CFPlugInDynamicRegisterFunction</key>
4141
<string></string>
4242
<key>CFPlugInDynamicRegistration</key>

WebP.xcodeproj/project.pbxproj

+9-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 45;
6+
objectVersion = 46;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -147,8 +147,11 @@
147147
/* Begin PBXProject section */
148148
089C1669FE841209C02AAC07 /* Project object */ = {
149149
isa = PBXProject;
150+
attributes = {
151+
LastUpgradeCheck = 0600;
152+
};
150153
buildConfigurationList = 2CA326220896AD4900168862 /* Build configuration list for PBXProject "WebP" */;
151-
compatibilityVersion = "Xcode 3.1";
154+
compatibilityVersion = "Xcode 3.2";
152155
developmentRegion = English;
153156
hasScannedForEncodings = 1;
154157
knownRegions = (
@@ -217,6 +220,7 @@
217220
isa = XCBuildConfiguration;
218221
buildSettings = {
219222
CODE_SIGN_IDENTITY = "Developer ID Application: Dmitry Chestnykh";
223+
COMBINE_HIDPI_IMAGES = YES;
220224
COPY_PHASE_STRIP = NO;
221225
GCC_DYNAMIC_NO_PIC = NO;
222226
GCC_ENABLE_FIX_AND_CONTINUE = YES;
@@ -239,6 +243,7 @@
239243
isa = XCBuildConfiguration;
240244
buildSettings = {
241245
CODE_SIGN_IDENTITY = "Developer ID Application: Dmitry Chestnykh";
246+
COMBINE_HIDPI_IMAGES = YES;
242247
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
243248
GCC_MODEL_TUNING = G5;
244249
GCC_OPTIMIZATION_LEVEL = 3;
@@ -258,27 +263,25 @@
258263
2CA326230896AD4900168862 /* Debug */ = {
259264
isa = XCBuildConfiguration;
260265
buildSettings = {
261-
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
262266
GCC_C_LANGUAGE_STANDARD = gnu99;
263267
GCC_WARN_ABOUT_RETURN_TYPE = YES;
264268
GCC_WARN_UNUSED_VARIABLE = YES;
265269
HEADER_SEARCH_PATHS = ./include;
266270
ONLY_ACTIVE_ARCH = YES;
267271
PREBINDING = NO;
268-
SDKROOT = macosx10.7;
272+
SDKROOT = macosx;
269273
};
270274
name = Debug;
271275
};
272276
2CA326240896AD4900168862 /* Release */ = {
273277
isa = XCBuildConfiguration;
274278
buildSettings = {
275-
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
276279
GCC_C_LANGUAGE_STANDARD = gnu99;
277280
GCC_WARN_ABOUT_RETURN_TYPE = YES;
278281
GCC_WARN_UNUSED_VARIABLE = YES;
279282
HEADER_SEARCH_PATHS = ./include;
280283
PREBINDING = NO;
281-
SDKROOT = macosx10.7;
284+
SDKROOT = macosx;
282285
VALID_ARCHS = "i386 x86_64";
283286
};
284287
name = Release;

0 commit comments

Comments
 (0)