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

/* Begin PBXBuildFile section */
10
		16324D842292ABDB0047277D /* NearestInterpKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16324D832292ABDB0047277D /* NearestInterpKernel.swift */; };
11 12
		165F38D32276CDEA0088E29F /* ConvAddReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165F38D22276CDEA0088E29F /* ConvAddReluOp.swift */; };
		165F38D52276CE7D0088E29F /* ConvAddReluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165F38D42276CE7D0088E29F /* ConvAddReluKernel.swift */; };
13 14 15
		16D3F3B522929C390067C45D /* SliceOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16D3F3B422929C390067C45D /* SliceOp.swift */; };
		16D3F3B722929C660067C45D /* NearestInterpOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16D3F3B622929C660067C45D /* NearestInterpOp.swift */; };
		16D3F3B922929D070067C45D /* SliceKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16D3F3B822929D070067C45D /* SliceKernel.swift */; };
16 17 18 19 20 21
		16FBFB36229259C60025B406 /* ExpOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16FBFB35229259C60025B406 /* ExpOp.swift */; };
		16FBFB3822925B030025B406 /* ExpKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16FBFB3722925B030025B406 /* ExpKernel.swift */; };
		16FBFB3A22925C3E0025B406 /* SigmoidKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16FBFB3922925C3E0025B406 /* SigmoidKernel.swift */; };
		16FBFB3C22925C800025B406 /* SigmoidOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16FBFB3B22925C800025B406 /* SigmoidOp.swift */; };
		16FBFB40229266FE0025B406 /* LeakyReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16FBFB3F229266FE0025B406 /* LeakyReluOp.swift */; };
		16FBFB422292684E0025B406 /* LeakyReluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16FBFB412292684E0025B406 /* LeakyReluKernel.swift */; };
22 23
		456BB7B421F5B356001474E2 /* Framework.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 456BB7B221F5B356001474E2 /* Framework.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		456BB7B521F5B356001474E2 /* Framework.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 456BB7B321F5B356001474E2 /* Framework.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; };
D
texture  
dolphin8 已提交
24 25 26 27 28 29 30
		4AA1EA862146625E00D0F791 /* BilinearInterpOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA1EA852146625E00D0F791 /* BilinearInterpOp.swift */; };
		4AA1EA88214662BD00D0F791 /* BilinearInterpKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA1EA87214662BD00D0F791 /* BilinearInterpKernel.swift */; };
		4AA1EA8C2146640900D0F791 /* SplitOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA1EA8B2146640900D0F791 /* SplitOp.swift */; };
		4AA1EA8E2146647F00D0F791 /* SplitKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA1EA8D2146647F00D0F791 /* SplitKernel.swift */; };
		4AA1EA92214665D700D0F791 /* ShapeOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA1EA91214665D700D0F791 /* ShapeOp.swift */; };
		4AA1EA942146661500D0F791 /* ShapeKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA1EA932146661500D0F791 /* ShapeKernel.swift */; };
		4AA1EA982146666500D0F791 /* FlattenOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA1EA972146666500D0F791 /* FlattenOp.swift */; };
D
dolphin8 已提交
31
		4AA1EAA2214912CD00D0F791 /* FlattenKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA1EAA1214912CC00D0F791 /* FlattenKernel.swift */; };
32 33 34 35
		A73DC749227F1C7A001EB663 /* ScaleOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73DC748227F1C7A001EB663 /* ScaleOp.swift */; };
		A73DC74B227F1EDE001EB663 /* ScaleOpKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73DC74A227F1EDE001EB663 /* ScaleOpKernel.swift */; };
		A7F26FDA22842EF200365D47 /* Relu6Op.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F26FD922842EF200365D47 /* Relu6Op.swift */; };
		A7F26FDC2284301500365D47 /* Relu6Kernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F26FDB2284301500365D47 /* Relu6Kernel.swift */; };
W
WayneLiu 已提交
36 37 38
		C28FE02F21BA68C00054EFAC /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C28FE02C21BA68C00054EFAC /* Metal.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
		C28FE03021BA68C00054EFAC /* MetalPerformanceShaders.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C28FE02D21BA68C00054EFAC /* MetalPerformanceShaders.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
		C28FE03121BA68C00054EFAC /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C28FE02E21BA68C00054EFAC /* MetalKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
L
liuruilong 已提交
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
		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 */; };
		FC039BB920E11CC20081E9F8 /* Scope.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB020E11CC20081E9F8 /* Scope.swift */; };
		FC039BBA20E11CC20081E9F8 /* TensorDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB120E11CC20081E9F8 /* TensorDesc.swift */; };
55 56
		FC039BBB20E11CC20081E9F8 /* PMProgramDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB220E11CC20081E9F8 /* PMProgramDesc.swift */; };
		FC039BBC20E11CC20081E9F8 /* PMVarDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB320E11CC20081E9F8 /* PMVarDesc.swift */; };
L
liuruilong 已提交
57
		FC039BBD20E11CC20081E9F8 /* Program.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB420E11CC20081E9F8 /* Program.swift */; };
58
		FC039BBE20E11CC20081E9F8 /* PMOpDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB520E11CC20081E9F8 /* PMOpDesc.swift */; };
L
liuruilong 已提交
59
		FC039BBF20E11CC20081E9F8 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB620E11CC20081E9F8 /* Attribute.swift */; };
60
		FC039BC020E11CC20081E9F8 /* PMBlockDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB720E11CC20081E9F8 /* PMBlockDesc.swift */; };
L
liuruilong 已提交
61 62 63 64
		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 已提交
65
		FC1CF3F721D4B4C400F7392E /* Runner.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1CF3F621D4B4C400F7392E /* Runner.swift */; };
66 67 68 69
		FC2BFCC221DF2F9100C262B2 /* GlobalConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2BFCC121DF2F9100C262B2 /* GlobalConfig.swift */; };
		FC2BFD4621DF685F00C262B2 /* Scale.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2BFD4521DF685F00C262B2 /* Scale.swift */; };
		FC2BFD4A21DF81DE00C262B2 /* Kernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2BFD4921DF81DE00C262B2 /* Kernel.swift */; };
		FC2BFD4E21DF820B00C262B2 /* ConvAddBatchNormReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2BFD4D21DF820A00C262B2 /* ConvAddBatchNormReluOp.swift */; };
L
liuruilong 已提交
70
		FC3602CC2108819F00FACB58 /* PaddleMobileUnitTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC3602CB2108819F00FACB58 /* PaddleMobileUnitTest.swift */; };
L
liuruilong 已提交
71
		FC4CB74B20F12C30007C0C6D /* ProgramOptimize.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4CB74A20F12C30007C0C6D /* ProgramOptimize.swift */; };
L
liuruilong 已提交
72
		FC5163F620EF556E00636C28 /* Texture2DTo2DArrayKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5163F520EF556E00636C28 /* Texture2DTo2DArrayKernel.swift */; };
L
liuruilong 已提交
73
		FC60DB8920E9AAA500FF203F /* MetalExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC60DB8820E9AAA500FF203F /* MetalExtension.swift */; };
L
liuruilong 已提交
74 75
		FC803BBF214CB65A0094B8E5 /* ConvAddPreluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC803BBE214CB65A0094B8E5 /* ConvAddPreluOp.swift */; };
		FC803BC1214CB77A0094B8E5 /* ConvAddPreluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC803BC0214CB77A0094B8E5 /* ConvAddPreluKernel.swift */; };
