project.pbxproj 36.2 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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
		D3831F70E7E0B565B9AC22DA /* Pods_paddle_mobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD2E06330A1E7129C918DB46 /* Pods_paddle_mobile.framework */; };
		FC039B6F20E11C3C0081E9F8 /* paddle_mobile.h in Headers */ = {isa = PBXBuildFile; fileRef = FC039B6D20E11C3C0081E9F8 /* paddle_mobile.h */; settings = {ATTRIBUTES = (Public, ); }; };
		FC039B9720E11C9A0081E9F8 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9420E11C9A0081E9F8 /* Extensions.swift */; };
		FC039B9820E11C9A0081E9F8 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9520E11C9A0081E9F8 /* Errors.swift */; };
		FC039B9920E11C9A0081E9F8 /* Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9620E11C9A0081E9F8 /* Types.swift */; };
		FC039B9B20E11CA00081E9F8 /* Executor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9A20E11CA00081E9F8 /* Executor.swift */; };
		FC039B9F20E11CB20081E9F8 /* Tensor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9D20E11CB20081E9F8 /* Tensor.swift */; };
		FC039BA020E11CB20081E9F8 /* Dim.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9E20E11CB20081E9F8 /* Dim.swift */; };
		FC039BA220E11CB70081E9F8 /* Loader.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA120E11CB70081E9F8 /* Loader.swift */; };
		FC039BA920E11CBC0081E9F8 /* ConvOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA420E11CBC0081E9F8 /* ConvOp.swift */; };
		FC039BAA20E11CBC0081E9F8 /* ElementwiseAddOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA520E11CBC0081E9F8 /* ElementwiseAddOp.swift */; };
		FC039BAB20E11CBC0081E9F8 /* Operator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA620E11CBC0081E9F8 /* Operator.swift */; };
		FC039BAC20E11CBC0081E9F8 /* BatchNormOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA720E11CBC0081E9F8 /* BatchNormOp.swift */; };
		FC039BAD20E11CBC0081E9F8 /* ReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA820E11CBC0081E9F8 /* ReluOp.swift */; };
		FC039BB820E11CC20081E9F8 /* framework.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BAF20E11CC20081E9F8 /* framework.pb.swift */; };
		FC039BB920E11CC20081E9F8 /* Scope.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB020E11CC20081E9F8 /* Scope.swift */; };
		FC039BBA20E11CC20081E9F8 /* TensorDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB120E11CC20081E9F8 /* TensorDesc.swift */; };
		FC039BBB20E11CC20081E9F8 /* ProgramDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB220E11CC20081E9F8 /* ProgramDesc.swift */; };
		FC039BBC20E11CC20081E9F8 /* VarDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB320E11CC20081E9F8 /* VarDesc.swift */; };
		FC039BBD20E11CC20081E9F8 /* Program.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB420E11CC20081E9F8 /* Program.swift */; };
		FC039BBE20E11CC20081E9F8 /* OpDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB520E11CC20081E9F8 /* OpDesc.swift */; };
		FC039BBF20E11CC20081E9F8 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB620E11CC20081E9F8 /* Attribute.swift */; };
		FC039BC020E11CC20081E9F8 /* BlockDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB720E11CC20081E9F8 /* BlockDesc.swift */; };
L
liuruilong 已提交
33 34 35 36
		FC0E2DBA20EE3B8D009C1FAC /* ReluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0E2DB920EE3B8D009C1FAC /* ReluKernel.swift */; };
		FC0E2DBC20EE45FE009C1FAC /* ConvKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0E2DBB20EE45FE009C1FAC /* ConvKernel.swift */; };
		FC0E2DBE20EE460D009C1FAC /* BatchNormKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0E2DBD20EE460D009C1FAC /* BatchNormKernel.swift */; };
		FC0E2DC020EE461F009C1FAC /* ElementwiseAddKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0E2DBF20EE461F009C1FAC /* ElementwiseAddKernel.swift */; };
L
liuruilong 已提交
37
		FC1B16B320EC9A4F00678B91 /* Kernels.metal in Sources */ = {isa = PBXBuildFile; fileRef = FC1B16B220EC9A4F00678B91 /* Kernels.metal */; };
38
		FC1B186620ECF1C600678B91 /* ResizeKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1B186520ECF1C600678B91 /* ResizeKernel.swift */; };
L
liuruilong 已提交
39
		FC3602CC2108819F00FACB58 /* PaddleMobileUnitTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC3602CB2108819F00FACB58 /* PaddleMobileUnitTest.swift */; };
L
liuruilong 已提交
40 41
		FC4CB74920F0B954007C0C6D /* ConvKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FC4CB74820F0B954007C0C6D /* ConvKernel.metal */; };
		FC4CB74B20F12C30007C0C6D /* ProgramOptimize.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4CB74A20F12C30007C0C6D /* ProgramOptimize.swift */; };
