project.pbxproj 26.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
		30D0ED21F392CFA3885B1002 /* Pods_paddle_mobile_demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */; };
L
liuruilong 已提交
11
		FC013928210204A3008100E3 /* PreProcessKernel.metal in Sources */ = {isa = PBXBuildFile; fileRef = FC013927210204A3008100E3 /* PreProcessKernel.metal */; };
L
liuruilong 已提交
12 13 14 15 16
		FC039B8220E11C550081E9F8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B8120E11C550081E9F8 /* AppDelegate.swift */; };
		FC039B8420E11C550081E9F8 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B8320E11C550081E9F8 /* ViewController.swift */; };
		FC039B8720E11C550081E9F8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8520E11C550081E9F8 /* Main.storyboard */; };
		FC039B8920E11C560081E9F8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8820E11C560081E9F8 /* Assets.xcassets */; };
		FC039B8C20E11C560081E9F8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */; };
L
update  
liuruilong 已提交
17
		FC27991021341CE5000B6BAD /* Net.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC27990F21341CE5000B6BAD /* Net.swift */; };
L
liuruilong 已提交
18
		FC27991321343A3A000B6BAD /* CPUCompute.mm in Sources */ = {isa = PBXBuildFile; fileRef = FC27991221343A3A000B6BAD /* CPUCompute.mm */; };
L
update  
liuruilong 已提交
19 20
		FC3C800F2133F46600D1295E /* MobileNetSSD.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC3C800E2133F46600D1295E /* MobileNetSSD.swift */; };
		FC3C80112133F4AB00D1295E /* MobileNet.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC3C80102133F4AB00D1295E /* MobileNet.swift */; };
L
liuruilong 已提交
21 22
		FC8CFEDB21351F5D0094D569 /* params in Resources */ = {isa = PBXBuildFile; fileRef = FC8CFED921351F5D0094D569 /* params */; };
		FC8CFEDC21351F5D0094D569 /* model in Resources */ = {isa = PBXBuildFile; fileRef = FC8CFEDA21351F5D0094D569 /* model */; };
L
liuruilong 已提交
23 24
		FC918191211DBC3500B6F354 /* paddle-mobile.png in Resources */ = {isa = PBXBuildFile; fileRef = FC918190211DBC3500B6F354 /* paddle-mobile.png */; };
		FC918193211DC70500B6F354 /* iphone.JPG in Resources */ = {isa = PBXBuildFile; fileRef = FC918192211DC70500B6F354 /* iphone.JPG */; };
L
liuruilong 已提交
25
		FCA3A16121313E1F00084FE5 /* hand.jpg in Resources */ = {isa = PBXBuildFile; fileRef = FCA3A16021313E1F00084FE5 /* hand.jpg */; };
L
liuruilong 已提交
26 27 28
		FCBCCC522122EEDC00D94F7E /* ssd_hand_params in Resources */ = {isa = PBXBuildFile; fileRef = FCBCCC502122EEDC00D94F7E /* ssd_hand_params */; };
		FCBCCC532122EEDC00D94F7E /* ssd_hand_model in Resources */ = {isa = PBXBuildFile; fileRef = FCBCCC512122EEDC00D94F7E /* ssd_hand_model */; };
		FCBCCC552122EF5500D94F7E /* MetalHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBCCC542122EF5400D94F7E /* MetalHelper.swift */; };
L
liuruilong 已提交
29 30
		FCD04E6320F3146B0007374F /* params in Resources */ = {isa = PBXBuildFile; fileRef = FCD04E6120F3146A0007374F /* params */; };
		FCD04E6420F3146B0007374F /* model in Resources */ = {isa = PBXBuildFile; fileRef = FCD04E6220F3146A0007374F /* model */; };
L
liuruilong 已提交
31
		FCDFD41B211D91C7005AB38B /* synset.txt in Resources */ = {isa = PBXBuildFile; fileRef = FCDFD41A211D91C7005AB38B /* synset.txt */; };