L
liuruilong 已提交
76
		FC82735920E3C04200BE430A /* OpCreator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC82735820E3C04200BE430A /* OpCreator.swift */; };
L
liuruilong 已提交
77 78
		FC9797C921D6101D00F2FD90 /* ResizeBilinearOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9797C821D6101D00F2FD90 /* ResizeBilinearOp.swift */; };
		FC9797CB21D6102D00F2FD90 /* ResizeBilinearKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9797CA21D6102D00F2FD90 /* ResizeBilinearKernel.swift */; };
L
liuruilong 已提交
79 80 81 82
		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 已提交
83
		FCB40E5921E0DCAB0075EC91 /* FetchKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCB40E5821E0DCAB0075EC91 /* FetchKernel.swift */; };
L
liuruilong 已提交
84 85 86 87 88 89 90 91 92 93 94 95 96 97
		FCBCCC572122F41300D94F7E /* DwConvBNReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC562122F41300D94F7E /* DwConvBNReluOp.swift */; };
		FCBCCC592122F42700D94F7E /* ConvBNReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC582122F42700D94F7E /* ConvBNReluOp.swift */; };
		FCBCCC5B2122F66F00D94F7E /* ConvBNReluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC5A2122F66F00D94F7E /* ConvBNReluKernel.swift */; };
		FCBCCC5D2122F8A100D94F7E /* DepthwiseConvOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC5C2122F8A100D94F7E /* DepthwiseConvOp.swift */; };
		FCBCCC5F2122FB3B00D94F7E /* PriorBoxOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC5E2122FB3B00D94F7E /* PriorBoxOp.swift */; };
		FCBCCC612122FBDF00D94F7E /* PriorBoxKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC602122FBDF00D94F7E /* PriorBoxKernel.swift */; };
		FCBCCC632122FCC000D94F7E /* TransposeKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC622122FCC000D94F7E /* TransposeKernel.swift */; };
		FCBCCC652122FCD700D94F7E /* TransposeOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC642122FCD700D94F7E /* TransposeOp.swift */; };
		FCBCCC67212306B000D94F7E /* ConcatOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC66212306B000D94F7E /* ConcatOp.swift */; };
		FCBCCC69212306D300D94F7E /* ConcatKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC68212306D300D94F7E /* ConcatKernel.swift */; };
		FCBCCC6B2123071700D94F7E /* BoxcoderOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC6A2123071700D94F7E /* BoxcoderOp.swift */; };
		FCBCCC6D2123073A00D94F7E /* BoxcoderKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC6C2123073A00D94F7E /* BoxcoderKernel.swift */; };
		FCBCCC6F2123097100D94F7E /* MulticlassNMSOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC6E2123097100D94F7E /* MulticlassNMSOp.swift */; };
		FCBCCC71212309A700D94F7E /* MulticlassNMSKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC70212309A700D94F7E /* MulticlassNMSKernel.swift */; };
L
liuruilong 已提交
98 99 100 101 102 103 104 105
		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 已提交
106
		FCDC0FEB21099A1D00DC9EFB /* Tools.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCDC0FEA21099A1D00DC9EFB /* Tools.swift */; };
107 108 109
		FCDDC6C6212F9FB800E5EF74 /* PreluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCDDC6C5212F9FB800E5EF74 /* PreluKernel.swift */; };
		FCDDC6C8212FA3CA00E5EF74 /* ConvTransposeKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCDDC6C7212FA3CA00E5EF74 /* ConvTransposeKernel.swift */; };
		FCDE8A33212A917900F4A8F6 /* ConvTransposeOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCDE8A32212A917900F4A8F6 /* ConvTransposeOp.swift */; };
L
update  
liuruilong 已提交
110 111 112 113
		FCE3A1A92153DE5100C37CDE /* ConvAddAddPreluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE3A1A82153DE5100C37CDE /* ConvAddAddPreluOp.swift */; };
		FCE3A1AB2153DE8C00C37CDE /* ConvAddAddPreluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE3A1AA2153DE8C00C37CDE /* ConvAddAddPreluKernel.swift */; };
		FCE3A1AD2153E8BA00C37CDE /* ElementwiseAddPreluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE3A1AC2153E8BA00C37CDE /* ElementwiseAddPreluOp.swift */; };
		FCE3A1AF2153E8EE00C37CDE /* ElementwiseAddPreluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE3A1AE2153E8EE00C37CDE /* ElementwiseAddPreluKernel.swift */; };
L
liuruilong 已提交
114
		FCE9D7B7214F869000B520C3 /* Net.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE9D7B6214F869000B520C3 /* Net.swift */; };
115
		FCEB684C212F093800D2448E /* PreluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEB684B212F093800D2448E /* PreluOp.swift */; };
L
liuruilong 已提交
116
		FCEBC0F620F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEBC0F520F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift */; };
