From c8af2c79488de43ef314dea86ffe5ccc46f84f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kania?= Date: Thu, 19 Sep 2019 13:34:27 +0200 Subject: [PATCH] Changed deployment target --- PushNotificationSimulation.xcodeproj/project.pbxproj | 4 ++-- .../xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PushNotificationSimulation.xcodeproj/project.pbxproj b/PushNotificationSimulation.xcodeproj/project.pbxproj index 02e0b60..912196c 100644 --- a/PushNotificationSimulation.xcodeproj/project.pbxproj +++ b/PushNotificationSimulation.xcodeproj/project.pbxproj @@ -292,7 +292,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.4; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -350,7 +350,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.4; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; diff --git a/PushNotificationSimulation.xcodeproj/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist b/PushNotificationSimulation.xcodeproj/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist index 71d78fa..c190337 100644 --- a/PushNotificationSimulation.xcodeproj/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/PushNotificationSimulation.xcodeproj/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist @@ -10,7 +10,7 @@ ignoreCount = "0" continueAfterRunningActions = "Yes" filePath = "PushNotificationSimulationExamples/ViewController.swift" - timestampString = "590585509.129627" + timestampString = "590585569.931223" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "14"