L
liuruilong 已提交
42
		FC5163F620EF556E00636C28 /* Texture2DTo2DArrayKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5163F520EF556E00636C28 /* Texture2DTo2DArrayKernel.swift */; };
L
liuruilong 已提交
43
		FC60DB8920E9AAA500FF203F /* MetalExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC60DB8820E9AAA500FF203F /* MetalExtension.swift */; };
L
liuruilong 已提交
44
		FC82735920E3C04200BE430A /* OpCreator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC82735820E3C04200BE430A /* OpCreator.swift */; };
L
liuruilong 已提交
45 46 47 48
		FC9D037920E229E4000F735A /* OpParam.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9D037820E229E4000F735A /* OpParam.swift */; };
		FC9D038020E22FBB000F735A /* FeedOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9D037F20E22FBB000F735A /* FeedOp.swift */; };
		FC9D038220E2312E000F735A /* FetchOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9D038120E2312E000F735A /* FetchOp.swift */; };
		FC9D038420E23B01000F735A /* Texture.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9D038320E23B01000F735A /* Texture.swift */; };
L
liuruilong 已提交
49 50 51 52 53 54 55 56
		FCD04E6620F314C50007374F /* PoolOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD04E6520F314C50007374F /* PoolOp.swift */; };
		FCD04E6820F315020007374F /* PoolKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD04E6720F315020007374F /* PoolKernel.swift */; };
		FCD04E6A20F319EC0007374F /* SoftmaxOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD04E6920F319EC0007374F /* SoftmaxOp.swift */; };
		FCD04E6C20F31A280007374F /* SoftmaxKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD04E6B20F31A280007374F /* SoftmaxKernel.swift */; };
		FCD04E6E20F31B4B0007374F /* ReshapeOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD04E6D20F31B4B0007374F /* ReshapeOp.swift */; };
		FCD04E7020F31B720007374F /* ReshapeKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD04E6F20F31B720007374F /* ReshapeKernel.swift */; };
		FCD04E7220F343420007374F /* ConvAddOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD04E7120F343420007374F /* ConvAddOp.swift */; };
		FCD04E7420F3437E0007374F /* ConvAddKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD04E7320F3437E0007374F /* ConvAddKernel.swift */; };
L
liuruilong 已提交
57
		FCDC0FEB21099A1D00DC9EFB /* Tools.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCDC0FEA21099A1D00DC9EFB /* Tools.swift */; };
L
liuruilong 已提交
58 59
		FCEBC0F420F1FDD90099DBAF /* ConvAddBatchNormReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEBC0F320F1FDD90099DBAF /* ConvAddBatchNormReluOp.swift */; };
		FCEBC0F620F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEBC0F520F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift */; };
L
liuruilong 已提交
60
		FCF2D73820E64E70007AC5F5 /* Kernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF2D73720E64E70007AC5F5 /* Kernel.swift */; };