L
liuruilong 已提交
117 118 119
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
120
		16324D832292ABDB0047277D /* NearestInterpKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearestInterpKernel.swift; sourceTree = "<group>"; };
121 122
		165F38D22276CDEA0088E29F /* ConvAddReluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddReluOp.swift; sourceTree = "<group>"; };
		165F38D42276CE7D0088E29F /* ConvAddReluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddReluKernel.swift; sourceTree = "<group>"; };
123 124 125
		16D3F3B422929C390067C45D /* SliceOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SliceOp.swift; sourceTree = "<group>"; };
		16D3F3B622929C660067C45D /* NearestInterpOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearestInterpOp.swift; sourceTree = "<group>"; };
		16D3F3B822929D070067C45D /* SliceKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SliceKernel.swift; sourceTree = "<group>"; };
126 127 128 129 130 131
		16FBFB35229259C60025B406 /* ExpOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExpOp.swift; sourceTree = "<group>"; };
		16FBFB3722925B030025B406 /* ExpKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExpKernel.swift; sourceTree = "<group>"; };
		16FBFB3922925C3E0025B406 /* SigmoidKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SigmoidKernel.swift; sourceTree = "<group>"; };
		16FBFB3B22925C800025B406 /* SigmoidOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SigmoidOp.swift; sourceTree = "<group>"; };
		16FBFB3F229266FE0025B406 /* LeakyReluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeakyReluOp.swift; sourceTree = "<group>"; };
		16FBFB412292684E0025B406 /* LeakyReluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeakyReluKernel.swift; sourceTree = "<group>"; };
132 133
		456BB7B221F5B356001474E2 /* Framework.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Framework.pbobjc.m; sourceTree = "<group>"; };
		456BB7B321F5B356001474E2 /* Framework.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Framework.pbobjc.h; sourceTree = "<group>"; };
D
texture  
dolphin8 已提交
134 135 136 137 138 139 140
		4AA1EA852146625E00D0F791 /* BilinearInterpOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BilinearInterpOp.swift; sourceTree = "<group>"; };
		4AA1EA87214662BD00D0F791 /* BilinearInterpKernel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BilinearInterpKernel.swift; sourceTree = "<group>"; };
		4AA1EA8B2146640900D0F791 /* SplitOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplitOp.swift; sourceTree = "<group>"; };
		4AA1EA8D2146647F00D0F791 /* SplitKernel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplitKernel.swift; sourceTree = "<group>"; };
		4AA1EA91214665D700D0F791 /* ShapeOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShapeOp.swift; sourceTree = "<group>"; };
		4AA1EA932146661500D0F791 /* ShapeKernel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShapeKernel.swift; sourceTree = "<group>"; };
		4AA1EA972146666500D0F791 /* FlattenOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlattenOp.swift; sourceTree = "<group>"; };
D
dolphin8 已提交
141
		4AA1EAA1214912CC00D0F791 /* FlattenKernel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlattenKernel.swift; sourceTree = "<group>"; };
142 143 144 145
		A73DC748227F1C7A001EB663 /* ScaleOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScaleOp.swift; sourceTree = "<group>"; };
		A73DC74A227F1EDE001EB663 /* ScaleOpKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScaleOpKernel.swift; sourceTree = "<group>"; };
		A7F26FD922842EF200365D47 /* Relu6Op.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Relu6Op.swift; sourceTree = "<group>"; };
		A7F26FDB2284301500365D47 /* Relu6Kernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Relu6Kernel.swift; sourceTree = "<group>"; };
X
xiaohaichun 已提交
146 147 148
		C28FE02C21BA68C00054EFAC /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
		C28FE02D21BA68C00054EFAC /* MetalPerformanceShaders.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalPerformanceShaders.framework; path = System/Library/Frameworks/MetalPerformanceShaders.framework; sourceTree = SDKROOT; };
		C28FE02E21BA68C00054EFAC /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; };
L
liuruilong 已提交
149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
		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>"; };
		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>"; };
169 170
		FC039BB220E11CC20081E9F8 /* PMProgramDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PMProgramDesc.swift; sourceTree = "<group>"; };
		FC039BB320E11CC20081E9F8 /* PMVarDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PMVarDesc.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
171
		FC039BB420E11CC20081E9F8 /* Program.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Program.swift; sourceTree = "<group>"; };
172
		FC039BB520E11CC20081E9F8 /* PMOpDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PMOpDesc.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
173
		FC039BB620E11CC20081E9F8 /* Attribute.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Attribute.swift; sourceTree = "<group>"; };
174
		FC039BB720E11CC20081E9F8 /* PMBlockDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PMBlockDesc.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
175 176 177 178
		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 已提交
179
		FC1CF3F621D4B4C400F7392E /* Runner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Runner.swift; sourceTree = "<group>"; };
180 181 182 183
		FC2BFCC121DF2F9100C262B2 /* GlobalConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlobalConfig.swift; sourceTree = "<group>"; };
		FC2BFD4521DF685F00C262B2 /* Scale.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Scale.swift; sourceTree = "<group>"; };
		FC2BFD4921DF81DE00C262B2 /* Kernel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Kernel.swift; sourceTree = "<group>"; };
		FC2BFD4D21DF820A00C262B2 /* ConvAddBatchNormReluOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConvAddBatchNormReluOp.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
184
		FC3602CB2108819F00FACB58 /* PaddleMobileUnitTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaddleMobileUnitTest.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
185
		FC4CB74A20F12C30007C0C6D /* ProgramOptimize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgramOptimize.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
186
		FC4FD97D2140F2C30073E130 /* libstdc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libstdc++.tbd"; path = "usr/lib/libstdc++.tbd"; sourceTree = SDKROOT; };
L
liuruilong 已提交
187
		FC5163F520EF556E00636C28 /* Texture2DTo2DArrayKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Texture2DTo2DArrayKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
188
		FC60DB8820E9AAA500FF203F /* MetalExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetalExtension.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
189 190
		FC803BBE214CB65A0094B8E5 /* ConvAddPreluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddPreluOp.swift; sourceTree = "<group>"; };
		FC803BC0214CB77A0094B8E5 /* ConvAddPreluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddPreluKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
191
		FC82735820E3C04200BE430A /* OpCreator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpCreator.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
192 193
		FC9797C821D6101D00F2FD90 /* ResizeBilinearOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResizeBilinearOp.swift; sourceTree = "<group>"; };
		FC9797CA21D6102D00F2FD90 /* ResizeBilinearKernel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResizeBilinearKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
194 195 196 197
		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 已提交
198
		FCB40E5821E0DCAB0075EC91 /* FetchKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FetchKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
199 200 201 202 203 204 205 206 207 208 209 210 211 212
		FCBCCC562122F41300D94F7E /* DwConvBNReluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DwConvBNReluOp.swift; sourceTree = "<group>"; };
		FCBCCC582122F42700D94F7E /* ConvBNReluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvBNReluOp.swift; sourceTree = "<group>"; };
		FCBCCC5A2122F66F00D94F7E /* ConvBNReluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvBNReluKernel.swift; sourceTree = "<group>"; };
		FCBCCC5C2122F8A100D94F7E /* DepthwiseConvOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DepthwiseConvOp.swift; sourceTree = "<group>"; };
		FCBCCC5E2122FB3B00D94F7E /* PriorBoxOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriorBoxOp.swift; sourceTree = "<group>"; };
		FCBCCC602122FBDF00D94F7E /* PriorBoxKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriorBoxKernel.swift; sourceTree = "<group>"; };
		FCBCCC622122FCC000D94F7E /* TransposeKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransposeKernel.swift; sourceTree = "<group>"; };
		FCBCCC642122FCD700D94F7E /* TransposeOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransposeOp.swift; sourceTree = "<group>"; };
		FCBCCC66212306B000D94F7E /* ConcatOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcatOp.swift; sourceTree = "<group>"; };
		FCBCCC68212306D300D94F7E /* ConcatKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcatKernel.swift; sourceTree = "<group>"; };
		FCBCCC6A2123071700D94F7E /* BoxcoderOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxcoderOp.swift; sourceTree = "<group>"; };
		FCBCCC6C2123073A00D94F7E /* BoxcoderKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxcoderKernel.swift; sourceTree = "<group>"; };
		FCBCCC6E2123097100D94F7E /* MulticlassNMSOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MulticlassNMSOp.swift; sourceTree = "<group>"; };
		FCBCCC70212309A700D94F7E /* MulticlassNMSKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MulticlassNMSKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
213 214 215 216 217 218 219 220
		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 已提交
221
		FCDC0FEA21099A1D00DC9EFB /* Tools.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tools.swift; sourceTree = "<group>"; };
222 223 224
		FCDDC6C5212F9FB800E5EF74 /* PreluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreluKernel.swift; sourceTree = "<group>"; };
		FCDDC6C7212FA3CA00E5EF74 /* ConvTransposeKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvTransposeKernel.swift; sourceTree = "<group>"; };
		FCDE8A32212A917900F4A8F6 /* ConvTransposeOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvTransposeOp.swift; sourceTree = "<group>"; };
L
update  
liuruilong 已提交
225 226 227 228
		FCE3A1A82153DE5100C37CDE /* ConvAddAddPreluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddAddPreluOp.swift; sourceTree = "<group>"; };
		FCE3A1AA2153DE8C00C37CDE /* ConvAddAddPreluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddAddPreluKernel.swift; sourceTree = "<group>"; };
		FCE3A1AC2153E8BA00C37CDE /* ElementwiseAddPreluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ElementwiseAddPreluOp.swift; sourceTree = "<group>"; };
		FCE3A1AE2153E8EE00C37CDE /* ElementwiseAddPreluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ElementwiseAddPreluKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
229
		FCE9D7B6214F869000B520C3 /* Net.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Net.swift; sourceTree = "<group>"; };
230
		FCEB684B212F093800D2448E /* PreluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreluOp.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
231
		FCEBC0F520F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvAddBatchNormReluKernel.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
232 233 234
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
L
liuruilong 已提交
235
		FC039B6620E11C3C0081E9F8 /* Frameworks */ = {
L
liuruilong 已提交
236 237 238
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
X
xiaohaichun 已提交
239 240 241
				C28FE02F21BA68C00054EFAC /* Metal.framework in Frameworks */,
				C28FE03021BA68C00054EFAC /* MetalPerformanceShaders.framework in Frameworks */,
				C28FE03121BA68C00054EFAC /* MetalKit.framework in Frameworks */,
L
liuruilong 已提交
242
				D3831F70E7E0B565B9AC22DA /* Pods_paddle_mobile.framework in Frameworks */,
L
liuruilong 已提交
243 244 245 246 247 248
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
L
liuruilong 已提交
249
		336CBE234BF5DE48658DE65F /* Frameworks */ = {
L
liuruilong 已提交
250 251
			isa = PBXGroup;
			children = (
X
xiaohaichun 已提交
252 253 254
				C28FE02C21BA68C00054EFAC /* Metal.framework */,
				C28FE02E21BA68C00054EFAC /* MetalKit.framework */,
				C28FE02D21BA68C00054EFAC /* MetalPerformanceShaders.framework */,
L
liuruilong 已提交
255
				FC4FD97D2140F2C30073E130 /* libstdc++.tbd */,
L
liuruilong 已提交
256
				DD2E06330A1E7129C918DB46 /* Pods_paddle_mobile.framework */,
L
liuruilong 已提交
257
			);
L
liuruilong 已提交
258
			name = Frameworks;
L
liuruilong 已提交
259 260
			sourceTree = "<group>";
		};
L
liuruilong 已提交
261
		8EB858F9B68D372C9F1CA263 /* Pods */ = {
L
liuruilong 已提交
262 263
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
264 265
				CDF58151D902A1CBAE56A0C2 /* Pods-paddle-mobile.debug.xcconfig */,
				E2A7957C92EDA5C3BEC0FFC2 /* Pods-paddle-mobile.release.xcconfig */,
L
liuruilong 已提交
266
			);
L
liuruilong 已提交
267
			name = Pods;
L
liuruilong 已提交
268 269
			sourceTree = "<group>";
		};
