Skip to content

Commit 5b1ccfd

Browse files
committed
[FIX] Format string warnings novastone-media#374
[FIX] Xcode9 warnings [FIX] Cocoalumberjack upgrade
1 parent 83841e8 commit 5b1ccfd

18 files changed

+131
-52
lines changed

MQTTClient/MQTTClient.xcodeproj/project.pbxproj

Lines changed: 72 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,18 +1309,22 @@
13091309
isa = PBXProject;
13101310
attributes = {
13111311
LastSwiftUpdateCheck = 0710;
1312-
LastUpgradeCheck = 0800;
1312+
LastUpgradeCheck = 0900;
13131313
ORGANIZATIONNAME = "Christoph Krey";
13141314
TargetAttributes = {
13151315
8404875D1C51212600569C79 = {
13161316
CreatedOnToolsVersion = 7.2;
13171317
};
13181318
840716311BBEF13A00FBB3CB = {
13191319
CreatedOnToolsVersion = 7.1;
1320-
LastSwiftMigration = 0800;
1320+
LastSwiftMigration = 0900;
13211321
};
13221322
8425D7001BBE8D3D005AD733 = {
13231323
CreatedOnToolsVersion = 7.1;
1324+
LastSwiftMigration = 0900;
1325+
};
1326+
846191391883E56800101409 = {
1327+
LastSwiftMigration = 0900;
13241328
};
13251329
DE9EF5C41C0628B1009EF667 = {
13261330
CreatedOnToolsVersion = 7.0.1;
@@ -1506,9 +1510,16 @@
15061510
files = (
15071511
);
15081512
inputPaths = (
1513+
"${SRCROOT}/Pods/Target Support Files/Pods-MQTTClientTVTests/Pods-MQTTClientTVTests-frameworks.sh",
1514+
"${BUILT_PRODUCTS_DIR}/CocoaLumberjack-tvOS/CocoaLumberjack.framework",
1515+
"${BUILT_PRODUCTS_DIR}/MQTTClient-ManagerL-MinL-WebsocketL-tvOS/MQTTClient.framework",
1516+
"${BUILT_PRODUCTS_DIR}/SocketRocket-tvOS/SocketRocket.framework",
15091517
);
15101518
name = "[CP] Embed Pods Frameworks";
15111519
outputPaths = (
1520+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CocoaLumberjack.framework",
1521+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MQTTClient.framework",
1522+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SocketRocket.framework",
15121523
);
15131524
runOnlyForDeploymentPostprocessing = 0;
15141525
shellPath = /bin/sh;
@@ -1521,13 +1532,16 @@
15211532
files = (
15221533
);
15231534
inputPaths = (
1535+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
1536+
"${PODS_ROOT}/Manifest.lock",
15241537
);
15251538
name = "[CP] Check Pods Manifest.lock";
15261539
outputPaths = (
1540+
"$(DERIVED_FILE_DIR)/Pods-MQTTClientOSXTests-checkManifestLockResult.txt",
15271541
);
15281542
runOnlyForDeploymentPostprocessing = 0;
15291543
shellPath = /bin/sh;
1530-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
1544+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
15311545
showEnvVarsInLog = 0;
15321546
};
15331547
4FDDA8E069DB09D8AA6752F5 /* [CP] Embed Pods Frameworks */ = {
@@ -1536,9 +1550,16 @@
15361550
files = (
15371551
);
15381552
inputPaths = (
1553+
"${SRCROOT}/Pods/Target Support Files/Pods-MQTTClientTests/Pods-MQTTClientTests-frameworks.sh",
1554+
"${BUILT_PRODUCTS_DIR}/CocoaLumberjack-iOS/CocoaLumberjack.framework",
1555+
"${BUILT_PRODUCTS_DIR}/MQTTClient-ManagerL-MinL-WebsocketL-iOS/MQTTClient.framework",
1556+
"${BUILT_PRODUCTS_DIR}/SocketRocket-iOS/SocketRocket.framework",
15391557
);
15401558
name = "[CP] Embed Pods Frameworks";
15411559
outputPaths = (
1560+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CocoaLumberjack.framework",
1561+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MQTTClient.framework",
1562+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SocketRocket.framework",
15421563
);
15431564
runOnlyForDeploymentPostprocessing = 0;
15441565
shellPath = /bin/sh;
@@ -1551,13 +1572,16 @@
15511572
files = (
15521573
);
15531574
inputPaths = (
1575+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
1576+
"${PODS_ROOT}/Manifest.lock",
15541577
);
15551578
name = "[CP] Check Pods Manifest.lock";
15561579
outputPaths = (
1580+
"$(DERIVED_FILE_DIR)/Pods-MQTTClientTests-checkManifestLockResult.txt",
15571581
);
15581582
runOnlyForDeploymentPostprocessing = 0;
15591583
shellPath = /bin/sh;
1560-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
1584+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
15611585
showEnvVarsInLog = 0;
15621586
};
15631587
840D3CF11F28A7C20072019B /* [CP] Check Pods Manifest.lock */ = {
@@ -1566,13 +1590,16 @@
15661590
files = (
15671591
);
15681592
inputPaths = (
1593+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
1594+
"${PODS_ROOT}/Manifest.lock",
15691595
);
15701596
name = "[CP] Check Pods Manifest.lock";
15711597
outputPaths = (
1598+
"$(DERIVED_FILE_DIR)/Pods-MQTTClientOSXTestsNOLumberjack-checkManifestLockResult.txt",
15721599
);
15731600
runOnlyForDeploymentPostprocessing = 0;
15741601
shellPath = /bin/sh;
1575-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
1602+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
15761603
showEnvVarsInLog = 0;
15771604
};
15781605
840D3D2C1F28A7C20072019B /* [CP] Embed Pods Frameworks */ = {
@@ -1581,9 +1608,14 @@
15811608
files = (
15821609
);
15831610
inputPaths = (
1611+
"${SRCROOT}/Pods/Target Support Files/Pods-MQTTClientOSXTestsNOLumberjack/Pods-MQTTClientOSXTestsNOLumberjack-frameworks.sh",
1612+
"${BUILT_PRODUCTS_DIR}/MQTTClient-Manager-Min-Websocket/MQTTClient.framework",
1613+
"${BUILT_PRODUCTS_DIR}/SocketRocket-macOS/SocketRocket.framework",
15841614
);
15851615
name = "[CP] Embed Pods Frameworks";
15861616
outputPaths = (
1617+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MQTTClient.framework",
1618+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SocketRocket.framework",
15871619
);
15881620
runOnlyForDeploymentPostprocessing = 0;
15891621
shellPath = /bin/sh;
@@ -1641,13 +1673,16 @@
16411673
files = (
16421674
);
16431675
inputPaths = (
1676+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
1677+
"${PODS_ROOT}/Manifest.lock",
16441678
);
16451679
name = "[CP] Check Pods Manifest.lock";
16461680
outputPaths = (
1681+
"$(DERIVED_FILE_DIR)/Pods-MQTTClientTVTests-checkManifestLockResult.txt",
16471682
);
16481683
runOnlyForDeploymentPostprocessing = 0;
16491684
shellPath = /bin/sh;
1650-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
1685+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
16511686
showEnvVarsInLog = 0;
16521687
};
16531688
FCD05701E6A805296E8D37CD /* [CP] Embed Pods Frameworks */ = {
@@ -1656,9 +1691,16 @@
16561691
files = (
16571692
);
16581693
inputPaths = (
1694+
"${SRCROOT}/Pods/Target Support Files/Pods-MQTTClientOSXTests/Pods-MQTTClientOSXTests-frameworks.sh",
1695+
"${BUILT_PRODUCTS_DIR}/CocoaLumberjack-macOS/CocoaLumberjack.framework",
1696+
"${BUILT_PRODUCTS_DIR}/MQTTClient-ManagerL-MinL-WebsocketL-macOS/MQTTClient.framework",
1697+
"${BUILT_PRODUCTS_DIR}/SocketRocket-macOS/SocketRocket.framework",
16591698
);
16601699
name = "[CP] Embed Pods Frameworks";
16611700
outputPaths = (
1701+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CocoaLumberjack.framework",
1702+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MQTTClient.framework",
1703+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SocketRocket.framework",
16621704
);
16631705
runOnlyForDeploymentPostprocessing = 0;
16641706
shellPath = /bin/sh;
@@ -1939,7 +1981,8 @@
19391981
SDKROOT = macosx;
19401982
SUPPORTED_PLATFORMS = macosx;
19411983
SWIFT_OBJC_BRIDGING_HEADER = "MQTTClientTests/MQTTClientTests-Bridging-Header.h";
1942-
SWIFT_VERSION = 3.0;
1984+
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
1985+
SWIFT_VERSION = 4.0;
19431986
};
19441987
name = Debug;
19451988
};
@@ -1976,7 +2019,8 @@
19762019
SDKROOT = macosx;
19772020
SUPPORTED_PLATFORMS = macosx;
19782021
SWIFT_OBJC_BRIDGING_HEADER = "MQTTClientTests/MQTTClientTests-Bridging-Header.h";
1979-
SWIFT_VERSION = 3.0;
2022+
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
2023+
SWIFT_VERSION = 4.0;
19802024
};
19812025
name = Release;
19822026
};
@@ -2065,7 +2109,8 @@
20652109
SDKROOT = appletvos;
20662110
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
20672111
SWIFT_OBJC_BRIDGING_HEADER = "MQTTClientTests/MQTTClientTests-Bridging-Header.h";
2068-
SWIFT_VERSION = 3.0;
2112+
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
2113+
SWIFT_VERSION = 4.0;
20692114
TVOS_DEPLOYMENT_TARGET = 9.0;
20702115
};
20712116
name = Debug;
@@ -2100,7 +2145,8 @@
21002145
SDKROOT = appletvos;
21012146
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
21022147
SWIFT_OBJC_BRIDGING_HEADER = "MQTTClientTests/MQTTClientTests-Bridging-Header.h";
2103-
SWIFT_VERSION = 3.0;
2148+
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
2149+
SWIFT_VERSION = 4.0;
21042150
TVOS_DEPLOYMENT_TARGET = 9.0;
21052151
};
21062152
name = Release;
@@ -2113,14 +2159,20 @@
21132159
CLANG_CXX_LIBRARY = "libc++";
21142160
CLANG_ENABLE_MODULES = YES;
21152161
CLANG_ENABLE_OBJC_ARC = YES;
2162+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
21162163
CLANG_WARN_BOOL_CONVERSION = YES;
2164+
CLANG_WARN_COMMA = YES;
21172165
CLANG_WARN_CONSTANT_CONVERSION = YES;
21182166
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
21192167
CLANG_WARN_EMPTY_BODY = YES;
21202168
CLANG_WARN_ENUM_CONVERSION = YES;
21212169
CLANG_WARN_INFINITE_RECURSION = YES;
21222170
CLANG_WARN_INT_CONVERSION = YES;
2171+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
2172+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
21232173
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2174+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
2175+
CLANG_WARN_STRICT_PROTOTYPES = YES;
21242176
CLANG_WARN_SUSPICIOUS_MOVE = YES;
21252177
CLANG_WARN_UNREACHABLE_CODE = YES;
21262178
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
@@ -2157,14 +2209,20 @@
21572209
CLANG_CXX_LIBRARY = "libc++";
21582210
CLANG_ENABLE_MODULES = YES;
21592211
CLANG_ENABLE_OBJC_ARC = YES;
2212+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
21602213
CLANG_WARN_BOOL_CONVERSION = YES;
2214+
CLANG_WARN_COMMA = YES;
21612215
CLANG_WARN_CONSTANT_CONVERSION = YES;
21622216
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
21632217
CLANG_WARN_EMPTY_BODY = YES;
21642218
CLANG_WARN_ENUM_CONVERSION = YES;
21652219
CLANG_WARN_INFINITE_RECURSION = YES;
21662220
CLANG_WARN_INT_CONVERSION = YES;
2221+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
2222+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
21672223
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2224+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
2225+
CLANG_WARN_STRICT_PROTOTYPES = YES;
21682226
CLANG_WARN_SUSPICIOUS_MOVE = YES;
21692227
CLANG_WARN_UNREACHABLE_CODE = YES;
21702228
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
@@ -2216,7 +2274,8 @@
22162274
PRODUCT_NAME = "$(TARGET_NAME)";
22172275
SWIFT_OBJC_BRIDGING_HEADER = "MQTTClientTests/MQTTClientTests-Bridging-Header.h";
22182276
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2219-
SWIFT_VERSION = 3.0;
2277+
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
2278+
SWIFT_VERSION = 4.0;
22202279
WRAPPER_EXTENSION = xctest;
22212280
};
22222281
name = Debug;
@@ -2249,7 +2308,8 @@
22492308
PRODUCT_BUNDLE_IDENTIFIER = "com.gmail.cky6201.${PRODUCT_NAME:rfc1034identifier}";
22502309
PRODUCT_NAME = "$(TARGET_NAME)";
22512310
SWIFT_OBJC_BRIDGING_HEADER = "MQTTClientTests/MQTTClientTests-Bridging-Header.h";
2252-
SWIFT_VERSION = 3.0;
2311+
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
2312+
SWIFT_VERSION = 4.0;
22532313
WRAPPER_EXTENSION = xctest;
22542314
};
22552315
name = Release;

