Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b6d1dbc

Browse files
committed
feat:重构数据层 增加 provider demo
1 parent ee048c6 commit b6d1dbc

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

‎ios/Runner.xcodeproj/project.pbxproj

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
15BE2897D1518D9BDD5AF970 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
4646
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4747
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
48-
3DB87B9B20AEA710C58FBCC8 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
49-
6F6754CA16FD7E3C9E4FCEB3 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
5048
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
5149
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
5250
7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -60,7 +58,6 @@
6058
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6159
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6260
BEBBA521223FEA6600583D52 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
63-
C1D6F379F6B3C85C2CC34999 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
6461
D7BE9010C4F7FF033BA299B7 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6562
FDCB5E5FC17434D1FF8247D2 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
6663
/* End PBXFileReference section */
@@ -192,6 +189,7 @@
192189
97C146ED1CF9000F007C117D = {
193190
CreatedOnToolsVersion = 7.3.1;
194191
DevelopmentTeam = 5K9P57YFSL;
192+
ProvisioningStyle = Automatic;
195193
};
196194
};
197195
};
@@ -283,7 +281,7 @@
283281
files = (
284282
);
285283
inputPaths = (
286-
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh",
284+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh",
287285
"${PODS_CONFIGURATION_BUILD_DIR}/flutter_downloader/FlutterDownloaderDatabase.bundle",
288286
);
289287
name = "[CP] Copy Pods Resources";
@@ -292,7 +290,7 @@
292290
);
293291
runOnlyForDeploymentPostprocessing = 0;
294292
shellPath = /bin/sh;
295-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
293+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
296294
showEnvVarsInLog = 0;
297295
};
298296
EB6D2D2E068567EE260A8427 /* [CP] Embed Pods Frameworks */ = {
@@ -301,7 +299,7 @@
301299
files = (
302300
);
303301
inputPaths = (
304-
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
302+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
305303
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
306304
);
307305
name = "[CP] Embed Pods Frameworks";
@@ -310,7 +308,7 @@
310308
);
311309
runOnlyForDeploymentPostprocessing = 0;
312310
shellPath = /bin/sh;
313-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
311+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
314312
showEnvVarsInLog = 0;
315313
};
316314
/* End PBXShellScriptBuildPhase section */
@@ -401,6 +399,8 @@
401399
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
402400
buildSettings = {
403401
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
402+
CODE_SIGN_IDENTITY = "iPhone Developer";
403+
CODE_SIGN_STYLE = Automatic;
404404
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
405405
DEVELOPMENT_TEAM = 5K9P57YFSL;
406406
ENABLE_BITCODE = NO;
@@ -414,8 +414,9 @@
414414
"$(inherited)",
415415
"$(PROJECT_DIR)/Flutter",
416416
);
417-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.ui;
417+
PRODUCT_BUNDLE_IDENTIFIER = com.flutterken.ui;
418418
PRODUCT_NAME = "$(TARGET_NAME)";
419+
PROVISIONING_PROFILE_SPECIFIER = "";
419420
VERSIONING_SYSTEM = "apple-generic";
420421
};
421422
name = Profile;
@@ -527,6 +528,8 @@
527528
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
528529
buildSettings = {
529530
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
531+
CODE_SIGN_IDENTITY = "iPhone Developer";
532+
CODE_SIGN_STYLE = Automatic;
530533
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
531534
DEVELOPMENT_TEAM = 5K9P57YFSL;
532535
ENABLE_BITCODE = NO;
@@ -540,8 +543,9 @@
540543
"$(inherited)",
541544
"$(PROJECT_DIR)/Flutter",
542545
);
543-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.ui;
546+
PRODUCT_BUNDLE_IDENTIFIER = com.flutterken.ui;
544547
PRODUCT_NAME = "$(TARGET_NAME)";
548+
PROVISIONING_PROFILE_SPECIFIER = "";
545549
VERSIONING_SYSTEM = "apple-generic";
546550
};
547551
name = Debug;
@@ -551,6 +555,8 @@
551555
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
552556
buildSettings = {
553557
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
558+
CODE_SIGN_IDENTITY = "iPhone Developer";
559+
CODE_SIGN_STYLE = Automatic;
554560
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
555561
DEVELOPMENT_TEAM = 5K9P57YFSL;
556562
ENABLE_BITCODE = NO;
@@ -564,8 +570,9 @@
564570
"$(inherited)",
565571
"$(PROJECT_DIR)/Flutter",
566572
);
567-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.ui;
573+
PRODUCT_BUNDLE_IDENTIFIER = com.flutterken.ui;
568574
PRODUCT_NAME = "$(TARGET_NAME)";
575+
PROVISIONING_PROFILE_SPECIFIER = "";
569576
VERSIONING_SYSTEM = "apple-generic";
570577
};
571578
name = Release;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /