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

/* Begin PBXBuildFile section */
L
liuruilong 已提交
10 11 12 13 14 15 16
		30D0ED21F392CFA3885B1002 /* Pods_paddle_mobile_demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */; };
		FC039B8220E11C550081E9F8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B8120E11C550081E9F8 /* AppDelegate.swift */; };
		FC039B8420E11C550081E9F8 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B8320E11C550081E9F8 /* ViewController.swift */; };
		FC039B8720E11C550081E9F8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8520E11C550081E9F8 /* Main.storyboard */; };
		FC039B8920E11C560081E9F8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8820E11C560081E9F8 /* Assets.xcassets */; };
		FC039B8C20E11C560081E9F8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */; };
		FC039BC220E11CD00081E9F8 /* test.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BC120E11CD00081E9F8 /* test.pb.swift */; };
L
liuruilong 已提交
17 18 19
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
L
liuruilong 已提交
20 21 22 23 24 25 26 27 28 29 30
		081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile-demo.release.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo.release.xcconfig"; sourceTree = "<group>"; };
		18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_paddle_mobile_demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile-demo.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo.debug.xcconfig"; sourceTree = "<group>"; };
		FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "paddle-mobile-demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
		FC039B8120E11C550081E9F8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
		FC039B8320E11C550081E9F8 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
		FC039B8620E11C550081E9F8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
		FC039B8820E11C560081E9F8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		FC039B8B20E11C560081E9F8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
		FC039B8D20E11C560081E9F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		FC039BC120E11CD00081E9F8 /* test.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = test.pb.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
31 32 33
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
L
liuruilong 已提交
34
		FC039B7B20E11C550081E9F8 /* Frameworks */ = {
L
liuruilong 已提交
35 36 37
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
38
				30D0ED21F392CFA3885B1002 /* Pods_paddle_mobile_demo.framework in Frameworks */,
L
liuruilong 已提交
39 40 41 42 43 44
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
L
liuruilong 已提交
45
		5722B50FEC38F55CA9B6A57B /* Pods */ = {
L
liuruilong 已提交
46 47
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
48 49
				878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */,
				081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */,
L
liuruilong 已提交
50
			);
L
liuruilong 已提交
51
			name = Pods;
L
liuruilong 已提交
52 53
			sourceTree = "<group>";
		};
L
liuruilong 已提交
54
		7B7DED984E9EE7BFB45E24E8 /* Frameworks */ = {
L
liuruilong 已提交
55 56
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
57
				18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */,
L
liuruilong 已提交
58
			);
L
liuruilong 已提交
59
			name = Frameworks;
L
liuruilong 已提交
60 61
			sourceTree = "<group>";
		};
L
liuruilong 已提交
62
		FC039B7520E11C550081E9F8 = {
L
liuruilong 已提交
63 64
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
65 66 67 68
				FC039B8020E11C550081E9F8 /* paddle-mobile-demo */,
				FC039B7F20E11C550081E9F8 /* Products */,
				5722B50FEC38F55CA9B6A57B /* Pods */,
				7B7DED984E9EE7BFB45E24E8 /* Frameworks */,
L
liuruilong 已提交
69 70 71
			);
			sourceTree = "<group>";
		};
L
liuruilong 已提交
72
		FC039B7F20E11C550081E9F8 /* Products */ = {
L
liuruilong 已提交
73 74
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
75
				FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */,
L
liuruilong 已提交
76
			);
L
liuruilong 已提交
77
			name = Products;
L
liuruilong 已提交
78 79
			sourceTree = "<group>";
		};
L
liuruilong 已提交
80
		FC039B8020E11C550081E9F8 /* paddle-mobile-demo */ = {
L
liuruilong 已提交
81 82
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
83 84 85 86 87 88 89
				FC039BC120E11CD00081E9F8 /* test.pb.swift */,
				FC039B8120E11C550081E9F8 /* AppDelegate.swift */,
				FC039B8320E11C550081E9F8 /* ViewController.swift */,
				FC039B8520E11C550081E9F8 /* Main.storyboard */,
				FC039B8820E11C560081E9F8 /* Assets.xcassets */,
				FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */,
				FC039B8D20E11C560081E9F8 /* Info.plist */,
L
liuruilong 已提交
90
			);
