Skip to content

Commit

Permalink
Merge pull request #6 from czeras/master
Browse files Browse the repository at this point in the history
配置文件修改,splash页底部按钮适配iphonex
  • Loading branch information
LeeeYudE authored Oct 23, 2024
2 parents e55c890 + 96f2ac9 commit bfb84be
Show file tree
Hide file tree
Showing 9 changed files with 526 additions and 767 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/

# Flutter/Dart/Pub related
**/doc/api/
Expand All @@ -44,3 +44,8 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# 文件自动生成,不用提交
ios/*.lock
ios/Runner.xcworkspace/*
*.lock
264 changes: 0 additions & 264 deletions ios/Podfile.lock

This file was deleted.

10 changes: 0 additions & 10 deletions ios/Runner.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,9 @@
</array>
<key>NSFaceIDUsageDescription</key>
<string>Using face id to unlock app</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit bfb84be

Please sign in to comment.