Skip to content

Commit 695e05e

Browse files
committed
Merge pull request sparkle-project#520 from ProsoftEngineering/xcode-63-update
Xcode 6.3 update
2 parents 3de3b11 + b9a8adb commit 695e05e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Configurations/ConfigCommon.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ GCC_WARN_UNUSED_VARIABLE = YES
7474
WARNING_CFLAGS_EXTRA = -Wno-custom-atomic-properties -Wno-implicit-atomic-properties
7575

7676
// Turn on all warnings, then disable a few which are almost impossible to avoid
77-
WARNING_CFLAGS = -Wall -Weverything -Wno-empty-translation-unit -Wno-unused-macros -Wno-gnu-statement-expression -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-auto-import $(WARNING_CFLAGS_EXTRA)
77+
WARNING_CFLAGS = -Wall -Weverything -Wno-empty-translation-unit -Wno-unused-macros -Wno-gnu-statement-expression -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-auto-import -Wno-cstring-format-directive $(WARNING_CFLAGS_EXTRA)

Sparkle.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@
11731173
isa = PBXProject;
11741174
attributes = {
11751175
CLASSPREFIX = SU;
1176-
LastUpgradeCheck = 0610;
1176+
LastUpgradeCheck = 0630;
11771177
ORGANIZATIONNAME = "Sparkle Project";
11781178
TargetAttributes = {
11791179
612279D80DB5470200AB99EA = {

Sparkle.xcodeproj/xcshareddata/xcschemes/Distribution.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0610"
3+
LastUpgradeVersion = "0630"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Sparkle.xcodeproj/xcshareddata/xcschemes/Sparkle.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0610"
3+
LastUpgradeVersion = "0630"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)