L
liuruilong 已提交
32 33
		FCEBEC2C20E1391F00C0B14D /* paddle_mobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FCEBEC2B20E1391F00C0B14D /* paddle_mobile.framework */; };
		FCEBEC2D20E1391F00C0B14D /* paddle_mobile.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FCEBEC2B20E1391F00C0B14D /* paddle_mobile.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
L
liuruilong 已提交
34
		FCEEE7D4210627A000444BEC /* banana.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = FCEEE7D3210627A000444BEC /* banana.jpeg */; };
L
liuruilong 已提交
35 36
/* End PBXBuildFile section */

L
liuruilong 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50
/* Begin PBXCopyFilesBuildPhase section */
		FCEBEC2E20E1392000C0B14D /* Embed Frameworks */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "";
			dstSubfolderSpec = 10;
			files = (
				FCEBEC2D20E1391F00C0B14D /* paddle_mobile.framework in Embed Frameworks */,
			);
			name = "Embed Frameworks";
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

L
liuruilong 已提交
51
/* Begin PBXFileReference section */
L
liuruilong 已提交
52 53 54
		081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile-demo.release.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo.release.xcconfig"; sourceTree = "<group>"; };
		18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_paddle_mobile_demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile-demo.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo.debug.xcconfig"; sourceTree = "<group>"; };
L
liuruilong 已提交
55
		FC013927210204A3008100E3 /* PreProcessKernel.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = PreProcessKernel.metal; sourceTree = "<group>"; };
L
liuruilong 已提交
56 57 58 59 60 61 62
		FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "paddle-mobile-demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
		FC039B8120E11C550081E9F8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
		FC039B8320E11C550081E9F8 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
		FC039B8620E11C550081E9F8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
		FC039B8820E11C560081E9F8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		FC039B8B20E11C560081E9F8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
		FC039B8D20E11C560081E9F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
L
update  
liuruilong 已提交
63
		FC27990F21341CE5000B6BAD /* Net.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Net.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
64 65 66
		FC27991121343A39000B6BAD /* paddle-mobile-demo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "paddle-mobile-demo-Bridging-Header.h"; sourceTree = "<group>"; };
		FC27991221343A3A000B6BAD /* CPUCompute.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = CPUCompute.mm; sourceTree = "<group>"; };
		FC27991421343A46000B6BAD /* CPUCompute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPUCompute.h; sourceTree = "<group>"; };
L
update  
liuruilong 已提交
67 68
		FC3C800E2133F46600D1295E /* MobileNetSSD.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileNetSSD.swift; sourceTree = "<group>"; };
		FC3C80102133F4AB00D1295E /* MobileNet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileNet.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
69 70
		FC8CFED921351F5D0094D569 /* params */ = {isa = PBXFileReference; lastKnownFileType = file; path = params; sourceTree = "<group>"; };
		FC8CFEDA21351F5D0094D569 /* model */ = {isa = PBXFileReference; lastKnownFileType = file; path = model; sourceTree = "<group>"; };
L
liuruilong 已提交
71 72
		FC918190211DBC3500B6F354 /* paddle-mobile.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "paddle-mobile.png"; sourceTree = "<group>"; };
		FC918192211DC70500B6F354 /* iphone.JPG */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = iphone.JPG; sourceTree = "<group>"; };
L
liuruilong 已提交
73
		FCA3A16021313E1F00084FE5 /* hand.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hand.jpg; sourceTree = "<group>"; };
L
liuruilong 已提交
74 75 76
		FCBCCC502122EEDC00D94F7E /* ssd_hand_params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ssd_hand_params; sourceTree = "<group>"; };
		FCBCCC512122EEDC00D94F7E /* ssd_hand_model */ = {isa = PBXFileReference; lastKnownFileType = file; path = ssd_hand_model; sourceTree = "<group>"; };
		FCBCCC542122EF5400D94F7E /* MetalHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MetalHelper.swift; sourceTree = "<group>"; };
L
liuruilong 已提交
77 78
		FCD04E6120F3146A0007374F /* params */ = {isa = PBXFileReference; lastKnownFileType = file; path = params; sourceTree = "<group>"; };
		FCD04E6220F3146A0007374F /* model */ = {isa = PBXFileReference; lastKnownFileType = file; path = model; sourceTree = "<group>"; };