L
liuruilong 已提交
270
		FC039B6020E11C3C0081E9F8 = {
L
liuruilong 已提交
271 272
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
273 274 275 276
				FC039B6C20E11C3C0081E9F8 /* paddle-mobile */,
				FC039B6B20E11C3C0081E9F8 /* Products */,
				8EB858F9B68D372C9F1CA263 /* Pods */,
				336CBE234BF5DE48658DE65F /* Frameworks */,
L
liuruilong 已提交
277 278 279
			);
			sourceTree = "<group>";
		};
L
liuruilong 已提交
280
		FC039B6B20E11C3C0081E9F8 /* Products */ = {
L
liuruilong 已提交
281 282
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
283
				FC039B6A20E11C3C0081E9F8 /* paddle_mobile.framework */,
L
liuruilong 已提交
284
			);
L
liuruilong 已提交
285
			name = Products;
L
liuruilong 已提交
286 287
			sourceTree = "<group>";
		};
L
liuruilong 已提交
288
		FC039B6C20E11C3C0081E9F8 /* paddle-mobile */ = {
L
liuruilong 已提交
289 290
			isa = PBXGroup;
			children = (
291 292
				FC2BFD4721DF818000C262B2 /* API */,
				FC2BFD4821DF818000C262B2 /* Src */,
L
liuruilong 已提交
293 294
				FC039B6D20E11C3C0081E9F8 /* paddle_mobile.h */,
				FC039B6E20E11C3C0081E9F8 /* Info.plist */,
L
liuruilong 已提交
295
			);
L
liuruilong 已提交
296
			path = "paddle-mobile";
L
liuruilong 已提交
297 298
			sourceTree = "<group>";
		};
L
liuruilong 已提交
299
		FC039B9320E11C9A0081E9F8 /* Common */ = {
L
liuruilong 已提交
300 301
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
302 303 304
				FC039B9420E11C9A0081E9F8 /* Extensions.swift */,
				FC039B9520E11C9A0081E9F8 /* Errors.swift */,
				FC039B9620E11C9A0081E9F8 /* Types.swift */,
L
liuruilong 已提交
305
				FC3602CB2108819F00FACB58 /* PaddleMobileUnitTest.swift */,
L
liuruilong 已提交
306
				FC60DB8820E9AAA500FF203F /* MetalExtension.swift */,
L
liuruilong 已提交
307
				FCDC0FEA21099A1D00DC9EFB /* Tools.swift */,
L
liuruilong 已提交
308 309 310 311
			);
			path = Common;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
312
		FC039B9C20E11CB20081E9F8 /* Framework */ = {
L
liuruilong 已提交
313 314
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
315 316
				FC039BA120E11CB70081E9F8 /* Loader.swift */,
				FC039B9A20E11CA00081E9F8 /* Executor.swift */,
L
liuruilong 已提交
317 318
				FC039B9D20E11CB20081E9F8 /* Tensor.swift */,
				FC039B9E20E11CB20081E9F8 /* Dim.swift */,
L
liuruilong 已提交
319
				FC9D038320E23B01000F735A /* Texture.swift */,
L
liuruilong 已提交
320
			);
L
liuruilong 已提交
321
			path = Framework;
L
liuruilong 已提交
322 323
			sourceTree = "<group>";
		};
L
liuruilong 已提交
324
		FC039BA320E11CBC0081E9F8 /* Operators */ = {
L
liuruilong 已提交
325 326
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
327
				FC086BA520E67E8500D85EF7 /* Kernels */,
L
liuruilong 已提交
328
				FCD592FA20E248EC00252966 /* Base */,
329 330
				FC9797C821D6101D00F2FD90 /* ResizeBilinearOp.swift */,
				FC2BFD4D21DF820A00C262B2 /* ConvAddBatchNormReluOp.swift */,
L
liuruilong 已提交
331 332 333 334
				FC039BA420E11CBC0081E9F8 /* ConvOp.swift */,
				FC039BA520E11CBC0081E9F8 /* ElementwiseAddOp.swift */,
				FC039BA720E11CBC0081E9F8 /* BatchNormOp.swift */,
				FC039BA820E11CBC0081E9F8 /* ReluOp.swift */,
L
liuruilong 已提交
335 336
				FC9D037F20E22FBB000F735A /* FeedOp.swift */,
				FC9D038120E2312E000F735A /* FetchOp.swift */,
L
liuruilong 已提交
337 338 339 340
				FCD04E6520F314C50007374F /* PoolOp.swift */,
				FCD04E6920F319EC0007374F /* SoftmaxOp.swift */,
				FCD04E6D20F31B4B0007374F /* ReshapeOp.swift */,
				FCD04E7120F343420007374F /* ConvAddOp.swift */,
L
liuruilong 已提交
341 342 343 344 345 346 347
				FCBCCC562122F41300D94F7E /* DwConvBNReluOp.swift */,
				FCBCCC582122F42700D94F7E /* ConvBNReluOp.swift */,
				FCBCCC5C2122F8A100D94F7E /* DepthwiseConvOp.swift */,
				FCBCCC5E2122FB3B00D94F7E /* PriorBoxOp.swift */,
				FCBCCC642122FCD700D94F7E /* TransposeOp.swift */,
				FCBCCC66212306B000D94F7E /* ConcatOp.swift */,
				FCBCCC6A2123071700D94F7E /* BoxcoderOp.swift */,
D
texture  
dolphin8 已提交
348 349 350 351
				4AA1EA8B2146640900D0F791 /* SplitOp.swift */,
				4AA1EA91214665D700D0F791 /* ShapeOp.swift */,
				4AA1EA972146666500D0F791 /* FlattenOp.swift */,
				4AA1EA852146625E00D0F791 /* BilinearInterpOp.swift */,
L
liuruilong 已提交
352
				FCBCCC6E2123097100D94F7E /* MulticlassNMSOp.swift */,
353 354
				FCDE8A32212A917900F4A8F6 /* ConvTransposeOp.swift */,
				FCEB684B212F093800D2448E /* PreluOp.swift */,
L
liuruilong 已提交
355
				FC803BBE214CB65A0094B8E5 /* ConvAddPreluOp.swift */,
L
update  
liuruilong 已提交
356 357
				FCE3A1A82153DE5100C37CDE /* ConvAddAddPreluOp.swift */,
				FCE3A1AC2153E8BA00C37CDE /* ElementwiseAddPreluOp.swift */,
358
				165F38D22276CDEA0088E29F /* ConvAddReluOp.swift */,
359 360
				A73DC748227F1C7A001EB663 /* ScaleOp.swift */,
				A7F26FD922842EF200365D47 /* Relu6Op.swift */,
361 362 363
				16FBFB35229259C60025B406 /* ExpOp.swift */,
				16FBFB3B22925C800025B406 /* SigmoidOp.swift */,
				16FBFB3F229266FE0025B406 /* LeakyReluOp.swift */,
364 365
				16D3F3B422929C390067C45D /* SliceOp.swift */,
				16D3F3B622929C660067C45D /* NearestInterpOp.swift */,
L
liuruilong 已提交
366
			);