L
liuruilong 已提交
61 62 63
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
L
liuruilong 已提交
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
		CDF58151D902A1CBAE56A0C2 /* Pods-paddle-mobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile/Pods-paddle-mobile.debug.xcconfig"; sourceTree = "<group>"; };
		DD2E06330A1E7129C918DB46 /* Pods_paddle_mobile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_paddle_mobile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		E2A7957C92EDA5C3BEC0FFC2 /* Pods-paddle-mobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile.release.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile/Pods-paddle-mobile.release.xcconfig"; sourceTree = "<group>"; };
		FC039B6A20E11C3C0081E9F8 /* paddle_mobile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = paddle_mobile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		FC039B6D20E11C3C0081E9F8 /* paddle_mobile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = paddle_mobile.h; sourceTree = "<group>"; };
		FC039B6E20E11C3C0081E9F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		FC039B9420E11C9A0081E9F8 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
		FC039B9520E11C9A0081E9F8 /* Errors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
		FC039B9620E11C9A0081E9F8 /* Types.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Types.swift; sourceTree = "<group>"; };
		FC039B9A20E11CA00081E9F8 /* Executor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Executor.swift; sourceTree = "<group>"; };
		FC039B9D20E11CB20081E9F8 /* Tensor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tensor.swift; sourceTree = "<group>"; };
		FC039B9E20E11CB20081E9F8 /* Dim.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Dim.swift; sourceTree = "<group>"; };
		FC039BA120E11CB70081E9F8 /* Loader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Loader.swift; sourceTree = "<group>"; };
		FC039BA420E11CBC0081E9F8 /* ConvOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConvOp.swift; sourceTree = "<group>"; };
		FC039BA520E11CBC0081E9F8 /* ElementwiseAddOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ElementwiseAddOp.swift; sourceTree = "<group>"; };
		FC039BA620E11CBC0081E9F8 /* Operator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Operator.swift; sourceTree = "<group>"; };
		FC039BA720E11CBC0081E9F8 /* BatchNormOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BatchNormOp.swift; sourceTree = "<group>"; };
		FC039BA820E11CBC0081E9F8 /* ReluOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReluOp.swift; sourceTree = "<group>"; };
		FC039BAF20E11CC20081E9F8 /* framework.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = framework.pb.swift; sourceTree = "<group>"; };
		FC039BB020E11CC20081E9F8 /* Scope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scope.swift; sourceTree = "<group>"; };
		FC039BB120E11CC20081E9F8 /* TensorDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TensorDesc.swift; sourceTree = "<group>"; };
		FC039BB220E11CC20081E9F8 /* ProgramDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProgramDesc.swift; sourceTree = "<group>"; };
		FC039BB320E11CC20081E9F8 /* VarDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VarDesc.swift; sourceTree = "<group>"; };
		FC039BB420E11CC20081E9F8 /* Program.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Program.swift; sourceTree = "<group>"; };
		FC039BB520E11CC20081E9F8 /* OpDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpDesc.swift; sourceTree = "<group>"; };
		FC039BB620E11CC20081E9F8 /* Attribute.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Attribute.swift; sourceTree = "<group>"; };
		FC039BB720E11CC20081E9F8 /* BlockDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlockDesc.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
91 92 93 94
		FC0E2DB920EE3B8D009C1FAC /* ReluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReluKernel.swift; sourceTree = "<group>"; };
		FC0E2DBB20EE45FE009C1FAC /* ConvKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvKernel.swift; sourceTree = "<group>"; };
		FC0E2DBD20EE460D009C1FAC /* BatchNormKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BatchNormKernel.swift; sourceTree = "<group>"; };
		FC0E2DBF20EE461F009C1FAC /* ElementwiseAddKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ElementwiseAddKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
95
		FC1B16B220EC9A4F00678B91 /* Kernels.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = Kernels.metal; sourceTree = "<group>"; };
96
		FC1B186520ECF1C600678B91 /* ResizeKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResizeKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
97
		FC3602CB2108819F00FACB58 /* PaddleMobileUnitTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaddleMobileUnitTest.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
98 99
		FC4CB74820F0B954007C0C6D /* ConvKernel.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = ConvKernel.metal; sourceTree = "<group>"; };
		FC4CB74A20F12C30007C0C6D /* ProgramOptimize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgramOptimize.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
100
		FC5163F520EF556E00636C28 /* Texture2DTo2DArrayKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Texture2DTo2DArrayKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
101
		FC60DB8820E9AAA500FF203F /* MetalExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetalExtension.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
102
		FC82735820E3C04200BE430A /* OpCreator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpCreator.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
103 104 105 106
		FC9D037820E229E4000F735A /* OpParam.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpParam.swift; sourceTree = "<group>"; };
		FC9D037F20E22FBB000F735A /* FeedOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedOp.swift; sourceTree = "<group>"; };
		FC9D038120E2312E000F735A /* FetchOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FetchOp.swift; sourceTree = "<group>"; };
		FC9D038320E23B01000F735A /* Texture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Texture.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
107 108 109 110 111 112 113 114
		FCD04E6520F314C50007374F /* PoolOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolOp.swift; sourceTree = "<group>"; };
		FCD04E6720F315020007374F /* PoolKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolKernel.swift; sourceTree = "<group>"; };
		FCD04E6920F319EC0007374F /* SoftmaxOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoftmaxOp.swift; sourceTree = "<group>"; };
		FCD04E6B20F31A280007374F /* SoftmaxKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoftmaxKernel.swift; sourceTree = "<group>"; };
		FCD04E6D20F31B4B0007374F /* ReshapeOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReshapeOp.swift; sourceTree = "<group>"; };
		FCD04E6F20F31B720007374F /* ReshapeKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReshapeKernel.swift; sourceTree = "<group>"; };
		FCD04E7120F343420007374F /* ConvAddOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddOp.swift; sourceTree = "<group>"; };
		FCD04E7320F3437E0007374F /* ConvAddKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
115
		FCDC0FEA21099A1D00DC9EFB /* Tools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tools.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
116 117
		FCEBC0F320F1FDD90099DBAF /* ConvAddBatchNormReluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ConvAddBatchNormReluOp.swift; path = "paddle-mobile/Operators/ConvAddBatchNormReluOp.swift"; sourceTree = SOURCE_ROOT; };
		FCEBC0F520F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddBatchNormReluKernel.swift; sourceTree = "<group>"; };
118
		FCF2D73720E64E70007AC5F5 /* Kernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Kernel.swift; path = "paddle-mobile/Operators/Kernels/Kernel.swift"; sourceTree = SOURCE_ROOT; };
L
liuruilong 已提交
119 120 121
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
L
liuruilong 已提交
122
		FC039B6620E11C3C0081E9F8 /* Frameworks */ = {
L
liuruilong 已提交
123 124 125
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
126
				D3831F70E7E0B565B9AC22DA /* Pods_paddle_mobile.framework in Frameworks */,
L
liuruilong 已提交
127 128 129 130 131 132
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
L
liuruilong 已提交
133
		336CBE234BF5DE48658DE65F /* Frameworks */ = {
L
liuruilong 已提交
134 135
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
136
				DD2E06330A1E7129C918DB46 /* Pods_paddle_mobile.framework */,
L
liuruilong 已提交
137
			);
L
liuruilong 已提交
138
			name = Frameworks;
L
liuruilong 已提交
139 140
			sourceTree = "<group>";
		};