L
liuruilong 已提交
79
		FCDFD41A211D91C7005AB38B /* synset.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = synset.txt; sourceTree = "<group>"; };
L
liuruilong 已提交
80
		FCEBEC2B20E1391F00C0B14D /* paddle_mobile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = paddle_mobile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
L
liuruilong 已提交
81
		FCEEE7D3210627A000444BEC /* banana.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = banana.jpeg; sourceTree = "<group>"; };
L
liuruilong 已提交
82 83 84
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
L
liuruilong 已提交
85
		FC039B7B20E11C550081E9F8 /* Frameworks */ = {
L
liuruilong 已提交
86 87 88
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
89
				FCEBEC2C20E1391F00C0B14D /* paddle_mobile.framework in Frameworks */,
L
liuruilong 已提交
90
				30D0ED21F392CFA3885B1002 /* Pods_paddle_mobile_demo.framework in Frameworks */,
L
liuruilong 已提交
91 92 93 94 95 96
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
L
liuruilong 已提交
97
		5722B50FEC38F55CA9B6A57B /* Pods */ = {
L
liuruilong 已提交
98 99
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
100 101
				878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */,
				081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */,
L
liuruilong 已提交
102
			);
L
liuruilong 已提交
103
			name = Pods;
L
liuruilong 已提交
104 105
			sourceTree = "<group>";
		};
L
liuruilong 已提交
106
		7B7DED984E9EE7BFB45E24E8 /* Frameworks */ = {
L
liuruilong 已提交
107 108
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
109
				18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */,
L
liuruilong 已提交
110
			);
L
liuruilong 已提交
111
			name = Frameworks;
L
liuruilong 已提交
112 113
			sourceTree = "<group>";
		};
L
liuruilong 已提交
114
		FC039B7520E11C550081E9F8 = {
L
liuruilong 已提交
115 116
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
117
				FCEBEC2B20E1391F00C0B14D /* paddle_mobile.framework */,
L
liuruilong 已提交
118 119 120 121
				FC039B8020E11C550081E9F8 /* paddle-mobile-demo */,
				FC039B7F20E11C550081E9F8 /* Products */,
				5722B50FEC38F55CA9B6A57B /* Pods */,
				7B7DED984E9EE7BFB45E24E8 /* Frameworks */,
L
liuruilong 已提交
122 123 124
			);
			sourceTree = "<group>";
		};
L
liuruilong 已提交
125
		FC039B7F20E11C550081E9F8 /* Products */ = {
L
liuruilong 已提交
126 127
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
128
				FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */,
L
liuruilong 已提交
129
			);
L
liuruilong 已提交
130
			name = Products;
L
liuruilong 已提交
131 132
			sourceTree = "<group>";
		};
L
liuruilong 已提交
133
		FC039B8020E11C550081E9F8 /* paddle-mobile-demo */ = {
L
liuruilong 已提交
134 135
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
136
				FC8CFED2213519540094D569 /* Net */,
L
liuruilong 已提交
137 138
				FC0E2C2020EDC03B009C1FAC /* models */,
				FC0E2C1D20EDC030009C1FAC /* images */,
L
liuruilong 已提交
139
				FC039B8120E11C550081E9F8 /* AppDelegate.swift */,
L
liuruilong 已提交
140
				FC013927210204A3008100E3 /* PreProcessKernel.metal */,
L
liuruilong 已提交
141 142 143 144 145
				FC039B8320E11C550081E9F8 /* ViewController.swift */,
				FC039B8520E11C550081E9F8 /* Main.storyboard */,
				FC039B8820E11C560081E9F8 /* Assets.xcassets */,
				FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */,
				FC039B8D20E11C560081E9F8 /* Info.plist */,
L
liuruilong 已提交
146
				FC27991121343A39000B6BAD /* paddle-mobile-demo-Bridging-Header.h */,
L
liuruilong 已提交
147
			);
