Skip to content

Commit 13add89

Browse files
authored
Merge pull request #72 from skill20/dev
删除文件
2 parents e05bf1f + 2b034e1 commit 13add89

File tree

10 files changed

+10
-477
lines changed

10 files changed

+10
-477
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
build/
88
.idea
99
.metadata
10+
11+
pubspec.lock

example/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@
6868
!**/ios/**/default.pbxuser
6969
!**/ios/**/default.perspectivev3
7070
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
71+
72+
**/ios/**/Podfile.lock
73+
**/ios/**/Runner.xcworkspace/
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
3-
export "FLUTTER_ROOT=/Users/allan/Documents/flutter"
4-
export "FLUTTER_APPLICATION_PATH=/Users/allan/Documents/GitHub/jverify-flutter-plugin/example"
5-
export "FLUTTER_TARGET=/Users/allan/Documents/GitHub/jverify-flutter-plugin/example/lib/main.dart"
3+
export "FLUTTER_ROOT=/Users/ccq/Library/Flutter/flutter"
4+
export "FLUTTER_APPLICATION_PATH=/Users/ccq/Documents/code/work/jverify-flutter-plugin/example"
5+
export "FLUTTER_TARGET=/Users/ccq/Documents/code/work/jverify-flutter-plugin/example/lib/main.dart"
66
export "FLUTTER_BUILD_DIR=build"
77
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
8-
export "FLUTTER_FRAMEWORK_DIR=/Users/allan/Documents/flutter/bin/cache/artifacts/engine/ios"
8+
export "FLUTTER_FRAMEWORK_DIR=/Users/ccq/Library/Flutter/flutter/bin/cache/artifacts/engine/ios"
99
export "FLUTTER_BUILD_NAME=1.0.0"
1010
export "FLUTTER_BUILD_NUMBER=1"
1111
export "TRACK_WIDGET_CREATION=true"

example/ios/Podfile.lock

-34
This file was deleted.

example/ios/Runner.xcodeproj/project.pbxproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,9 @@
207207
};
208208
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
209209
compatibilityVersion = "Xcode 3.2";
210-
developmentRegion = English;
210+
developmentRegion = en;
211211
hasScannedForEncodings = 0;
212212
knownRegions = (
213-
English,
214213
en,
215214
Base,
216215
);

example/ios/Runner.xcworkspace/contents.xcworkspacedata

-10
This file was deleted.

example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

-8
This file was deleted.

example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

-8
This file was deleted.

example/pubspec.lock

-216
This file was deleted.

0 commit comments

Comments
 (0)