L
liuruilong 已提交
141
		8EB858F9B68D372C9F1CA263 /* Pods */ = {
L
liuruilong 已提交
142 143
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
144 145
				CDF58151D902A1CBAE56A0C2 /* Pods-paddle-mobile.debug.xcconfig */,
				E2A7957C92EDA5C3BEC0FFC2 /* Pods-paddle-mobile.release.xcconfig */,
L
liuruilong 已提交
146
			);
L
liuruilong 已提交
147
			name = Pods;
L
liuruilong 已提交
148 149
			sourceTree = "<group>";
		};
L
liuruilong 已提交
150
		FC039B6020E11C3C0081E9F8 = {
L
liuruilong 已提交
151 152
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
153 154 155 156
				FC039B6C20E11C3C0081E9F8 /* paddle-mobile */,
				FC039B6B20E11C3C0081E9F8 /* Products */,
				8EB858F9B68D372C9F1CA263 /* Pods */,
				336CBE234BF5DE48658DE65F /* Frameworks */,
L
liuruilong 已提交
157 158 159
			);
			sourceTree = "<group>";
		};
L
liuruilong 已提交
160
		FC039B6B20E11C3C0081E9F8 /* Products */ = {
L
liuruilong 已提交
161 162
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
163
				FC039B6A20E11C3C0081E9F8 /* paddle_mobile.framework */,
L
liuruilong 已提交
164
			);
L
liuruilong 已提交
165
			name = Products;
L
liuruilong 已提交
166 167
			sourceTree = "<group>";
		};
L
liuruilong 已提交
168
		FC039B6C20E11C3C0081E9F8 /* paddle-mobile */ = {
L
liuruilong 已提交
169 170
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
171 172
				FC039BAE20E11CC20081E9F8 /* Program */,
				FC039BA320E11CBC0081E9F8 /* Operators */,
173 174
				FC039BA120E11CB70081E9F8 /* Loader.swift */,
				FC039B9A20E11CA00081E9F8 /* Executor.swift */,
L
liuruilong 已提交
175
				FC039B9C20E11CB20081E9F8 /* framework */,
L
liuruilong 已提交
176 177 178
				FC039B9320E11C9A0081E9F8 /* Common */,
				FC039B6D20E11C3C0081E9F8 /* paddle_mobile.h */,
				FC039B6E20E11C3C0081E9F8 /* Info.plist */,
L
liuruilong 已提交
179
			);
L
liuruilong 已提交
180
			path = "paddle-mobile";
L
liuruilong 已提交
181 182
			sourceTree = "<group>";
		};
L
liuruilong 已提交
183
		FC039B9320E11C9A0081E9F8 /* Common */ = {
L
liuruilong 已提交
184 185
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
186 187 188
				FC039B9420E11C9A0081E9F8 /* Extensions.swift */,
				FC039B9520E11C9A0081E9F8 /* Errors.swift */,
				FC039B9620E11C9A0081E9F8 /* Types.swift */,
L
liuruilong 已提交
189
				FC3602CB2108819F00FACB58 /* PaddleMobileUnitTest.swift */,
L
liuruilong 已提交
190
				FC60DB8820E9AAA500FF203F /* MetalExtension.swift */,
L
liuruilong 已提交
191
				FCDC0FEA21099A1D00DC9EFB /* Tools.swift */,
L
liuruilong 已提交
192 193 194 195
			);
			path = Common;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
