project.pbxproj 12.9 KB
Newer Older
1 2 3 4 5 6 7 8 9
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 50;
	objects = {

/* Begin PBXBuildFile section */
10 11 12 13 14 15
		74F97866215AB9E8005A0F04 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 74F97865215AB9E8005A0F04 /* AppDelegate.m */; };
		74F97869215AB9E8005A0F04 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 74F97868215AB9E8005A0F04 /* ViewController.m */; };
		74F9786C215AB9E8005A0F04 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 74F9786A215AB9E8005A0F04 /* Main.storyboard */; };
		74F9786E215AB9E9005A0F04 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 74F9786D215AB9E9005A0F04 /* Assets.xcassets */; };
		74F97871215AB9E9005A0F04 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 74F9786F215AB9E9005A0F04 /* LaunchScreen.storyboard */; };
		74F97874215AB9E9005A0F04 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 74F97873215AB9E9005A0F04 /* main.m */; };
16 17 18
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
19 20 21 22 23 24 25 26 27 28
		74F97861215AB9E8005A0F04 /* Host.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Host.app; sourceTree = BUILT_PRODUCTS_DIR; };
		74F97864215AB9E8005A0F04 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
		74F97865215AB9E8005A0F04 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
		74F97867215AB9E8005A0F04 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
		74F97868215AB9E8005A0F04 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
		74F9786B215AB9E8005A0F04 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
		74F9786D215AB9E9005A0F04 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		74F97870215AB9E9005A0F04 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
		74F97872215AB9E9005A0F04 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		74F97873215AB9E9005A0F04 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29 30 31
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
32
		74F9785E215AB9E8005A0F04 /* Frameworks */ = {
33 34 35 36 37 38 39 40 41
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
42
		74F97858215AB9E8005A0F04 = {
43 44
			isa = PBXGroup;
			children = (
45 46 47 48
				74F97863215AB9E8005A0F04 /* Host */,
				74F97862215AB9E8005A0F04 /* Products */,
				74F9788B215AC328005A0F04 /* Frameworks */,
				A4A9971F50C4EE357B74B6E0 /* Pods */,
49 50 51
			);
			sourceTree = "<group>";
		};
52
		74F97862215AB9E8005A0F04 /* Products */ = {
53 54
			isa = PBXGroup;
			children = (
55
				74F97861215AB9E8005A0F04 /* Host.app */,
56 57 58 59
			);
			name = Products;
			sourceTree = "<group>";
		};
60
		74F97863215AB9E8005A0F04 /* Host */ = {
61 62
			isa = PBXGroup;
			children = (
63 64 65 66 67 68 69 70 71
				74F97864215AB9E8005A0F04 /* AppDelegate.h */,
				74F97865215AB9E8005A0F04 /* AppDelegate.m */,
				74F97867215AB9E8005A0F04 /* ViewController.h */,
				74F97868215AB9E8005A0F04 /* ViewController.m */,
				74F9786A215AB9E8005A0F04 /* Main.storyboard */,
				74F9786D215AB9E9005A0F04 /* Assets.xcassets */,
				74F9786F215AB9E9005A0F04 /* LaunchScreen.storyboard */,
				74F97872215AB9E9005A0F04 /* Info.plist */,
				74F97873215AB9E9005A0F04 /* main.m */,
72 73 74 75
			);
			path = Host;
			sourceTree = "<group>";
		};
76
		74F9788B215AC328005A0F04 /* Frameworks */ = {
77 78 79
			isa = PBXGroup;
			children = (
			);
80
			name = Frameworks;
81 82
			sourceTree = "<group>";
		};
83
		A4A9971F50C4EE357B74B6E0 /* Pods */ = {
84 85 86 87 88 89 90 91 92
			isa = PBXGroup;
			children = (
			);
			name = Pods;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
93
		74F97860215AB9E8005A0F04 /* Host */ = {
94
			isa = PBXNativeTarget;
95
			buildConfigurationList = 74F97877215AB9E9005A0F04 /* Build configuration list for PBXNativeTarget "Host" */;
96
			buildPhases = (
97 98 99
				74F9785D215AB9E8005A0F04 /* Sources */,
				74F9785E215AB9E8005A0F04 /* Frameworks */,
				74F9785F215AB9E8005A0F04 /* Resources */,
100 101 102 103 104 105 106
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Host;
			productName = Host;
107
			productReference = 74F97861215AB9E8005A0F04 /* Host.app */;
108 109 110 111 112
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
113
		74F97859215AB9E8005A0F04 /* Project object */ = {
114 115
			isa = PBXProject;
			attributes = {
116 117
				LastUpgradeCheck = 1000;
				ORGANIZATIONNAME = flutter.io;
118
				TargetAttributes = {
119 120
					74F97860215AB9E8005A0F04 = {
						CreatedOnToolsVersion = 10.0;
121 122 123
					};
				};
			};
124
			buildConfigurationList = 74F9785C215AB9E8005A0F04 /* Build configuration list for PBXProject "Host" */;
125 126 127 128 129 130 131
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
132 133
			mainGroup = 74F97858215AB9E8005A0F04;
			productRefGroup = 74F97862215AB9E8005A0F04 /* Products */;
134 135 136
			projectDirPath = "";
			projectRoot = "";
			targets = (
137
				74F97860215AB9E8005A0F04 /* Host */,
138 139 140 141 142
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
143
		74F9785F215AB9E8005A0F04 /* Resources */ = {
144 145 146
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
147 148 149
				74F97871215AB9E9005A0F04 /* LaunchScreen.storyboard in Resources */,
				74F9786E215AB9E9005A0F04 /* Assets.xcassets in Resources */,
				74F9786C215AB9E8005A0F04 /* Main.storyboard in Resources */,
150 151 152 153 154 155
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
156
		74F9785D215AB9E8005A0F04 /* Sources */ = {
157 158 159
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
160 161 162
				74F97869215AB9E8005A0F04 /* ViewController.m in Sources */,
				74F97874215AB9E9005A0F04 /* main.m in Sources */,
				74F97866215AB9E8005A0F04 /* AppDelegate.m in Sources */,
163 164 165 166 167 168
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
169
		74F9786A215AB9E8005A0F04 /* Main.storyboard */ = {
170 171
			isa = PBXVariantGroup;
			children = (
172
				74F9786B215AB9E8005A0F04 /* Base */,
173 174 175 176
			);
			name = Main.storyboard;
			sourceTree = "<group>";
		};
177
		74F9786F215AB9E9005A0F04 /* LaunchScreen.storyboard */ = {
178 179
			isa = PBXVariantGroup;
			children = (
180
				74F97870215AB9E9005A0F04 /* Base */,
181 182 183 184 185 186 187
			);
			name = LaunchScreen.storyboard;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
188
		74F97875215AB9E9005A0F04 /* Debug */ = {
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
239 240 241
				IPHONEOS_DEPLOYMENT_TARGET = 12.0;
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
				MTL_FAST_MATH = YES;
242 243 244 245 246
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
247
		74F97876215AB9E9005A0F04 /* Release */ = {
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
292
				IPHONEOS_DEPLOYMENT_TARGET = 12.0;
293
				MTL_ENABLE_DEBUG_INFO = NO;
294
				MTL_FAST_MATH = YES;
295 296 297 298 299
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
300
		74F97878215AB9E9005A0F04 /* Debug */ = {
301 302 303
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
304 305
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = "";
306 307 308 309 310 311 312 313 314 315 316
				INFOPLIST_FILE = Host/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = io.flutter.add2app.Host;
				PRODUCT_NAME = "$(TARGET_NAME)";
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
317
		74F97879215AB9E9005A0F04 /* Release */ = {
318 319 320
			isa = XCBuildConfiguration;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
321 322
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = "";
323 324 325 326 327 328 329 330 331 332 333 334 335 336
				INFOPLIST_FILE = Host/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = io.flutter.add2app.Host;
				PRODUCT_NAME = "$(TARGET_NAME)";
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
337
		74F9785C215AB9E8005A0F04 /* Build configuration list for PBXProject "Host" */ = {
338 339
			isa = XCConfigurationList;
			buildConfigurations = (
340 341
				74F97875215AB9E9005A0F04 /* Debug */,
				74F97876215AB9E9005A0F04 /* Release */,
342 343 344 345
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
346
		74F97877215AB9E9005A0F04 /* Build configuration list for PBXNativeTarget "Host" */ = {
347 348
			isa = XCConfigurationList;
			buildConfigurations = (
349 350
				74F97878215AB9E9005A0F04 /* Debug */,
				74F97879215AB9E9005A0F04 /* Release */,
351 352 353 354 355 356
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
357
	rootObject = 74F97859215AB9E8005A0F04 /* Project object */;
358
}