Caijinglong 4 anni fa
parent
commit
99f563dfc5

+ 13
- 8
example/ios/Runner.xcodeproj/project.pbxproj Vedi File

@@ -40,6 +40,8 @@
40 40
 /* Begin PBXFileReference section */
41 41
 		1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
42 42
 		1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
43
+		223FFDA7243467D600A654DC /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
44
+		223FFDA8243467D600A654DC /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
43 45
 		3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
44 46
 		3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
45 47
 		7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
@@ -48,7 +50,7 @@
48 50
 		9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
49 51
 		9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
50 52
 		9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
51
-		97C146EE1CF9000F007C117D /* photo_example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = photo_example.app; sourceTree = BUILT_PRODUCTS_DIR; };
53
+		97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
52 54
 		97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
53 55
 		97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
54 56
 		97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -109,7 +111,7 @@
109 111
 		97C146EF1CF9000F007C117D /* Products */ = {
110 112
 			isa = PBXGroup;
111 113
 			children = (
112
-				97C146EE1CF9000F007C117D /* photo_example.app */,
114
+				97C146EE1CF9000F007C117D /* Runner.app */,
113 115
 			);
114 116
 			name = Products;
115 117
 			sourceTree = "<group>";
@@ -168,7 +170,7 @@
168 170
 			);
169 171
 			name = Runner;
170 172
 			productName = Runner;
171
-			productReference = 97C146EE1CF9000F007C117D /* photo_example.app */;
173
+			productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
172 174
 			productType = "com.apple.product-type.application";
173 175
 		};
174 176
 /* End PBXNativeTarget section */
@@ -182,7 +184,7 @@
182 184
 				TargetAttributes = {
183 185
 					97C146ED1CF9000F007C117D = {
184 186
 						CreatedOnToolsVersion = 7.3.1;
185
-						DevelopmentTeam = 344756CAN4;
187
+						DevelopmentTeam = S5GU4EMC47;
186 188
 					};
187 189
 				};
188 190
 			};
@@ -194,6 +196,7 @@
194 196
 				English,
195 197
 				en,
196 198
 				Base,
199
+				"zh-Hans",
197 200
 			);
198 201
 			mainGroup = 97C146E51CF9000F007C117D;
199 202
 			productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
@@ -306,6 +309,7 @@
306 309
 			isa = PBXVariantGroup;
307 310
 			children = (
308 311
 				97C146FB1CF9000F007C117D /* Base */,
312
+				223FFDA7243467D600A654DC /* zh-Hans */,
309 313
 			);
310 314
 			name = Main.storyboard;
311 315
 			sourceTree = "<group>";
@@ -314,6 +318,7 @@
314 318
 			isa = PBXVariantGroup;
315 319
 			children = (
316 320
 				97C147001CF9000F007C117D /* Base */,
321
+				223FFDA8243467D600A654DC /* zh-Hans */,
317 322
 			);
318 323
 			name = LaunchScreen.storyboard;
319 324
 			sourceTree = "<group>";
@@ -429,7 +434,7 @@
429 434
 			buildSettings = {
430 435
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
431 436
 				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
432
-				DEVELOPMENT_TEAM = 344756CAN4;
437
+				DEVELOPMENT_TEAM = S5GU4EMC47;
433 438
 				ENABLE_BITCODE = NO;
434 439
 				FRAMEWORK_SEARCH_PATHS = (
435 440
 					"$(inherited)",
@@ -442,7 +447,7 @@
442 447
 					"$(PROJECT_DIR)/Flutter",
443 448
 				);
444 449
 				PRODUCT_BUNDLE_IDENTIFIER = top.kikt.photo.manager;
445
-				PRODUCT_NAME = photo_example;
450
+				PRODUCT_NAME = Runner;
446 451
 				VERSIONING_SYSTEM = "apple-generic";
447 452
 			};
448 453
 			name = Debug;
@@ -453,7 +458,7 @@
453 458
 			buildSettings = {
454 459
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
455 460
 				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
456
-				DEVELOPMENT_TEAM = 344756CAN4;
461
+				DEVELOPMENT_TEAM = S5GU4EMC47;
457 462
 				ENABLE_BITCODE = NO;
458 463
 				FRAMEWORK_SEARCH_PATHS = (
459 464
 					"$(inherited)",
@@ -466,7 +471,7 @@
466 471
 					"$(PROJECT_DIR)/Flutter",
467 472
 				);
468 473
 				PRODUCT_BUNDLE_IDENTIFIER = top.kikt.photo.manager;
469
-				PRODUCT_NAME = photo_example;
474
+				PRODUCT_NAME = Runner;
470 475
 				VERSIONING_SYSTEM = "apple-generic";
471 476
 			};
472 477
 			name = Release;

+ 2
- 8
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme Vedi File

@@ -26,10 +26,7 @@
26 26
       buildConfiguration = "Debug"
27 27
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28 28
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
-      language = ""
30 29
       shouldUseLaunchSchemeArgsEnv = "YES">
31
-      <Testables>
32
-      </Testables>
33 30
       <MacroExpansion>
34 31
          <BuildableReference
35 32
             BuildableIdentifier = "primary"
@@ -39,14 +36,13 @@
39 36
             ReferencedContainer = "container:Runner.xcodeproj">
40 37
          </BuildableReference>
41 38
       </MacroExpansion>
42
-      <AdditionalOptions>
43
-      </AdditionalOptions>
39
+      <Testables>
40
+      </Testables>
44 41
    </TestAction>
45 42
    <LaunchAction
46 43
       buildConfiguration = "Debug"
47 44
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
48 45
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49
-      language = ""
50 46
       launchStyle = "0"
51 47
       useCustomWorkingDirectory = "NO"
52 48
       ignoresPersistentStateOnLaunch = "NO"
@@ -63,8 +59,6 @@
63 59
             ReferencedContainer = "container:Runner.xcodeproj">
64 60
          </BuildableReference>
65 61
       </BuildableProductRunnable>
66
-      <AdditionalOptions>
67
-      </AdditionalOptions>
68 62
    </LaunchAction>
69 63
    <ProfileAction
70 64
       buildConfiguration = "Release"

+ 1
- 1
example/ios/Runner/Info.plist Vedi File

@@ -11,7 +11,7 @@
11 11
 	<key>CFBundleInfoDictionaryVersion</key>
12 12
 	<string>6.0</string>
13 13
 	<key>CFBundleName</key>
14
-	<string>example</string>
14
+	<string>PhotoExample</string>
15 15
 	<key>CFBundlePackageType</key>
16 16
 	<string>APPL</string>
17 17
 	<key>CFBundleShortVersionString</key>

+ 1
- 0
example/ios/Runner/zh-Hans.lproj/LaunchScreen.strings Vedi File

@@ -0,0 +1 @@
1
+

+ 1
- 0
example/ios/Runner/zh-Hans.lproj/Main.strings Vedi File

@@ -0,0 +1 @@
1
+