196
		FC039B9C20E11CB20081E9F8 /* framework */ = {
L
liuruilong 已提交
197 198
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
199 200
				FC039B9D20E11CB20081E9F8 /* Tensor.swift */,
				FC039B9E20E11CB20081E9F8 /* Dim.swift */,
L
liuruilong 已提交
201
				FC9D038320E23B01000F735A /* Texture.swift */,
L
liuruilong 已提交
202
			);
L
liuruilong 已提交
203
			path = framework;
L
liuruilong 已提交
204 205
			sourceTree = "<group>";
		};
L
liuruilong 已提交
206
		FC039BA320E11CBC0081E9F8 /* Operators */ = {
L
liuruilong 已提交
207 208
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
209
				FC086BA520E67E8500D85EF7 /* Kernels */,
L
liuruilong 已提交
210
				FCD592FA20E248EC00252966 /* Base */,
L
liuruilong 已提交
211
				FCEBC0F320F1FDD90099DBAF /* ConvAddBatchNormReluOp.swift */,
L
liuruilong 已提交
212 213 214 215
				FC039BA420E11CBC0081E9F8 /* ConvOp.swift */,
				FC039BA520E11CBC0081E9F8 /* ElementwiseAddOp.swift */,
				FC039BA720E11CBC0081E9F8 /* BatchNormOp.swift */,
				FC039BA820E11CBC0081E9F8 /* ReluOp.swift */,
L
liuruilong 已提交
216 217
				FC9D037F20E22FBB000F735A /* FeedOp.swift */,
				FC9D038120E2312E000F735A /* FetchOp.swift */,
L
liuruilong 已提交
218 219 220 221
				FCD04E6520F314C50007374F /* PoolOp.swift */,
				FCD04E6920F319EC0007374F /* SoftmaxOp.swift */,
				FCD04E6D20F31B4B0007374F /* ReshapeOp.swift */,
				FCD04E7120F343420007374F /* ConvAddOp.swift */,
L
liuruilong 已提交
222
			);
L
liuruilong 已提交
223
			path = Operators;
L
liuruilong 已提交
224 225
			sourceTree = "<group>";
		};
L
liuruilong 已提交
226
		FC039BAE20E11CC20081E9F8 /* Program */ = {
L
liuruilong 已提交
227 228
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
229 230 231 232 233 234 235 236 237
				FC039BAF20E11CC20081E9F8 /* framework.pb.swift */,
				FC039BB020E11CC20081E9F8 /* Scope.swift */,
				FC039BB120E11CC20081E9F8 /* TensorDesc.swift */,
				FC039BB220E11CC20081E9F8 /* ProgramDesc.swift */,
				FC039BB320E11CC20081E9F8 /* VarDesc.swift */,
				FC039BB420E11CC20081E9F8 /* Program.swift */,
				FC039BB520E11CC20081E9F8 /* OpDesc.swift */,
				FC039BB620E11CC20081E9F8 /* Attribute.swift */,
				FC039BB720E11CC20081E9F8 /* BlockDesc.swift */,
L
liuruilong 已提交
238
				FC4CB74A20F12C30007C0C6D /* ProgramOptimize.swift */,
L
liuruilong 已提交
239
			);
L
liuruilong 已提交
240
			path = Program;
L
liuruilong 已提交
241 242
			sourceTree = "<group>";
		};