L
liuruilong 已提交
367
			path = Operators;
L
liuruilong 已提交
368 369
			sourceTree = "<group>";
		};
L
liuruilong 已提交
370
		FC039BAE20E11CC20081E9F8 /* Program */ = {
L
liuruilong 已提交
371 372
			isa = PBXGroup;
			children = (
373 374
				456BB7B321F5B356001474E2 /* Framework.pbobjc.h */,
				456BB7B221F5B356001474E2 /* Framework.pbobjc.m */,
L
liuruilong 已提交
375 376
				FC039BB020E11CC20081E9F8 /* Scope.swift */,
				FC039BB120E11CC20081E9F8 /* TensorDesc.swift */,
377 378
				FC039BB220E11CC20081E9F8 /* PMProgramDesc.swift */,
				FC039BB320E11CC20081E9F8 /* PMVarDesc.swift */,
L
liuruilong 已提交
379
				FC039BB420E11CC20081E9F8 /* Program.swift */,
380
				FC039BB520E11CC20081E9F8 /* PMOpDesc.swift */,
L
liuruilong 已提交
381
				FC039BB620E11CC20081E9F8 /* Attribute.swift */,
382
				FC039BB720E11CC20081E9F8 /* PMBlockDesc.swift */,
L
liuruilong 已提交
383
				FC4CB74A20F12C30007C0C6D /* ProgramOptimize.swift */,
L
liuruilong 已提交
384
			);
L
liuruilong 已提交
385
			path = Program;
L
liuruilong 已提交
386 387
			sourceTree = "<group>";
		};
L
liuruilong 已提交
388
		FC086BA520E67E8500D85EF7 /* Kernels */ = {
L
liuruilong 已提交
389 390
			isa = PBXGroup;
			children = (
391
				FCDDC6CD212FE02100E5EF74 /* Base */,
392
				FC9797CA21D6102D00F2FD90 /* ResizeBilinearKernel.swift */,
393
				FCDDC6C7212FA3CA00E5EF74 /* ConvTransposeKernel.swift */,
L
liuruilong 已提交
394 395 396 397
				FC0E2DBB20EE45FE009C1FAC /* ConvKernel.swift */,
				FC0E2DB920EE3B8D009C1FAC /* ReluKernel.swift */,
				FC0E2DBD20EE460D009C1FAC /* BatchNormKernel.swift */,
				FC0E2DBF20EE461F009C1FAC /* ElementwiseAddKernel.swift */,
L
liuruilong 已提交
398
				FC5163F520EF556E00636C28 /* Texture2DTo2DArrayKernel.swift */,
L
liuruilong 已提交
399
				FCEBC0F520F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift */,
L
liuruilong 已提交
400 401 402
				FCD04E6720F315020007374F /* PoolKernel.swift */,
				FCD04E6B20F31A280007374F /* SoftmaxKernel.swift */,
				FCD04E6F20F31B720007374F /* ReshapeKernel.swift */,
D
dolphin8 已提交
403
				4AA1EAA1214912CC00D0F791 /* FlattenKernel.swift */,
L
liuruilong 已提交
404
				FCD04E7320F3437E0007374F /* ConvAddKernel.swift */,
L
liuruilong 已提交
405 406 407 408 409
				FCBCCC5A2122F66F00D94F7E /* ConvBNReluKernel.swift */,
				FCBCCC602122FBDF00D94F7E /* PriorBoxKernel.swift */,
				FCBCCC622122FCC000D94F7E /* TransposeKernel.swift */,
				FCBCCC68212306D300D94F7E /* ConcatKernel.swift */,
				FCBCCC6C2123073A00D94F7E /* BoxcoderKernel.swift */,
D
texture  
dolphin8 已提交
410 411 412
				4AA1EA8D2146647F00D0F791 /* SplitKernel.swift */,
				4AA1EA932146661500D0F791 /* ShapeKernel.swift */,
				4AA1EA87214662BD00D0F791 /* BilinearInterpKernel.swift */,
L
liuruilong 已提交
413
				FCBCCC70212309A700D94F7E /* MulticlassNMSKernel.swift */,
414
				FCDDC6C5212F9FB800E5EF74 /* PreluKernel.swift */,
L
liuruilong 已提交
415
				FC803BC0214CB77A0094B8E5 /* ConvAddPreluKernel.swift */,
L
update  
liuruilong 已提交
416 417
				FCE3A1AA2153DE8C00C37CDE /* ConvAddAddPreluKernel.swift */,
				FCE3A1AE2153E8EE00C37CDE /* ElementwiseAddPreluKernel.swift */,
418
				FC2BFD4521DF685F00C262B2 /* Scale.swift */,
L
liuruilong 已提交
419
				FCB40E5821E0DCAB0075EC91 /* FetchKernel.swift */,
420
				165F38D42276CE7D0088E29F /* ConvAddReluKernel.swift */,
421 422
				A73DC74A227F1EDE001EB663 /* ScaleOpKernel.swift */,
				A7F26FDB2284301500365D47 /* Relu6Kernel.swift */,
423 424 425
				16FBFB3722925B030025B406 /* ExpKernel.swift */,
				16FBFB3922925C3E0025B406 /* SigmoidKernel.swift */,
				16FBFB412292684E0025B406 /* LeakyReluKernel.swift */,
426 427
				16D3F3B822929D070067C45D /* SliceKernel.swift */,
				16324D832292ABDB0047277D /* NearestInterpKernel.swift */,
L
liuruilong 已提交
428 429 430 431
			);
			path = Kernels;
			sourceTree = "<group>";
		};
