Skip to content

Commit 87810f0

Browse files
committed
iOS app updated
1 parent 1a0d0fd commit 87810f0

File tree

3 files changed

+61
-40
lines changed

3 files changed

+61
-40
lines changed

client/.metadata

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
# This file tracks properties of this Flutter project.
22
# Used by Flutter tool to assess capabilities and perform upgrades etc.
33
#
4-
# This file should be version controlled and should not be manually edited.
4+
# This file should be version controlled.
55

66
version:
7-
revision: 7e9793dee1b85a243edd0e06cb1658e98b077561
7+
revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
88
channel: stable
99

1010
project_type: app
11+
12+
# Tracks metadata for the flutter migrate command
13+
migration:
14+
platforms:
15+
- platform: root
16+
create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
17+
base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
18+
- platform: ios
19+
create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
20+
base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
21+
22+
# User provided section
23+
24+
# List of Local paths (relative to this file) that should be
25+
# ignored by the migrate tool.
26+
#
27+
# Files that are not part of the templates will be ignored by default.
28+
unmanaged_files:
29+
- 'lib/main.dart'
30+
- 'ios/Runner.xcodeproj/project.pbxproj'

client/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1212
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
13-
7A62190570F8F021D15AE308 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F74AC20EDAB04F2D93B2374 /* Pods_Runner.framework */; };
1413
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1514
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1615
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
16+
CD5B0CEB6304D70EE10E9B99 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DB524A49246AB93F24EE74A /* Pods_Runner.framework */; };
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXCopyFilesBuildPhase section */
@@ -30,43 +30,46 @@
3030
/* End PBXCopyFilesBuildPhase section */
3131

3232
/* Begin PBXFileReference section */
33+
0063694575C685444AEC4240 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
3334
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
3435
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
35-
26EB657C9E1E76F7D66A3539 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
3636
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
37-
5F74AC20EDAB04F2D93B2374 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
37+
4DB524A49246AB93F24EE74A /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
38+
52A5ECC94C6725A2D888E9C8 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
3839
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
3940
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4041
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
41-
93AB411F55BD06E1B8465154 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
4242
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
4343
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
4444
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
4545
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4646
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4747
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4848
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
49-
B9C64A8D4DCDC6B56869314D /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
49+
B8D02B8C70035849BA520A6F /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
5050
/* End PBXFileReference section */
5151

5252
/* Begin PBXFrameworksBuildPhase section */
5353
97C146EB1CF9000F007C117D /* Frameworks */ = {
5454
isa = PBXFrameworksBuildPhase;
5555
buildActionMask = 2147483647;
5656
files = (
57-
7A62190570F8F021D15AE308 /* Pods_Runner.framework in Frameworks */,
57+
CD5B0CEB6304D70EE10E9B99 /* Pods_Runner.framework in Frameworks */,
5858
);
5959
runOnlyForDeploymentPostprocessing = 0;
6060
};
6161
/* End PBXFrameworksBuildPhase section */
6262

