1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 55; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 X00000000000000000000013 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = X00000000000000000000011 /* AppDelegate.swift */; }; 11/* End PBXBuildFile section */ 12 13/* Begin PBXFileReference section */ 14 X00000000000000000000009 /* demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 15 X00000000000000000000011 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 16 X00000000000000000000012 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 17/* End PBXFileReference section */ 18 19/* Begin PBXFrameworksBuildPhase section */ 20 X00000000000000000000007 /* Frameworks */ = { 21 isa = PBXFrameworksBuildPhase; 22 buildActionMask = 2147483647; 23 files = ( 24 ); 25 runOnlyForDeploymentPostprocessing = 0; 26 }; 27/* End PBXFrameworksBuildPhase section */ 28 29/* Begin PBXGroup section */ 30 X00000000000000000000003 = { 31 isa = PBXGroup; 32 children = ( 33 X00000000000000000000010 /* demo */, 34 X00000000000000000000004 /* Products */, 35 ); 36 sourceTree = "<group>"; 37 }; 38 X00000000000000000000004 /* Products */ = { 39 isa = PBXGroup; 40 children = ( 41 X00000000000000000000009 /* demo.app */, 42 ); 43 name = Products; 44 sourceTree = "<group>"; 45 }; 46 X00000000000000000000010 /* demo */ = { 47 isa = PBXGroup; 48 children = ( 49 X00000000000000000000011 /* AppDelegate.swift */, 50 X00000000000000000000012 /* Info.plist */, 51 ); 52 path = demo; 53 sourceTree = "<group>"; 54 }; 55/* End PBXGroup section */ 56 57/* Begin PBXNativeTarget section */ 58 X00000000000000000000001 /* demo */ = { 59 isa = PBXNativeTarget; 60 buildConfigurationList = X00000000000000000000005 /* Build configuration list for PBXNativeTarget "demo" */; 61 buildPhases = ( 62 X00000000000000000000006 /* Sources */, 63 X00000000000000000000007 /* Frameworks */, 64 X00000000000000000000008 /* Resources */, 65 ); 66 buildRules = ( 67 ); 68 dependencies = ( 69 ); 70 name = demo; 71 productName = demo; 72 productReference = X00000000000000000000009 /* demo.app */; 73 productType = "com.apple.product-type.application"; 74 }; 75/* End PBXNativeTarget section */ 76 77/* Begin PBXProject section */ 78 X00000000000000000000000 /* Project object */ = { 79 isa = PBXProject; 80 attributes = { 81 BuildIndependentTargetsInParallel = 1; 82 LastSwiftUpdateCheck = 1310; 83 LastUpgradeCheck = 1310; 84 TargetAttributes = { 85 X00000000000000000000001 = { 86 CreatedOnToolsVersion = 13.1; 87 }; 88 }; 89 }; 90 buildConfigurationList = X00000000000000000000002 /* Build configuration list for PBXProject "demo" */; 91 compatibilityVersion = "Xcode 13.0"; 92 developmentRegion = en; 93 hasScannedForEncodings = 0; 94 knownRegions = ( 95 en, 96 Base, 97 ); 98 mainGroup = X00000000000000000000003; 99 productRefGroup = X00000000000000000000004 /* Products */; 100 projectDirPath = ""; 101 projectRoot = ""; 102 targets = ( 103 X00000000000000000000001 /* demo */, 104 ); 105 }; 106/* End PBXProject section */ 107 108/* Begin PBXResourcesBuildPhase section */ 109 X00000000000000000000008 /* Resources */ = { 110 isa = PBXResourcesBuildPhase; 111 buildActionMask = 2147483647; 112 files = ( 113 ); 114 runOnlyForDeploymentPostprocessing = 0; 115 }; 116/* End PBXResourcesBuildPhase section */ 117 118/* Begin PBXSourcesBuildPhase section */ 119 X00000000000000000000006 /* Sources */ = { 120 isa = PBXSourcesBuildPhase; 121 buildActionMask = 2147483647; 122 files = ( 123 X00000000000000000000013 /* AppDelegate.swift in Sources */, 124 ); 125 runOnlyForDeploymentPostprocessing = 0; 126 }; 127/* End PBXSourcesBuildPhase section */ 128 129/* Begin XCBuildConfiguration section */ 130 X00000000000000000000014 /* Debug */ = { 131 isa = XCBuildConfiguration; 132 buildSettings = { 133 ALWAYS_SEARCH_USER_PATHS = NO; 134 CLANG_ANALYZER_NONNULL = YES; 135 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 136 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; 137 CLANG_CXX_LIBRARY = "libc++"; 138 CLANG_ENABLE_MODULES = YES; 139 CLANG_ENABLE_OBJC_ARC = YES; 140 CLANG_ENABLE_OBJC_WEAK = YES; 141 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 142 CLANG_WARN_BOOL_CONVERSION = YES; 143 CLANG_WARN_COMMA = YES; 144 CLANG_WARN_CONSTANT_CONVERSION = YES; 145 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 146 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 147 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 148 CLANG_WARN_EMPTY_BODY = YES; 149 CLANG_WARN_ENUM_CONVERSION = YES; 150 CLANG_WARN_INFINITE_RECURSION = YES; 151 CLANG_WARN_INT_CONVERSION = YES; 152 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 153 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 154 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 155 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 156 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; 157 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 158 CLANG_WARN_STRICT_PROTOTYPES = YES; 159 CLANG_WARN_SUSPICIOUS_MOVE = YES; 160 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 161 CLANG_WARN_UNREACHABLE_CODE = YES; 162 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 163 COPY_PHASE_STRIP = NO; 164 DEBUG_INFORMATION_FORMAT = dwarf; 165 ENABLE_STRICT_OBJC_MSGSEND = YES; 166 ENABLE_TESTABILITY = YES; 167 GCC_C_LANGUAGE_STANDARD = gnu11; 168 GCC_DYNAMIC_NO_PIC = NO; 169 GCC_NO_COMMON_BLOCKS = YES; 170 GCC_OPTIMIZATION_LEVEL = 0; 171 GCC_PREPROCESSOR_DEFINITIONS = ( 172 "DEBUG=1", 173 "$(inherited)", 174 ); 175 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 176 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 177 GCC_WARN_UNDECLARED_SELECTOR = YES; 178 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 179 GCC_WARN_UNUSED_FUNCTION = YES; 180 GCC_WARN_UNUSED_VARIABLE = YES; 181 IPHONEOS_DEPLOYMENT_TARGET = 15.0; 182 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; 183 MTL_FAST_MATH = YES; 184 ONLY_ACTIVE_ARCH = YES; 185 SDKROOT = iphoneos; 186 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; 187 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 188 }; 189 name = Debug; 190 }; 191 X00000000000000000000015 /* Release */ = { 192 isa = XCBuildConfiguration; 193 buildSettings = { 194 ALWAYS_SEARCH_USER_PATHS = NO; 195 CLANG_ANALYZER_NONNULL = YES; 196 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 197 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; 198 CLANG_CXX_LIBRARY = "libc++"; 199 CLANG_ENABLE_MODULES = YES; 200 CLANG_ENABLE_OBJC_ARC = YES; 201 CLANG_ENABLE_OBJC_WEAK = YES; 202 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 203 CLANG_WARN_BOOL_CONVERSION = YES; 204 CLANG_WARN_COMMA = YES; 205 CLANG_WARN_CONSTANT_CONVERSION = YES; 206 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 207 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 208 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 209 CLANG_WARN_EMPTY_BODY = YES; 210 CLANG_WARN_ENUM_CONVERSION = YES; 211 CLANG_WARN_INFINITE_RECURSION = YES; 212 CLANG_WARN_INT_CONVERSION = YES; 213 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 214 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 215 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 216 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 217 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; 218 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 219 CLANG_WARN_STRICT_PROTOTYPES = YES; 220 CLANG_WARN_SUSPICIOUS_MOVE = YES; 221 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 222 CLANG_WARN_UNREACHABLE_CODE = YES; 223 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 224 COPY_PHASE_STRIP = NO; 225 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 226 ENABLE_NS_ASSERTIONS = NO; 227 ENABLE_STRICT_OBJC_MSGSEND = YES; 228 GCC_C_LANGUAGE_STANDARD = gnu11; 229 GCC_NO_COMMON_BLOCKS = YES; 230 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 231 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 232 GCC_WARN_UNDECLARED_SELECTOR = YES; 233 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 234 GCC_WARN_UNUSED_FUNCTION = YES; 235 GCC_WARN_UNUSED_VARIABLE = YES; 236 IPHONEOS_DEPLOYMENT_TARGET = 15.0; 237 MTL_ENABLE_DEBUG_INFO = NO; 238 MTL_FAST_MATH = YES; 239 SDKROOT = iphoneos; 240 SWIFT_COMPILATION_MODE = wholemodule; 241 SWIFT_OPTIMIZATION_LEVEL = "-O"; 242 VALIDATE_PRODUCT = YES; 243 }; 244 name = Release; 245 }; 246 X00000000000000000000016 /* Debug */ = { 247 isa = XCBuildConfiguration; 248 buildSettings = { 249 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 250 CODE_SIGN_STYLE = Automatic; 251 CURRENT_PROJECT_VERSION = 1; 252 GENERATE_INFOPLIST_FILE = YES; 253 INFOPLIST_FILE = demo/Info.plist; 254 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 255 INFOPLIST_KEY_UIMainStoryboardFile = Main; 256 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 257 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 258 LD_RUNPATH_SEARCH_PATHS = ( 259 "$(inherited)", 260 "@executable_path/Frameworks", 261 ); 262 MARKETING_VERSION = 1.0; 263 PRODUCT_BUNDLE_IDENTIFIER = dev.expo.demo; 264 PRODUCT_NAME = "$(TARGET_NAME)"; 265 SWIFT_EMIT_LOC_STRINGS = YES; 266 SWIFT_VERSION = 5.0; 267 TARGETED_DEVICE_FAMILY = "1,2"; 268 }; 269 name = Debug; 270 }; 271 X00000000000000000000017 /* Release */ = { 272 isa = XCBuildConfiguration; 273 buildSettings = { 274 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 275 CODE_SIGN_STYLE = Automatic; 276 CURRENT_PROJECT_VERSION = 1; 277 GENERATE_INFOPLIST_FILE = YES; 278 INFOPLIST_FILE = demo/Info.plist; 279 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 280 INFOPLIST_KEY_UIMainStoryboardFile = Main; 281 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 282 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 283 LD_RUNPATH_SEARCH_PATHS = ( 284 "$(inherited)", 285 "@executable_path/Frameworks", 286 ); 287 MARKETING_VERSION = 1.0; 288 PRODUCT_BUNDLE_IDENTIFIER = dev.expo.demo; 289 PRODUCT_NAME = "$(TARGET_NAME)"; 290 SWIFT_EMIT_LOC_STRINGS = YES; 291 SWIFT_VERSION = 5.0; 292 TARGETED_DEVICE_FAMILY = "1,2"; 293 }; 294 name = Release; 295 }; 296/* End XCBuildConfiguration section */ 297 298/* Begin XCConfigurationList section */ 299 X00000000000000000000002 /* Build configuration list for PBXProject "demo" */ = { 300 isa = XCConfigurationList; 301 buildConfigurations = ( 302 X00000000000000000000014 /* Debug */, 303 X00000000000000000000015 /* Release */, 304 ); 305 defaultConfigurationIsVisible = 0; 306 defaultConfigurationName = Release; 307 }; 308 X00000000000000000000005 /* Build configuration list for PBXNativeTarget "demo" */ = { 309 isa = XCConfigurationList; 310 buildConfigurations = ( 311 X00000000000000000000016 /* Debug */, 312 X00000000000000000000017 /* Release */, 313 ); 314 defaultConfigurationIsVisible = 0; 315 defaultConfigurationName = Release; 316 }; 317/* End XCConfigurationList section */ 318 }; 319 rootObject = X00000000000000000000000 /* Project object */; 320} 321