432
		FC2BFD4721DF818000C262B2 /* API */ = {
L
liuruilong 已提交
433 434
			isa = PBXGroup;
			children = (
435 436 437 438 439 440 441 442 443 444 445 446
				FCE9D7B6214F869000B520C3 /* Net.swift */,
				FC1CF3F621D4B4C400F7392E /* Runner.swift */,
				FC2BFCC121DF2F9100C262B2 /* GlobalConfig.swift */,
			);
			path = API;
			sourceTree = "<group>";
		};
		FC2BFD4821DF818000C262B2 /* Src */ = {
			isa = PBXGroup;
			children = (
				FC039BAE20E11CC20081E9F8 /* Program */,
				FC039BA320E11CBC0081E9F8 /* Operators */,
L
liuruilong 已提交
447
				FC039B9C20E11CB20081E9F8 /* Framework */,
448
				FC039B9320E11C9A0081E9F8 /* Common */,
L
liuruilong 已提交
449
			);
450
			path = Src;
L
liuruilong 已提交
451 452
			sourceTree = "<group>";
		};
L
liuruilong 已提交
453 454 455 456 457
		FCD592FA20E248EC00252966 /* Base */ = {
			isa = PBXGroup;
			children = (
				FC9D037820E229E4000F735A /* OpParam.swift */,
				FC039BA620E11CBC0081E9F8 /* Operator.swift */,
L
liuruilong 已提交
458
				FC82735820E3C04200BE430A /* OpCreator.swift */,
L
liuruilong 已提交
459 460 461 462
			);
			path = Base;
			sourceTree = "<group>";
		};