6363
/* Begin PBXGroup section */
64-
51E0501CB7C93DDFEF6C4D22 /* Frameworks */ = {
64+
2E75727B2329A7B32D0E9235 /* Pods */ = {
6565
isa = PBXGroup;
6666
children = (
67-
5F74AC20EDAB04F2D93B2374 /* Pods_Runner.framework */,
67+
B8D02B8C70035849BA520A6F /* Pods-Runner.debug.xcconfig */,
68+
0063694575C685444AEC4240 /* Pods-Runner.release.xcconfig */,
69+
52A5ECC94C6725A2D888E9C8 /* Pods-Runner.profile.xcconfig */,
6870
);
69-
name = Frameworks;
71+
name = Pods;
72+
path = Pods;
7073
sourceTree = "<group>";
7174
};
7275
9740EEB11CF90186004384FC /* Flutter */ = {
@@ -86,8 +89,8 @@
8689
9740EEB11CF90186004384FC /* Flutter */,
8790
97C146F01CF9000F007C117D /* Runner */,
8891
97C146EF1CF9000F007C117D /* Products */,
89-
A626A0FB31C0BE29C8D86550 /* Pods */,
90-
51E0501CB7C93DDFEF6C4D22 /* Frameworks */,
92+
2E75727B2329A7B32D0E9235 /* Pods */,
93+
C798449EC418834A9369844D /* Frameworks */,
9194
);
9295
sourceTree = "<group>";
9396
};
@@ -114,14 +117,12 @@
114117
path = Runner;
115118
sourceTree = "<group>";
116119
};
117-
A626A0FB31C0BE29C8D86550 /* Pods */ = {
120+
C798449EC418834A9369844D /* Frameworks */ = {
118121
isa = PBXGroup;
119122
children = (
120-
26EB657C9E1E76F7D66A3539 /* Pods-Runner.debug.xcconfig */,
121-
B9C64A8D4DCDC6B56869314D /* Pods-Runner.release.xcconfig */,
122-
93AB411F55BD06E1B8465154 /* Pods-Runner.profile.xcconfig */,
123+
4DB524A49246AB93F24EE74A /* Pods_Runner.framework */,
123124
);
124-
path = Pods;
125+
name = Frameworks;
125126
sourceTree = "<group>";
126127
};
127128
/* End PBXGroup section */
@@ -131,7 +132,7 @@
131132
isa = PBXNativeTarget;
132133
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
133134
buildPhases = (
134-
AEEA4E2EE67041D38BD2E445 /* [CP] Check Pods Manifest.lock */,
135+
56DD9729C073997C42C8D3E5 /* [CP] Check Pods Manifest.lock */,
135136
9740EEB61CF901F6004384FC /* Run Script */,
136137
97C146EA1CF9000F007C117D /* Sources */,
137138
97C146EB1CF9000F007C117D /* Frameworks */,
@@ -210,41 +211,41 @@
210211
shellPath = /bin/sh;
211212
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
212213
};
213-
9740EEB61CF901F6004384FC /* Run Script */ = {
214+
56DD9729C073997C42C8D3E5 /* [CP] Check Pods Manifest.lock */ = {
214215
isa = PBXShellScriptBuildPhase;
215216
buildActionMask = 2147483647;
216217
files = (
217218
);
219+
inputFileListPaths = (
220+
);
218221
inputPaths = (
222+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
223+
"${PODS_ROOT}/Manifest.lock",
224+
);
225+
name = "[CP] Check Pods Manifest.lock";
226+
outputFileListPaths = (
219227
);
220-
name = "Run Script";
221228
outputPaths = (
229+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
222230
);
223231
runOnlyForDeploymentPostprocessing = 0;
224232
shellPath = /bin/sh;
225-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
233+
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";
234+
showEnvVarsInLog = 0;
226235
};
227-
AEEA4E2EE67041D38BD2E445 /* [CP] Check Pods Manifest.lock */ = {
236+
9740EEB61CF901F6004384FC /* Run Script */ = {
228237
isa = PBXShellScriptBuildPhase;
229238
buildActionMask = 2147483647;
230239
files = (
231240
);
232-
inputFileListPaths = (
233-
);
234241
inputPaths = (
235-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
236-
"${PODS_ROOT}/Manifest.lock",
237-
);
238-
name = "[CP] Check Pods Manifest.lock";
239-
outputFileListPaths = (
240242
);
243+
name = "Run Script";
241244
outputPaths = (
242-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
243245
);
244246
runOnlyForDeploymentPostprocessing = 0;
245247
shellPath = /bin/sh;
246-
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";
247-
showEnvVarsInLog = 0;
248+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
248249
};
249250
/* End PBXShellScriptBuildPhase section */
250251

@@ -344,7 +345,7 @@
344345
"$(inherited)",
345346
"@executable_path/Frameworks",
346347
);
347-
PRODUCT_BUNDLE_IDENTIFIER = com.example.flet;
348+
PRODUCT_BUNDLE_IDENTIFIER = com.appveyor.flet;
348349
PRODUCT_NAME = "$(TARGET_NAME)";
349350
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
350351
SWIFT_VERSION = 5.0;
@@ -473,7 +474,7 @@
473474
"$(inherited)",
474475
"@executable_path/Frameworks",
475476
);
476-
PRODUCT_BUNDLE_IDENTIFIER = com.example.flet;
477+
PRODUCT_BUNDLE_IDENTIFIER = com.appveyor.flet;
477478
PRODUCT_NAME = "$(TARGET_NAME)";
478479
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
479480
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -496,7 +497,7 @@
496497
"$(inherited)",
497498
"@executable_path/Frameworks",
498499
);
499-
PRODUCT_BUNDLE_IDENTIFIER = com.example.flet;
500+
PRODUCT_BUNDLE_IDENTIFIER = com.appveyor.flet;
500501
PRODUCT_NAME = "$(TARGET_NAME)";
501502
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
502503
SWIFT_VERSION = 5.0;

client/ios/Runner/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CADisableMinimumFrameDurationOnPhone</key>
6-
<true/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
97
<key>CFBundleDisplayName</key>
10-
<string>Redux App</string>
8+
<string>Flet</string>
119
<key>CFBundleExecutable</key>
1210
<string>$(EXECUTABLE_NAME)</string>
1311
<key>CFBundleIdentifier</key>
1412
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1513
<key>CFBundleInfoDictionaryVersion</key>
1614
<string>6.0</string>
1715
<key>CFBundleName</key>
18-
<string>flet_view</string>
16+
<string>flet</string>
1917
<key>CFBundlePackageType</key>
2018
<string>APPL</string>
2119
<key>CFBundleShortVersionString</key>
@@ -45,5 +43,7 @@
4543
</array>
4644
<key>UIViewControllerBasedStatusBarAppearance</key>
4745
<false/>
46+
<key>CADisableMinimumFrameDurationOnPhone</key>
47+
<true/>
4848
</dict>
4949
</plist>

0 commit comments

Comments
 (0)