MQTTClient/MQTTClient.xcodeproj/xcshareddata/xcschemes/MQTTClientOSXTests.xcscheme

Lines changed: 3 additions & 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 = "0800"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -10,6 +10,7 @@
1010
buildConfiguration = "Debug"
1111
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
1212
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
language = ""
1314
shouldUseLaunchSchemeArgsEnv = "YES">
1415
<Testables>
1516
<TestableReference
@@ -30,6 +31,7 @@
3031
buildConfiguration = "Debug"
3132
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3233
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
34+
language = ""
3335
launchStyle = "0"
3436
useCustomWorkingDirectory = "NO"
3537
ignoresPersistentStateOnLaunch = "NO"

MQTTClient/MQTTClient.xcodeproj/xcshareddata/xcschemes/MQTTClientOSXTestsNOLumberjack.xcscheme

Lines changed: 3 additions & 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 = "0800"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
<TestableReference
@@ -55,6 +56,7 @@
5556
buildConfiguration = "Debug"
5657
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5758
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
59+
language = ""
5860
launchStyle = "0"
5961
useCustomWorkingDirectory = "NO"
6062
ignoresPersistentStateOnLaunch = "NO"

MQTTClient/MQTTClient.xcodeproj/xcshareddata/xcschemes/MQTTClientTVTests.xcscheme