L
liuruilong 已提交
243
		FC086BA520E67E8500D85EF7 /* Kernels */ = {
L
liuruilong 已提交
244 245
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
246
				FC0E2DBB20EE45FE009C1FAC /* ConvKernel.swift */,
247 248 249
				FCF2D73720E64E70007AC5F5 /* Kernel.swift */,
				FC1B16B220EC9A4F00678B91 /* Kernels.metal */,
				FC1B186520ECF1C600678B91 /* ResizeKernel.swift */,
L
liuruilong 已提交
250 251 252
				FC0E2DB920EE3B8D009C1FAC /* ReluKernel.swift */,
				FC0E2DBD20EE460D009C1FAC /* BatchNormKernel.swift */,
				FC0E2DBF20EE461F009C1FAC /* ElementwiseAddKernel.swift */,
L
liuruilong 已提交
253
				FC5163F520EF556E00636C28 /* Texture2DTo2DArrayKernel.swift */,
254
				FC4CB74820F0B954007C0C6D /* ConvKernel.metal */,
L
liuruilong 已提交
255
				FCEBC0F520F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift */,
L
liuruilong 已提交
256 257 258 259
				FCD04E6720F315020007374F /* PoolKernel.swift */,
				FCD04E6B20F31A280007374F /* SoftmaxKernel.swift */,
				FCD04E6F20F31B720007374F /* ReshapeKernel.swift */,
				FCD04E7320F3437E0007374F /* ConvAddKernel.swift */,
L
liuruilong 已提交
260 261 262 263 264 265 266 267 268
			);
			path = Kernels;
			sourceTree = "<group>";
		};
		FCD592FA20E248EC00252966 /* Base */ = {
			isa = PBXGroup;
			children = (
				FC9D037820E229E4000F735A /* OpParam.swift */,
				FC039BA620E11CBC0081E9F8 /* Operator.swift */,
L
liuruilong 已提交
269
				FC82735820E3C04200BE430A /* OpCreator.swift */,
L
liuruilong 已提交
270 271 272 273
			);
			path = Base;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
274 275 276
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
L
liuruilong 已提交
277
		FC039B6720E11C3C0081E9F8 /* Headers */ = {
L
liuruilong 已提交
278 279 280
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
281
				FC039B6F20E11C3C0081E9F8 /* paddle_mobile.h in Headers */,
L
liuruilong 已提交
282 283 284 285 286 287
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
L
liuruilong 已提交
288
		FC039B6920E11C3C0081E9F8 /* paddle-mobile */ = {
L
liuruilong 已提交
289
			isa = PBXNativeTarget;
L
liuruilong 已提交
290
			buildConfigurationList = FC039B7220E11C3C0081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile" */;
L
liuruilong 已提交
291
			buildPhases = (
L
liuruilong 已提交
292 293 294 295 296
				AF33BB8D0770A77AC22B5EF4 /* [CP] Check Pods Manifest.lock */,
				FC039B6520E11C3C0081E9F8 /* Sources */,
				FC039B6620E11C3C0081E9F8 /* Frameworks */,
				FC039B6720E11C3C0081E9F8 /* Headers */,
				FC039B6820E11C3C0081E9F8 /* Resources */,
L
liuruilong 已提交
297 298 299 300 301 302 303
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "paddle-mobile";
			productName = "paddle-mobile";
L
liuruilong 已提交
304
			productReference = FC039B6A20E11C3C0081E9F8 /* paddle_mobile.framework */;
L
liuruilong 已提交
305 306 307 308 309
			productType = "com.apple.product-type.framework";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
L
liuruilong 已提交
310
		FC039B6120E11C3C0081E9F8 /* Project object */ = {
L
liuruilong 已提交
311 312 313 314 315
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0930;
				ORGANIZATIONNAME = orange;
				TargetAttributes = {
L
liuruilong 已提交
316
					FC039B6920E11C3C0081E9F8 = {
L
liuruilong 已提交
317 318 319 320
						CreatedOnToolsVersion = 9.3.1;
					};
				};
			};
L
liuruilong 已提交
321
			buildConfigurationList = FC039B6420E11C3C0081E9F8 /* Build configuration list for PBXProject "paddle-mobile" */;
L
liuruilong 已提交
322 323 324 325 326 327
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
L
liuruilong 已提交
328 329
			mainGroup = FC039B6020E11C3C0081E9F8;
			productRefGroup = FC039B6B20E11C3C0081E9F8 /* Products */;
L
liuruilong 已提交
330 331 332
			projectDirPath = "";
			projectRoot = "";
			targets = (
L
liuruilong 已提交
333
				FC039B6920E11C3C0081E9F8 /* paddle-mobile */,
L
liuruilong 已提交
334 335 336 337 338
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
L
liuruilong 已提交
339
		FC039B6820E11C3C0081E9F8 /* Resources */ = {
L
liuruilong 已提交
340 341 342 343 344 345 346 347 348
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
L
liuruilong 已提交
349
		AF33BB8D0770A77AC22B5EF4 /* [CP] Check Pods Manifest.lock */ = {
L
liuruilong 已提交
350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
			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-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 */

/* Begin PBXSourcesBuildPhase section */
L
liuruilong 已提交
370
		FC039B6520E11C3C0081E9F8 /* Sources */ = {
L
liuruilong 已提交
371 372 373
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
374
				FC9D038020E22FBB000F735A /* FeedOp.swift in Sources */,
L
liuruilong 已提交
375
				FC039B9F20E11CB20081E9F8 /* Tensor.swift in Sources */,
L
liuruilong 已提交
376
				FC0E2DBC20EE45FE009C1FAC /* ConvKernel.swift in Sources */,
L
liuruilong 已提交
377 378
				FC039BAA20E11CBC0081E9F8 /* ElementwiseAddOp.swift in Sources */,
				FC039B9B20E11CA00081E9F8 /* Executor.swift in Sources */,
L
liuruilong 已提交
379 380
				FCD04E7020F31B720007374F /* ReshapeKernel.swift in Sources */,
				FCD04E7220F343420007374F /* ConvAddOp.swift in Sources */,
L
liuruilong 已提交
381
				FC039BBB20E11CC20081E9F8 /* ProgramDesc.swift in Sources */,
L
liuruilong 已提交
382
				FC9D037920E229E4000F735A /* OpParam.swift in Sources */,
L
liuruilong 已提交
383
				FC3602CC2108819F00FACB58 /* PaddleMobileUnitTest.swift in Sources */,
384
				FC1B186620ECF1C600678B91 /* ResizeKernel.swift in Sources */,
L
liuruilong 已提交
385
				FCF2D73820E64E70007AC5F5 /* Kernel.swift in Sources */,
L
liuruilong 已提交
386
				FCEBC0F420F1FDD90099DBAF /* ConvAddBatchNormReluOp.swift in Sources */,
L
liuruilong 已提交
387
				FC0E2DC020EE461F009C1FAC /* ElementwiseAddKernel.swift in Sources */,
L
liuruilong 已提交
388
				FC60DB8920E9AAA500FF203F /* MetalExtension.swift in Sources */,
L
liuruilong 已提交
389
				FCEBC0F620F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift in Sources */,
L
liuruilong 已提交
390
				FC1B16B320EC9A4F00678B91 /* Kernels.metal in Sources */,
L
liuruilong 已提交
391 392 393 394
				FC039BBA20E11CC20081E9F8 /* TensorDesc.swift in Sources */,
				FC039BA020E11CB20081E9F8 /* Dim.swift in Sources */,
				FC039BB820E11CC20081E9F8 /* framework.pb.swift in Sources */,
				FC039B9920E11C9A0081E9F8 /* Types.swift in Sources */,
L
liuruilong 已提交
395
				FC4CB74920F0B954007C0C6D /* ConvKernel.metal in Sources */,
L
liuruilong 已提交
396
				FC039BA920E11CBC0081E9F8 /* ConvOp.swift in Sources */,
L
liuruilong 已提交
397
				FC9D038420E23B01000F735A /* Texture.swift in Sources */,
L
liuruilong 已提交
398
				FCD04E6E20F31B4B0007374F /* ReshapeOp.swift in Sources */,
L
liuruilong 已提交
399 400
				FC039B9820E11C9A0081E9F8 /* Errors.swift in Sources */,
				FC039BBF20E11CC20081E9F8 /* Attribute.swift in Sources */,
L
liuruilong 已提交
401
				FCD04E7420F3437E0007374F /* ConvAddKernel.swift in Sources */,
L
liuruilong 已提交
402
				FC039BB920E11CC20081E9F8 /* Scope.swift in Sources */,
L
liuruilong 已提交
403
				FCD04E6620F314C50007374F /* PoolOp.swift in Sources */,
L
liuruilong 已提交
404 405
				FC039BAC20E11CBC0081E9F8 /* BatchNormOp.swift in Sources */,
				FC039BBC20E11CC20081E9F8 /* VarDesc.swift in Sources */,
L
liuruilong 已提交
406
				FCDC0FEB21099A1D00DC9EFB /* Tools.swift in Sources */,
L
liuruilong 已提交
407
				FC0E2DBA20EE3B8D009C1FAC /* ReluKernel.swift in Sources */,
L
liuruilong 已提交
408
				FC82735920E3C04200BE430A /* OpCreator.swift in Sources */,
L
liuruilong 已提交
409
				FC0E2DBE20EE460D009C1FAC /* BatchNormKernel.swift in Sources */,
L
liuruilong 已提交
410
				FC039BAB20E11CBC0081E9F8 /* Operator.swift in Sources */,
L
liuruilong 已提交
411
				FCD04E6A20F319EC0007374F /* SoftmaxOp.swift in Sources */,
L
liuruilong 已提交
412
				FC9D038220E2312E000F735A /* FetchOp.swift in Sources */,
L
liuruilong 已提交
413 414
				FC039BBD20E11CC20081E9F8 /* Program.swift in Sources */,
				FC039BA220E11CB70081E9F8 /* Loader.swift in Sources */,
L
liuruilong 已提交
415
				FCD04E6C20F31A280007374F /* SoftmaxKernel.swift in Sources */,
L
liuruilong 已提交
416
				FC4CB74B20F12C30007C0C6D /* ProgramOptimize.swift in Sources */,
L
liuruilong 已提交
417
				FC5163F620EF556E00636C28 /* Texture2DTo2DArrayKernel.swift in Sources */,
L
liuruilong 已提交
418
				FC039BC020E11CC20081E9F8 /* BlockDesc.swift in Sources */,
L
liuruilong 已提交
419
				FCD04E6820F315020007374F /* PoolKernel.swift in Sources */,
L
liuruilong 已提交
420 421 422
				FC039BAD20E11CBC0081E9F8 /* ReluOp.swift in Sources */,
				FC039BBE20E11CC20081E9F8 /* OpDesc.swift in Sources */,
				FC039B9720E11C9A0081E9F8 /* Extensions.swift in Sources */,
L
liuruilong 已提交
423 424 425 426 427 428
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
L
liuruilong 已提交
429
		FC039B7020E11C3C0081E9F8 /* Debug */ = {
L
liuruilong 已提交
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491
			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;
				CURRENT_PROJECT_VERSION = 1;
				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";
				VERSIONING_SYSTEM = "apple-generic";
				VERSION_INFO_PREFIX = "";
			};
			name = Debug;
		};
L
liuruilong 已提交
492
		FC039B7120E11C3C0081E9F8 /* Release */ = {
L
liuruilong 已提交
493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548
			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;
				CURRENT_PROJECT_VERSION = 1;
				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;
				VERSIONING_SYSTEM = "apple-generic";
				VERSION_INFO_PREFIX = "";
			};
			name = Release;
		};
L
liuruilong 已提交
549
		FC039B7320E11C3C0081E9F8 /* Debug */ = {
L
liuruilong 已提交
550
			isa = XCBuildConfiguration;
L
liuruilong 已提交
551
			baseConfigurationReference = CDF58151D902A1CBAE56A0C2 /* Pods-paddle-mobile.debug.xcconfig */;
L
liuruilong 已提交
552 553 554 555
			buildSettings = {
				CODE_SIGN_IDENTITY = "";
				CODE_SIGN_STYLE = Automatic;
				DEFINES_MODULE = YES;
L
liuruilong 已提交
556
				DEVELOPMENT_TEAM = A798K58VVL;
L
liuruilong 已提交
557 558 559 560 561
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
				INFOPLIST_FILE = "paddle-mobile/Info.plist";
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
L
liuruilong 已提交
562
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
L
liuruilong 已提交
563 564 565 566 567
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
					"@loader_path/Frameworks",
				);
L
update  
liuruilong 已提交
568
				MTL_LANGUAGE_REVISION = UseDeploymentTarget;
L
liuruilong 已提交
569 570 571 572 573 574 575 576
				PRODUCT_BUNDLE_IDENTIFIER = "orange.paddle-mobile";
				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
				SKIP_INSTALL = YES;
				SWIFT_VERSION = 4.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
L
liuruilong 已提交
577
		FC039B7420E11C3C0081E9F8 /* Release */ = {
L
liuruilong 已提交
578
			isa = XCBuildConfiguration;
L
liuruilong 已提交
579
			baseConfigurationReference = E2A7957C92EDA5C3BEC0FFC2 /* Pods-paddle-mobile.release.xcconfig */;
L
liuruilong 已提交
580 581 582 583
			buildSettings = {
				CODE_SIGN_IDENTITY = "";
				CODE_SIGN_STYLE = Automatic;
				DEFINES_MODULE = YES;
L
liuruilong 已提交
584
				DEVELOPMENT_TEAM = A798K58VVL;
L
liuruilong 已提交
585 586 587 588 589
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
				INFOPLIST_FILE = "paddle-mobile/Info.plist";
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
L
liuruilong 已提交
590
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
L
liuruilong 已提交
591 592 593 594 595
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
					"@loader_path/Frameworks",
				);
L
update  
liuruilong 已提交
596
				MTL_LANGUAGE_REVISION = UseDeploymentTarget;
L
liuruilong 已提交
597 598 599 600 601 602 603 604 605 606 607
				PRODUCT_BUNDLE_IDENTIFIER = "orange.paddle-mobile";
				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
				SKIP_INSTALL = YES;
				SWIFT_VERSION = 4.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
L
liuruilong 已提交
608
		FC039B6420E11C3C0081E9F8 /* Build configuration list for PBXProject "paddle-mobile" */ = {
L
liuruilong 已提交
609 610
			isa = XCConfigurationList;
			buildConfigurations = (
L
liuruilong 已提交
611 612
				FC039B7020E11C3C0081E9F8 /* Debug */,
				FC039B7120E11C3C0081E9F8 /* Release */,
L
liuruilong 已提交
613 614 615 616
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
L
liuruilong 已提交
617
		FC039B7220E11C3C0081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile" */ = {
L
liuruilong 已提交
618 619
			isa = XCConfigurationList;
			buildConfigurations = (
L
liuruilong 已提交
620 621
				FC039B7320E11C3C0081E9F8 /* Debug */,
				FC039B7420E11C3C0081E9F8 /* Release */,
L
liuruilong 已提交
622 623 624 625 626 627
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
L
liuruilong 已提交
628
	rootObject = FC039B6120E11C3C0081E9F8 /* Project object */;
L
liuruilong 已提交
629
}