L
liuruilong 已提交
91
			path = "paddle-mobile-demo";
L
liuruilong 已提交
92 93 94 95 96
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
L
liuruilong 已提交
97
		FC039B7D20E11C550081E9F8 /* paddle-mobile-demo */ = {
L
liuruilong 已提交
98
			isa = PBXNativeTarget;
L
liuruilong 已提交
99
			buildConfigurationList = FC039B9020E11C560081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile-demo" */;
L
liuruilong 已提交
100
			buildPhases = (
L
liuruilong 已提交
101 102 103 104 105
				9E041A9C487A2E44C709327E /* [CP] Check Pods Manifest.lock */,
				FC039B7A20E11C550081E9F8 /* Sources */,
				FC039B7B20E11C550081E9F8 /* Frameworks */,
				FC039B7C20E11C550081E9F8 /* Resources */,
				84ED590C0E51ABA9C34F51B5 /* [CP] Embed Pods Frameworks */,
L
liuruilong 已提交
106 107 108 109 110 111 112
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "paddle-mobile-demo";
			productName = "paddle-mobile-demo";
L
liuruilong 已提交
113
			productReference = FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */;
L
liuruilong 已提交
114 115 116 117 118
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
L
liuruilong 已提交
119
		FC039B7620E11C550081E9F8 /* Project object */ = {
L
liuruilong 已提交
120 121 122 123 124 125
			isa = PBXProject;
			attributes = {
				LastSwiftUpdateCheck = 0930;
				LastUpgradeCheck = 0930;
				ORGANIZATIONNAME = orange;
				TargetAttributes = {
L
liuruilong 已提交
126
					FC039B7D20E11C550081E9F8 = {
L
liuruilong 已提交
127 128 129 130
						CreatedOnToolsVersion = 9.3.1;
					};
				};
			};
L
liuruilong 已提交
131
			buildConfigurationList = FC039B7920E11C550081E9F8 /* Build configuration list for PBXProject "paddle-mobile-demo" */;
L
liuruilong 已提交
132 133 134 135 136 137 138
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
L
liuruilong 已提交
139 140
			mainGroup = FC039B7520E11C550081E9F8;
			productRefGroup = FC039B7F20E11C550081E9F8 /* Products */;
L
liuruilong 已提交
141 142 143
			projectDirPath = "";
			projectRoot = "";
			targets = (
L
liuruilong 已提交
144
				FC039B7D20E11C550081E9F8 /* paddle-mobile-demo */,
L
liuruilong 已提交
145 146 147 148 149
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
L
liuruilong 已提交
150
		FC039B7C20E11C550081E9F8 /* Resources */ = {
L
liuruilong 已提交
151 152 153
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
154 155 156
				FC039B8C20E11C560081E9F8 /* LaunchScreen.storyboard in Resources */,
				FC039B8920E11C560081E9F8 /* Assets.xcassets in Resources */,
				FC039B8720E11C550081E9F8 /* Main.storyboard in Resources */,
L
liuruilong 已提交
157 158 159 160 161
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

L
liuruilong 已提交
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
/* Begin PBXShellScriptBuildPhase section */
		84ED590C0E51ABA9C34F51B5 /* [CP] Embed Pods Frameworks */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
				"${SRCROOT}/../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo-frameworks.sh",
				"${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework",
			);
			name = "[CP] Embed Pods Frameworks";
			outputPaths = (
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftProtobuf.framework",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo-frameworks.sh\"\n";
			showEnvVarsInLog = 0;
		};
		9E041A9C487A2E44C709327E /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
				"${PODS_ROOT}/Manifest.lock",
			);
			name = "[CP] Check Pods Manifest.lock";
			outputPaths = (
				"$(DERIVED_FILE_DIR)/Pods-paddle-mobile-demo-checkManifestLockResult.txt",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			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";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

L
liuruilong 已提交
201
/* Begin PBXSourcesBuildPhase section */
L
liuruilong 已提交
202
		FC039B7A20E11C550081E9F8 /* Sources */ = {
L
liuruilong 已提交
203 204 205
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
206 207 208
				FC039B8420E11C550081E9F8 /* ViewController.swift in Sources */,
				FC039BC220E11CD00081E9F8 /* test.pb.swift in Sources */,
				FC039B8220E11C550081E9F8 /* AppDelegate.swift in Sources */,
L
liuruilong 已提交
209 210 211 212 213 214
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
L
liuruilong 已提交
215
		FC039B8520E11C550081E9F8 /* Main.storyboard */ = {
L
liuruilong 已提交
216 217
			isa = PBXVariantGroup;
			children = (
L
liuruilong 已提交
218
				FC039B8620E11C550081E9F8 /* Base */,
L
liuruilong 已提交
219 220 221 222
			);
			name = Main.storyboard;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
223
		FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */ = {
L
liuruilong 已提交
224 225
			isa = PBXVariantGroup;
			children = (
L
liuruilong 已提交
226
				FC039B8B20E11C560081E9F8 /* Base */,
L
liuruilong 已提交
227 228 229 230 231 232 233
			);
			name = LaunchScreen.storyboard;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
L
liuruilong 已提交
234
		FC039B8E20E11C560081E9F8 /* Debug */ = {
L
liuruilong 已提交
235 236 237 238 239 240 241 242 243 244 245 246 247 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 292 293
			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;
				IPHONEOS_DEPLOYMENT_TARGET = 11.3;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
			};
			name = Debug;
		};
L
liuruilong 已提交
294
		FC039B8F20E11C560081E9F8 /* Release */ = {
L
liuruilong 已提交
295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347
			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;
				IPHONEOS_DEPLOYMENT_TARGET = 11.3;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				SWIFT_COMPILATION_MODE = wholemodule;
				SWIFT_OPTIMIZATION_LEVEL = "-O";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
L
liuruilong 已提交
348
		FC039B9120E11C560081E9F8 /* Debug */ = {
L
liuruilong 已提交
349
			isa = XCBuildConfiguration;
L
liuruilong 已提交
350
			baseConfigurationReference = 878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */;
L
liuruilong 已提交
351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = Z5M2UUN5YV;
				INFOPLIST_FILE = "paddle-mobile-demo/Info.plist";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = "orange.paddle-mobile-demo";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 4.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
L
liuruilong 已提交
367
		FC039B9220E11C560081E9F8 /* Release */ = {
L
liuruilong 已提交
368
			isa = XCBuildConfiguration;
L
liuruilong 已提交
369
			baseConfigurationReference = 081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */;
L
liuruilong 已提交
370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CODE_SIGN_STYLE = Automatic;
				DEVELOPMENT_TEAM = Z5M2UUN5YV;
				INFOPLIST_FILE = "paddle-mobile-demo/Info.plist";
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = "orange.paddle-mobile-demo";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 4.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
L
liuruilong 已提交
389
		FC039B7920E11C550081E9F8 /* Build configuration list for PBXProject "paddle-mobile-demo" */ = {
L
liuruilong 已提交
390 391
			isa = XCConfigurationList;
			buildConfigurations = (
L
liuruilong 已提交
392 393
				FC039B8E20E11C560081E9F8 /* Debug */,
				FC039B8F20E11C560081E9F8 /* Release */,
L
liuruilong 已提交
394 395 396 397
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
L
liuruilong 已提交
398
		FC039B9020E11C560081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile-demo" */ = {
L
liuruilong 已提交
399 400
			isa = XCConfigurationList;
			buildConfigurations = (
L
liuruilong 已提交
401 402
				FC039B9120E11C560081E9F8 /* Debug */,
				FC039B9220E11C560081E9F8 /* Release */,
L
liuruilong 已提交
403 404 405 406 407 408
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
L
liuruilong 已提交
409
	rootObject = FC039B7620E11C550081E9F8 /* Project object */;
L
liuruilong 已提交
410
}