Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Zrzzzz committed Nov 30, 2020
1 parent 2836f4a commit ba151f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions WePeiYang.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202011192252;
CURRENT_PROJECT_VERSION = 202011302300;
DEVELOPMENT_TEAM = T5JB4K7FT9;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = WePeiYangWidget/Info.plist;
Expand Down Expand Up @@ -2510,7 +2510,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202011192252;
CURRENT_PROJECT_VERSION = 202011302300;
DEVELOPMENT_TEAM = T5JB4K7FT9;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = WePeiYangWidget/Info.plist;
Expand Down Expand Up @@ -2649,7 +2649,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202011192252;
CURRENT_PROJECT_VERSION = 202011302300;
DEVELOPMENT_TEAM = T5JB4K7FT9;
INFOPLIST_FILE = WePeiYang/main/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand Down Expand Up @@ -2678,7 +2678,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202011192252;
CURRENT_PROJECT_VERSION = 202011302300;
DEVELOPMENT_TEAM = T5JB4K7FT9;
INFOPLIST_FILE = WePeiYang/main/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AllModulesViewController: UIViewController {
(title: "失物招领", image: UIImage(named: "lfBtn")!, class: LostFoundPageViewController.self, needLogin: true),
// (title: "自习室查询", image: UIImage(named: "lfBtn")!, class: ClassroomCheckViewController.self, needLogin: true),
(title: "活动签到", image: UIImage(named: "6")!, class: CLibraryMainViewController.self, needLogin: true),
(title: "校务反馈", image: UIImage(named: "studysearchBtn")!, class: FeedBackMainViewController.self, needLogin: true)
(title: "校务专区", image: UIImage(named: "studysearchBtn")!, class: FeedBackMainViewController.self, needLogin: true)


]
Expand Down

0 comments on commit ba151f4

Please sign in to comment.