L
liuruilong 已提交
148
			path = "paddle-mobile-demo";
L
liuruilong 已提交
149 150
			sourceTree = "<group>";
		};
L
liuruilong 已提交
151
		FC0E2C1D20EDC030009C1FAC /* images */ = {
L
liuruilong 已提交
152 153
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
154
				FCA3A16021313E1F00084FE5 /* hand.jpg */,
L
liuruilong 已提交
155 156
				FC918192211DC70500B6F354 /* iphone.JPG */,
				FC918190211DBC3500B6F354 /* paddle-mobile.png */,
L
liuruilong 已提交
157
				FCDFD41A211D91C7005AB38B /* synset.txt */,
L
liuruilong 已提交
158
				FCEEE7D3210627A000444BEC /* banana.jpeg */,
L
liuruilong 已提交
159
			);
L
liuruilong 已提交
160 161 162 163 164 165 166
			name = images;
			path = ../../images;
			sourceTree = "<group>";
		};
		FC0E2C2020EDC03B009C1FAC /* models */ = {
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
167
				FC8CFED821351F5D0094D569 /* enet */,
L
liuruilong 已提交
168
				FCBCCC4F2122EEDC00D94F7E /* mobilenet_ssd_hand */,
L
liuruilong 已提交
169
				FCD04E6020F3146A0007374F /* mobilenet */,
L
liuruilong 已提交
170 171 172 173 174
			);
			name = models;
			path = ../../models;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
		FC8CFED2213519540094D569 /* Net */ = {
			isa = PBXGroup;
			children = (
				FCBCCC542122EF5400D94F7E /* MetalHelper.swift */,
				FC3C800E2133F46600D1295E /* MobileNetSSD.swift */,
				FC3C80102133F4AB00D1295E /* MobileNet.swift */,
				FC27990F21341CE5000B6BAD /* Net.swift */,
				FC27991221343A3A000B6BAD /* CPUCompute.mm */,
				FC27991421343A46000B6BAD /* CPUCompute.h */,
			);
			path = Net;
			sourceTree = "<group>";
		};
		FC8CFED821351F5D0094D569 /* enet */ = {
			isa = PBXGroup;
			children = (
				FC8CFED921351F5D0094D569 /* params */,
				FC8CFEDA21351F5D0094D569 /* model */,
			);
			path = enet;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
197 198 199 200 201 202 203 204 205
		FCBCCC4F2122EEDC00D94F7E /* mobilenet_ssd_hand */ = {
			isa = PBXGroup;
			children = (
				FCBCCC502122EEDC00D94F7E /* ssd_hand_params */,
				FCBCCC512122EEDC00D94F7E /* ssd_hand_model */,
			);
			path = mobilenet_ssd_hand;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
206
		FCD04E6020F3146A0007374F /* mobilenet */ = {
L
liuruilong 已提交
207 208
			isa = PBXGroup;
			children = (
L
liuruilong 已提交
209 210
				FCD04E6120F3146A0007374F /* params */,
				FCD04E6220F3146A0007374F /* model */,
L
liuruilong 已提交
211
			);
L
liuruilong 已提交
212
			path = mobilenet;
L
liuruilong 已提交
213 214
			sourceTree = "<group>";
		};
L
liuruilong 已提交
215 216 217
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
L
liuruilong 已提交
218
		FC039B7D20E11C550081E9F8 /* paddle-mobile-demo */ = {
L
liuruilong 已提交
219
			isa = PBXNativeTarget;
L
liuruilong 已提交
220
			buildConfigurationList = FC039B9020E11C560081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile-demo" */;
L
liuruilong 已提交
221
			buildPhases = (
L
liuruilong 已提交
222 223 224 225 226
				9E041A9C487A2E44C709327E /* [CP] Check Pods Manifest.lock */,
				FC039B7A20E11C550081E9F8 /* Sources */,
				FC039B7B20E11C550081E9F8 /* Frameworks */,
				FC039B7C20E11C550081E9F8 /* Resources */,
				84ED590C0E51ABA9C34F51B5 /* [CP] Embed Pods Frameworks */,
L
liuruilong 已提交
227
				FCEBEC2E20E1392000C0B14D /* Embed Frameworks */,
L
liuruilong 已提交
228 229 230 231 232 233 234
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "paddle-mobile-demo";
			productName = "paddle-mobile-demo";
L
liuruilong 已提交
235
			productReference = FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */;
L
liuruilong 已提交
236 237 238 239 240
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
L
liuruilong 已提交
241
		FC039B7620E11C550081E9F8 /* Project object */ = {
L
liuruilong 已提交
242 243 244 245 246 247
			isa = PBXProject;
			attributes = {
				LastSwiftUpdateCheck = 0930;
				LastUpgradeCheck = 0930;
				ORGANIZATIONNAME = orange;
				TargetAttributes = {
L
liuruilong 已提交
248
					FC039B7D20E11C550081E9F8 = {
L
liuruilong 已提交
249
						CreatedOnToolsVersion = 9.3.1;
L
liuruilong 已提交
250
						LastSwiftMigration = 0940;
L
liuruilong 已提交
251 252 253
					};
				};
			};
L
liuruilong 已提交
254
			buildConfigurationList = FC039B7920E11C550081E9F8 /* Build configuration list for PBXProject "paddle-mobile-demo" */;
L
liuruilong 已提交
255 256 257 258 259 260 261
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
L
liuruilong 已提交
262 263
			mainGroup = FC039B7520E11C550081E9F8;
			productRefGroup = FC039B7F20E11C550081E9F8 /* Products */;
L
liuruilong 已提交
264 265 266
			projectDirPath = "";
			projectRoot = "";
			targets = (
L
liuruilong 已提交
267
				FC039B7D20E11C550081E9F8 /* paddle-mobile-demo */,
L
liuruilong 已提交
268 269 270 271 272
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
L
liuruilong 已提交
273
		FC039B7C20E11C550081E9F8 /* Resources */ = {
L
liuruilong 已提交
274 275 276
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
277
				FC8CFEDB21351F5D0094D569 /* params in Resources */,
L
liuruilong 已提交
278
				FCD04E6320F3146B0007374F /* params in Resources */,
L
liuruilong 已提交
279
				FC8CFEDC21351F5D0094D569 /* model in Resources */,
L
liuruilong 已提交
280
				FC039B8C20E11C560081E9F8 /* LaunchScreen.storyboard in Resources */,
L
liuruilong 已提交
281
				FC918191211DBC3500B6F354 /* paddle-mobile.png in Resources */,
L
liuruilong 已提交
282
				FC039B8920E11C560081E9F8 /* Assets.xcassets in Resources */,
L
liuruilong 已提交
283
				FCBCCC522122EEDC00D94F7E /* ssd_hand_params in Resources */,
L
liuruilong 已提交
284
				FCEEE7D4210627A000444BEC /* banana.jpeg in Resources */,
L
liuruilong 已提交
285
				FC918193211DC70500B6F354 /* iphone.JPG in Resources */,
L
liuruilong 已提交
286
				FCDFD41B211D91C7005AB38B /* synset.txt in Resources */,
L
liuruilong 已提交
287
				FCD04E6420F3146B0007374F /* model in Resources */,
L
liuruilong 已提交
288
				FC039B8720E11C550081E9F8 /* Main.storyboard in Resources */,
L
liuruilong 已提交
289
				FCA3A16121313E1F00084FE5 /* hand.jpg in Resources */,
L
liuruilong 已提交
290
				FCBCCC532122EEDC00D94F7E /* ssd_hand_model in Resources */,
L
liuruilong 已提交
291 292 293 294 295
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

L
liuruilong 已提交
296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
/* Begin PBXShellScriptBuildPhase section */
		84ED590C0E51ABA9C34F51B5 /* [CP] Embed Pods Frameworks */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
				"${SRCROOT}/../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo-frameworks.sh",
				"${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework",
			);
			name = "[CP] Embed Pods Frameworks";
			outputPaths = (
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftProtobuf.framework",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo-frameworks.sh\"\n";
			showEnvVarsInLog = 0;
		};
		9E041A9C487A2E44C709327E /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
				"${PODS_ROOT}/Manifest.lock",
			);
			name = "[CP] Check Pods Manifest.lock";
			outputPaths = (
				"$(DERIVED_FILE_DIR)/Pods-paddle-mobile-demo-checkManifestLockResult.txt",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

L
liuruilong 已提交
335
/* Begin PBXSourcesBuildPhase section */
L
liuruilong 已提交
336
		FC039B7A20E11C550081E9F8 /* Sources */ = {
L
liuruilong 已提交
337 338 339
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
L
liuruilong 已提交
340
				FC039B8420E11C550081E9F8 /* ViewController.swift in Sources */,
L
liuruilong 已提交
341
				FC013928210204A3008100E3 /* PreProcessKernel.metal in Sources */,
L
update  
liuruilong 已提交
342
				FC27991021341CE5000B6BAD /* Net.swift in Sources */,
L
liuruilong 已提交
343
				FCBCCC552122EF5500D94F7E /* MetalHelper.swift in Sources */,
L
liuruilong 已提交
344
				FC27991321343A3A000B6BAD /* CPUCompute.mm in Sources */,
L
update  
liuruilong 已提交
345 346
				FC3C80112133F4AB00D1295E /* MobileNet.swift in Sources */,
				FC3C800F2133F46600D1295E /* MobileNetSSD.swift in Sources */,
L
liuruilong 已提交
347
				FC039B8220E11C550081E9F8 /* AppDelegate.swift in Sources */,
L
liuruilong 已提交
348 349 350 351 352 353
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
L
liuruilong 已提交
354
		FC039B8520E11C550081E9F8 /* Main.storyboard */ = {
L
liuruilong 已提交
355 356
			isa = PBXVariantGroup;
			children = (
L
liuruilong 已提交
357
				FC039B8620E11C550081E9F8 /* Base */,
L
liuruilong 已提交
358 359 360 361
			);
			name = Main.storyboard;
			sourceTree = "<group>";
		};
L
liuruilong 已提交
362
		FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */ = {
L
liuruilong 已提交
363 364
			isa = PBXVariantGroup;
			children = (
L
liuruilong 已提交
365
				FC039B8B20E11C560081E9F8 /* Base */,
L
liuruilong 已提交
366 367 368 369 370 371 372
			);
			name = LaunchScreen.storyboard;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
L
liuruilong 已提交
373
		FC039B8E20E11C560081E9F8 /* Debug */ = {
L
liuruilong 已提交
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 11.3;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
			};
			name = Debug;
		};
L
liuruilong 已提交
433
		FC039B8F20E11C560081E9F8 /* Release */ = {
L
liuruilong 已提交
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
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 11.3;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				SWIFT_COMPILATION_MODE = wholemodule;
				SWIFT_OPTIMIZATION_LEVEL = "-O";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
L
liuruilong 已提交
487
		FC039B9120E11C560081E9F8 /* Debug */ = {
L
liuruilong 已提交
488
			isa = XCBuildConfiguration;
L
liuruilong 已提交
489
			baseConfigurationReference = 878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */;
L
liuruilong 已提交
490 491
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
L
liuruilong 已提交
492 493 494 495
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_IDENTITY = "iPhone Distribution";
				CODE_SIGN_STYLE = Manual;
				DEVELOPMENT_TEAM = 6T9LLJKSM4;
L
liuruilong 已提交
496
				INFOPLIST_FILE = "paddle-mobile-demo/Info.plist";
L
liuruilong 已提交
497
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
L
liuruilong 已提交
498 499 500 501
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
L
liuruilong 已提交
502
				PRODUCT_BUNDLE_IDENTIFIER = com.baidu.mms.qa;
L
liuruilong 已提交
503
				PRODUCT_NAME = "$(TARGET_NAME)";
L
liuruilong 已提交
504 505 506 507
				PROVISIONING_PROFILE = "ba9c4b24-7bd0-49c5-93cd-e3051e775d6c";
				PROVISIONING_PROFILE_SPECIFIER = Distribution_MMS;
				SWIFT_OBJC_BRIDGING_HEADER = "paddle-mobile-demo/paddle-mobile-demo-Bridging-Header.h";
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
L
liuruilong 已提交
508 509 510 511 512
				SWIFT_VERSION = 4.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
L
liuruilong 已提交
513
		FC039B9220E11C560081E9F8 /* Release */ = {
L
liuruilong 已提交
514
			isa = XCBuildConfiguration;
L
liuruilong 已提交
515
			baseConfigurationReference = 081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */;
L
liuruilong 已提交
516 517
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
L
liuruilong 已提交
518 519 520 521
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_IDENTITY = "iPhone Distribution";
				CODE_SIGN_STYLE = Manual;
				DEVELOPMENT_TEAM = 6T9LLJKSM4;
L
liuruilong 已提交
522
				INFOPLIST_FILE = "paddle-mobile-demo/Info.plist";
L
liuruilong 已提交
523
				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
L
liuruilong 已提交
524 525 526 527
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
L
liuruilong 已提交
528
				PRODUCT_BUNDLE_IDENTIFIER = com.baidu.mms.qa;
L
liuruilong 已提交
529
				PRODUCT_NAME = "$(TARGET_NAME)";
L
liuruilong 已提交
530 531 532
				PROVISIONING_PROFILE = "ba9c4b24-7bd0-49c5-93cd-e3051e775d6c";
				PROVISIONING_PROFILE_SPECIFIER = Distribution_MMS;
				SWIFT_OBJC_BRIDGING_HEADER = "paddle-mobile-demo/paddle-mobile-demo-Bridging-Header.h";
L
liuruilong 已提交
533 534 535 536 537 538 539 540
				SWIFT_VERSION = 4.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
L
liuruilong 已提交
541
		FC039B7920E11C550081E9F8 /* Build configuration list for PBXProject "paddle-mobile-demo" */ = {
L
liuruilong 已提交
542 543
			isa = XCConfigurationList;
			buildConfigurations = (
L
liuruilong 已提交
544 545
				FC039B8E20E11C560081E9F8 /* Debug */,
				FC039B8F20E11C560081E9F8 /* Release */,
L
liuruilong 已提交
546 547 548 549
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
L
liuruilong 已提交
550
		FC039B9020E11C560081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile-demo" */ = {
L
liuruilong 已提交
551 552
			isa = XCConfigurationList;
			buildConfigurations = (
L
liuruilong 已提交
553 554
				FC039B9120E11C560081E9F8 /* Debug */,
				FC039B9220E11C560081E9F8 /* Release */,
L
liuruilong 已提交
555 556 557 558 559 560
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
L
liuruilong 已提交
561
	rootObject = FC039B7620E11C550081E9F8 /* Project object */;
L
liuruilong 已提交
562
}