Lines changed: 3 additions & 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 = "0800"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -10,6 +10,7 @@
1010
buildConfiguration = "Debug"
1111
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
1212
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
language = ""
1314
shouldUseLaunchSchemeArgsEnv = "YES">
1415
<Testables>
1516
<TestableReference
@@ -30,6 +31,7 @@
3031
buildConfiguration = "Debug"
3132
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3233
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
34+
language = ""
3335
launchStyle = "0"
3436
useCustomWorkingDirectory = "NO"
3537
ignoresPersistentStateOnLaunch = "NO"

MQTTClient/MQTTClient.xcodeproj/xcshareddata/xcschemes/MQTTClientTests.xcscheme

Lines changed: 3 additions & 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 = "0800"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -10,6 +10,7 @@
1010
buildConfiguration = "Debug"
1111
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
1212
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
language = ""
1314
shouldUseLaunchSchemeArgsEnv = "YES">
1415
<Testables>
1516
<TestableReference
@@ -30,6 +31,7 @@
3031
buildConfiguration = "Debug"
3132
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3233
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
34+
language = ""
3335
launchStyle = "0"
3436
useCustomWorkingDirectory = "NO"
3537
ignoresPersistentStateOnLaunch = "NO"

MQTTClient/MQTTClient.xcodeproj/xcshareddata/xcschemes/MQTTFramework Mac.xcscheme

Lines changed: 3 additions & 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 = "0820"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
</Testables>
@@ -36,6 +37,7 @@
3637
buildConfiguration = "Debug"
3738
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3839
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40+
language = ""
3941
launchStyle = "0"
4042
useCustomWorkingDirectory = "NO"
4143
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)