463 464 465
		FCDDC6CD212FE02100E5EF74 /* Base */ = {
			isa = PBXGroup;
			children = (
466
				FC2BFD4921DF81DE00C262B2 /* Kernel.swift */,
467 468 469 470
			);
			path = Base;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
471 472 473
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
L
liuruilong 已提交
474
		FC039B6720E11C3C0081E9F8 /* Headers */ = {
L
liuruilong 已提交
475 476 477
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
478
				456BB7B521F5B356001474E2 /* Framework.pbobjc.h in Headers */,
L
liuruilong 已提交
479
				FC039B6F20E11C3C0081E9F8 /* paddle_mobile.h in Headers */,
L
liuruilong 已提交
480 481 482 483 484 485
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
L
liuruilong 已提交
486
		FC039B6920E11C3C0081E9F8 /* paddle-mobile */ = {
L
liuruilong 已提交
487
			isa = PBXNativeTarget;
L
liuruilong 已提交
488
			buildConfigurationList = FC039B7220E11C3C0081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile" */;
L
liuruilong 已提交
489
			buildPhases = (
L
liuruilong 已提交
490 491 492 493 494
				AF33BB8D0770A77AC22B5EF4 /* [CP] Check Pods Manifest.lock */,
				FC039B6520E11C3C0081E9F8 /* Sources */,
				FC039B6620E11C3C0081E9F8 /* Frameworks */,
				FC039B6720E11C3C0081E9F8 /* Headers */,
				FC039B6820E11C3C0081E9F8 /* Resources */,
L
liuruilong 已提交
495 496 497 498 499 500 501
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "paddle-mobile";
			productName = "paddle-mobile";
L
liuruilong 已提交
502
			productReference = FC039B6A20E11C3C0081E9F8 /* paddle_mobile.framework */;
L
liuruilong 已提交
503 504 505 506 507
			productType = "com.apple.product-type.framework";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
L
liuruilong 已提交
508
		FC039B6120E11C3C0081E9F8 /* Project object */ = {
L
liuruilong 已提交
509 510 511 512 513
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0930;
				ORGANIZATIONNAME = orange;
				TargetAttributes = {
L
liuruilong 已提交
514
					FC039B6920E11C3C0081E9F8 = {
L
liuruilong 已提交
515
						CreatedOnToolsVersion = 9.3.1;
516
						LastSwiftMigration = 1000;
L
liuruilong 已提交
517 518 519
					};
				};
			};
L
liuruilong 已提交
520
			buildConfigurationList = FC039B6420E11C3C0081E9F8 /* Build configuration list for PBXProject "paddle-mobile" */;
L
liuruilong 已提交
521 522 523 524 525 526
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
L
liuruilong 已提交
527 528
			mainGroup = FC039B6020E11C3C0081E9F8;
			productRefGroup = FC039B6B20E11C3C0081E9F8 /* Products */;
L
liuruilong 已提交
529 530 531
			projectDirPath = "";
			projectRoot = "";
			targets = (
L
liuruilong 已提交
532
				FC039B6920E11C3C0081E9F8 /* paddle-mobile */,
L
liuruilong 已提交
533 534 535 536 537
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
L
liuruilong 已提交
538
		FC039B6820E11C3C0081E9F8 /* Resources */ = {
L
liuruilong 已提交
539 540 541 542 543 544 545 546 547
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
L
liuruilong 已提交
548
		AF33BB8D0770A77AC22B5EF4 /* [CP] Check Pods Manifest.lock */ = {
L
liuruilong 已提交
549 550 551 552 553 554 555 556 557 558 559 560 561 562
			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;
C
codeWorm 已提交
563
			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";
L
liuruilong 已提交
564 565 566 567 568
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
L
liuruilong 已提交
569
		FC039B6520E11C3C0081E9F8 /* Sources */ = {
L
liuruilong 已提交
570 571 572
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
573
				FC9D038020E22FBB000F735A /* FeedOp.swift in Sources */,
L
liuruilong 已提交
574
				FC039B9F20E11CB20081E9F8 /* Tensor.swift in Sources */,
575
				A73DC74B227F1EDE001EB663 /* ScaleOpKernel.swift in Sources */,
D
texture  
dolphin8 已提交
576
				4AA1EA942146661500D0F791 /* ShapeKernel.swift in Sources */,
L
liuruilong 已提交
577
				FC0E2DBC20EE45FE009C1FAC /* ConvKernel.swift in Sources */,
578
				16FBFB3A22925C3E0025B406 /* SigmoidKernel.swift in Sources */,
L
liuruilong 已提交
579
				FC039BAA20E11CBC0081E9F8 /* ElementwiseAddOp.swift in Sources */,
580
				FCDE8A33212A917900F4A8F6 /* ConvTransposeOp.swift in Sources */,
L
liuruilong 已提交
581
				FCBCCC6B2123071700D94F7E /* BoxcoderOp.swift in Sources */,
582
				16D3F3B522929C390067C45D /* SliceOp.swift in Sources */,
L
liuruilong 已提交
583
				FC039B9B20E11CA00081E9F8 /* Executor.swift in Sources */,
L
liuruilong 已提交
584 585
				FCD04E7020F31B720007374F /* ReshapeKernel.swift in Sources */,
				FCD04E7220F343420007374F /* ConvAddOp.swift in Sources */,
586
				FC039BBB20E11CC20081E9F8 /* PMProgramDesc.swift in Sources */,
L
update  
liuruilong 已提交
587
				FCE3A1AB2153DE8C00C37CDE /* ConvAddAddPreluKernel.swift in Sources */,
L
liuruilong 已提交
588
				FC9D037920E229E4000F735A /* OpParam.swift in Sources */,
589
				16324D842292ABDB0047277D /* NearestInterpKernel.swift in Sources */,
L
liuruilong 已提交
590
				FC3602CC2108819F00FACB58 /* PaddleMobileUnitTest.swift in Sources */,
591
				FCDDC6C6212F9FB800E5EF74 /* PreluKernel.swift in Sources */,
L
liuruilong 已提交
592
				FC9797CB21D6102D00F2FD90 /* ResizeBilinearKernel.swift in Sources */,
L
liuruilong 已提交
593
				FCBCCC5B2122F66F00D94F7E /* ConvBNReluKernel.swift in Sources */,
D
texture  
dolphin8 已提交
594
				4AA1EA8C2146640900D0F791 /* SplitOp.swift in Sources */,
L
liuruilong 已提交
595
				FC0E2DC020EE461F009C1FAC /* ElementwiseAddKernel.swift in Sources */,
596
				165F38D52276CE7D0088E29F /* ConvAddReluKernel.swift in Sources */,
L
liuruilong 已提交
597
				FC803BBF214CB65A0094B8E5 /* ConvAddPreluOp.swift in Sources */,
598
				FCEB684C212F093800D2448E /* PreluOp.swift in Sources */,
L
liuruilong 已提交
599
				FC60DB8920E9AAA500FF203F /* MetalExtension.swift in Sources */,
L
liuruilong 已提交
600
				FCEBC0F620F1FE120099DBAF /* ConvAddBatchNormReluKernel.swift in Sources */,
601
				16FBFB422292684E0025B406 /* LeakyReluKernel.swift in Sources */,
L
liuruilong 已提交
602
				FC039BBA20E11CC20081E9F8 /* TensorDesc.swift in Sources */,
603
				16FBFB36229259C60025B406 /* ExpOp.swift in Sources */,
L
liuruilong 已提交
604 605
				FC039BA020E11CB20081E9F8 /* Dim.swift in Sources */,
				FC039B9920E11C9A0081E9F8 /* Types.swift in Sources */,
L
liuruilong 已提交
606
				FCBCCC592122F42700D94F7E /* ConvBNReluOp.swift in Sources */,
L
liuruilong 已提交
607
				FC039BA920E11CBC0081E9F8 /* ConvOp.swift in Sources */,
608
				FC2BFD4A21DF81DE00C262B2 /* Kernel.swift in Sources */,
L
liuruilong 已提交
609
				FC9D038420E23B01000F735A /* Texture.swift in Sources */,
610
				FC2BFD4E21DF820B00C262B2 /* ConvAddBatchNormReluOp.swift in Sources */,
D
dolphin8 已提交
611
				4AA1EAA2214912CD00D0F791 /* FlattenKernel.swift in Sources */,
D
texture  
dolphin8 已提交
612
				4AA1EA982146666500D0F791 /* FlattenOp.swift in Sources */,
613
				FC2BFCC221DF2F9100C262B2 /* GlobalConfig.swift in Sources */,
614
				456BB7B421F5B356001474E2 /* Framework.pbobjc.m in Sources */,
L
liuruilong 已提交
615
				FCBCCC652122FCD700D94F7E /* TransposeOp.swift in Sources */,
L
liuruilong 已提交
616
				FCD04E6E20F31B4B0007374F /* ReshapeOp.swift in Sources */,
L
liuruilong 已提交
617 618
				FC039B9820E11C9A0081E9F8 /* Errors.swift in Sources */,
				FC039BBF20E11CC20081E9F8 /* Attribute.swift in Sources */,
D
texture  
dolphin8 已提交
619
				4AA1EA8E2146647F00D0F791 /* SplitKernel.swift in Sources */,
L
liuruilong 已提交
620
				FCD04E7420F3437E0007374F /* ConvAddKernel.swift in Sources */,
L
liuruilong 已提交
621
				FC1CF3F721D4B4C400F7392E /* Runner.swift in Sources */,
622
				16D3F3B722929C660067C45D /* NearestInterpOp.swift in Sources */,
L
liuruilong 已提交
623
				FC039BB920E11CC20081E9F8 /* Scope.swift in Sources */,
L
liuruilong 已提交
624
				FCD04E6620F314C50007374F /* PoolOp.swift in Sources */,
L
liuruilong 已提交
625
				FC039BAC20E11CBC0081E9F8 /* BatchNormOp.swift in Sources */,
L
liuruilong 已提交
626
				FCBCCC6F2123097100D94F7E /* MulticlassNMSOp.swift in Sources */,
627
				FC039BBC20E11CC20081E9F8 /* PMVarDesc.swift in Sources */,
L
liuruilong 已提交
628 629
				FCBCCC632122FCC000D94F7E /* TransposeKernel.swift in Sources */,
				FCBCCC71212309A700D94F7E /* MulticlassNMSKernel.swift in Sources */,
L
liuruilong 已提交
630
				FCDC0FEB21099A1D00DC9EFB /* Tools.swift in Sources */,
L
liuruilong 已提交
631
				FC0E2DBA20EE3B8D009C1FAC /* ReluKernel.swift in Sources */,
D
texture  
dolphin8 已提交
632
				4AA1EA862146625E00D0F791 /* BilinearInterpOp.swift in Sources */,
L
liuruilong 已提交
633
				FCBCCC6D2123073A00D94F7E /* BoxcoderKernel.swift in Sources */,
L
liuruilong 已提交
634
				FCB40E5921E0DCAB0075EC91 /* FetchKernel.swift in Sources */,
635
				16FBFB3822925B030025B406 /* ExpKernel.swift in Sources */,
L
liuruilong 已提交
636
				FCBCCC69212306D300D94F7E /* ConcatKernel.swift in Sources */,
637
				FCDDC6C8212FA3CA00E5EF74 /* ConvTransposeKernel.swift in Sources */,
L
liuruilong 已提交
638
				FC82735920E3C04200BE430A /* OpCreator.swift in Sources */,
D
texture  
dolphin8 已提交
639
				4AA1EA92214665D700D0F791 /* ShapeOp.swift in Sources */,
L
liuruilong 已提交
640
				FC803BC1214CB77A0094B8E5 /* ConvAddPreluKernel.swift in Sources */,
L
liuruilong 已提交
641
				FCBCCC5D2122F8A100D94F7E /* DepthwiseConvOp.swift in Sources */,
L
update  
liuruilong 已提交
642
				FCE3A1AF2153E8EE00C37CDE /* ElementwiseAddPreluKernel.swift in Sources */,
643
				16D3F3B922929D070067C45D /* SliceKernel.swift in Sources */,
L
liuruilong 已提交
644
				FCE9D7B7214F869000B520C3 /* Net.swift in Sources */,
L
liuruilong 已提交
645
				FC0E2DBE20EE460D009C1FAC /* BatchNormKernel.swift in Sources */,
L
liuruilong 已提交
646
				FC039BAB20E11CBC0081E9F8 /* Operator.swift in Sources */,
L
liuruilong 已提交
647
				FCD04E6A20F319EC0007374F /* SoftmaxOp.swift in Sources */,
648
				A7F26FDA22842EF200365D47 /* Relu6Op.swift in Sources */,
L
liuruilong 已提交
649 650
				FCBCCC612122FBDF00D94F7E /* PriorBoxKernel.swift in Sources */,
				FCBCCC5F2122FB3B00D94F7E /* PriorBoxOp.swift in Sources */,
L
liuruilong 已提交
651
				FC9D038220E2312E000F735A /* FetchOp.swift in Sources */,
L
liuruilong 已提交
652 653
				FC039BBD20E11CC20081E9F8 /* Program.swift in Sources */,
				FC039BA220E11CB70081E9F8 /* Loader.swift in Sources */,
654
				16FBFB3C22925C800025B406 /* SigmoidOp.swift in Sources */,
655
				165F38D32276CDEA0088E29F /* ConvAddReluOp.swift in Sources */,
L
liuruilong 已提交
656
				FCBCCC67212306B000D94F7E /* ConcatOp.swift in Sources */,
L
liuruilong 已提交
657
				FCD04E6C20F31A280007374F /* SoftmaxKernel.swift in Sources */,
L
liuruilong 已提交
658
				FC4CB74B20F12C30007C0C6D /* ProgramOptimize.swift in Sources */,
L
update  
liuruilong 已提交
659
				FCE3A1A92153DE5100C37CDE /* ConvAddAddPreluOp.swift in Sources */,
L
liuruilong 已提交
660
				FC5163F620EF556E00636C28 /* Texture2DTo2DArrayKernel.swift in Sources */,
L
update  
liuruilong 已提交
661
				FCE3A1AD2153E8BA00C37CDE /* ElementwiseAddPreluOp.swift in Sources */,
662
				FC039BC020E11CC20081E9F8 /* PMBlockDesc.swift in Sources */,
663
				A7F26FDC2284301500365D47 /* Relu6Kernel.swift in Sources */,
L
liuruilong 已提交
664
				FCD04E6820F315020007374F /* PoolKernel.swift in Sources */,
L
liuruilong 已提交
665
				FC039BAD20E11CBC0081E9F8 /* ReluOp.swift in Sources */,
L
liuruilong 已提交
666
				FCBCCC572122F41300D94F7E /* DwConvBNReluOp.swift in Sources */,
667
				16FBFB40229266FE0025B406 /* LeakyReluOp.swift in Sources */,
668
				FC039BBE20E11CC20081E9F8 /* PMOpDesc.swift in Sources */,
L
liuruilong 已提交
669
				FC9797C921D6101D00F2FD90 /* ResizeBilinearOp.swift in Sources */,
D
texture  
dolphin8 已提交
670
				4AA1EA88214662BD00D0F791 /* BilinearInterpKernel.swift in Sources */,
671
				FC2BFD4621DF685F00C262B2 /* Scale.swift in Sources */,
L
liuruilong 已提交
672
				FC039B9720E11C9A0081E9F8 /* Extensions.swift in Sources */,
673
				A73DC749227F1C7A001EB663 /* ScaleOp.swift in Sources */,
L
liuruilong 已提交
674 675 676 677 678 679
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
L
liuruilong 已提交
680
		FC039B7020E11C3C0081E9F8 /* Debug */ = {
L
liuruilong 已提交
681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742
			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 已提交
743
		FC039B7120E11C3C0081E9F8 /* Release */ = {
L
liuruilong 已提交
744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799
			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 已提交
800
		FC039B7320E11C3C0081E9F8 /* Debug */ = {
L
liuruilong 已提交
801
			isa = XCBuildConfiguration;
L
liuruilong 已提交
802
			baseConfigurationReference = CDF58151D902A1CBAE56A0C2 /* Pods-paddle-mobile.debug.xcconfig */;
L
liuruilong 已提交
803
			buildSettings = {
L
liuruilong 已提交
804
				CLANG_ENABLE_MODULES = YES;
L
liuruilong 已提交
805 806
				CODE_SIGN_IDENTITY = "iPhone Developer";
				CODE_SIGN_STYLE = Automatic;
L
liuruilong 已提交
807
				DEFINES_MODULE = YES;
L
liuruilong 已提交
808
				DEVELOPMENT_TEAM = A798K58VVL;
L
liuruilong 已提交
809 810 811
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
812
				ENABLE_BITCODE = YES;
L
liuruilong 已提交
813 814
				INFOPLIST_FILE = "paddle-mobile/Info.plist";
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
L
liuruilong 已提交
815
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
L
liuruilong 已提交
816 817 818 819 820
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
					"@loader_path/Frameworks",
				);
L
liuruilong 已提交
821 822 823 824
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/paddle-mobile/CPU",
				);
L
liuruilong 已提交
825
				MACH_O_TYPE = staticlib;
L
update  
liuruilong 已提交
826
				MTL_LANGUAGE_REVISION = UseDeploymentTarget;
L
liuruilong 已提交
827 828
				PRODUCT_BUNDLE_IDENTIFIER = "orange.paddle-mobile";
				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
X
xiaohaichun 已提交
829
				PROVISIONING_PROFILE_SPECIFIER = "";
L
liuruilong 已提交
830
				SKIP_INSTALL = YES;
L
liuruilong 已提交
831
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
L
liuruilong 已提交
832 833 834 835 836
				SWIFT_VERSION = 4.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
L
liuruilong 已提交
837
		FC039B7420E11C3C0081E9F8 /* Release */ = {
L
liuruilong 已提交
838
			isa = XCBuildConfiguration;
L
liuruilong 已提交
839
			baseConfigurationReference = E2A7957C92EDA5C3BEC0FFC2 /* Pods-paddle-mobile.release.xcconfig */;
L
liuruilong 已提交
840
			buildSettings = {
L
liuruilong 已提交
841
				CLANG_ENABLE_MODULES = YES;
L
liuruilong 已提交
842 843
				CODE_SIGN_IDENTITY = "iPhone Developer";
				CODE_SIGN_STYLE = Automatic;
L
liuruilong 已提交
844
				DEFINES_MODULE = YES;
L
liuruilong 已提交
845
				DEVELOPMENT_TEAM = A798K58VVL;
L
liuruilong 已提交
846 847 848
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
849
				ENABLE_BITCODE = YES;
L
liuruilong 已提交
850 851
				INFOPLIST_FILE = "paddle-mobile/Info.plist";
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
L
liuruilong 已提交
852
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
L
liuruilong 已提交
853 854 855 856 857
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
					"@loader_path/Frameworks",
				);
L
liuruilong 已提交
858 859 860 861
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/paddle-mobile/CPU",
				);
L
liuruilong 已提交
862
				MACH_O_TYPE = staticlib;
L
update  
liuruilong 已提交
863
				MTL_LANGUAGE_REVISION = UseDeploymentTarget;
L
liuruilong 已提交
864 865
				PRODUCT_BUNDLE_IDENTIFIER = "orange.paddle-mobile";
				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
X
xiaohaichun 已提交
866
				PROVISIONING_PROFILE_SPECIFIER = "";
L
liuruilong 已提交
867 868 869 870 871 872 873 874 875
				SKIP_INSTALL = YES;
				SWIFT_VERSION = 4.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
L
liuruilong 已提交
876
		FC039B6420E11C3C0081E9F8 /* Build configuration list for PBXProject "paddle-mobile" */ = {
L
liuruilong 已提交
877 878
			isa = XCConfigurationList;
			buildConfigurations = (
L
liuruilong 已提交
879 880
				FC039B7020E11C3C0081E9F8 /* Debug */,
				FC039B7120E11C3C0081E9F8 /* Release */,
L
liuruilong 已提交
881 882 883 884
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
L
liuruilong 已提交
885
		FC039B7220E11C3C0081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile" */ = {
L
liuruilong 已提交
886 887
			isa = XCConfigurationList;
			buildConfigurations = (
L
liuruilong 已提交
888 889
				FC039B7320E11C3C0081E9F8 /* Debug */,
				FC039B7420E11C3C0081E9F8 /* Release */,
L
liuruilong 已提交
890 891 892 893 894 895
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
L
liuruilong 已提交
896
	rootObject = FC039B6120E11C3C0081E9F8 /* Project object */;
L
liuruilong 已提交
897
}