Commit f9f1a5a9 by zhukai

定位权限问题

parent 4785b2ef
......@@ -26,7 +26,7 @@
moduleName = "UniversalApp"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/kaizhu/Desktop/%E6%9C%B12/zcApp/zhongChaoMerchant_iOS/ZhongChaoApp/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m"
timestampString = "587960231.7866549"
timestampString = "587973213.250075"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "88"
......@@ -41,7 +41,7 @@
moduleName = "UniversalApp"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/kaizhu/Desktop/%E6%9C%B12/zcApp/zhongChaoMerchant_iOS/ZhongChaoApp/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m"
timestampString = "587960231.795249"
timestampString = "587973213.2525131"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "88"
......@@ -56,7 +56,7 @@
moduleName = "UniversalApp"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/kaizhu/Desktop/%E6%9C%B12/zcApp/zhongChaoMerchant_iOS/ZhongChaoApp/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m"
timestampString = "587960231.801577"
timestampString = "587973213.255753"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "88"
......@@ -71,7 +71,7 @@
moduleName = "UniversalApp"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/kaizhu/Desktop/%E6%9C%B12/zcApp/zhongChaoMerchant_iOS/ZhongChaoApp/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m"
timestampString = "587960231.808843"
timestampString = "587973213.259272"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "88"
......@@ -86,7 +86,7 @@
moduleName = "UniversalApp"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/kaizhu/Desktop/%E6%9C%B12/zcApp/zhongChaoMerchant_iOS/ZhongChaoApp/Pods/SDWebImage/SDWebImage/UIImageView+WebCache.m"
timestampString = "587960231.814024"
timestampString = "587973213.26309"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "88"
......
//
//
......@@ -54,8 +54,8 @@
// _userNameTextField.text = @"13076148199";
// _passwordTextField.text = @"123456789";
//
// _userNameTextField.text = @"13711114545";
// _passwordTextField.text = @"111111";
_userNameTextField.text = @"13711114545";
_passwordTextField.text = @"111111";
_userName = _userNameTextField.text;
_password = _passwordTextField.text;
......
......@@ -90,8 +90,6 @@
<string>众巢商家版需要您的授权才能访问相机</string>
<key>NSContactsUsageDescription</key>
<string>众巢商家版需要您的授权才能访问通讯录信息</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>众巢商家版需要您的授权才能在后台获取定位信息</string>
<key>NSLocationUsageDescription</key>
<string>众巢商家版需要您的授权才能获取定位信息</string>
<key>NSMicrophoneUsageDescription</key>
......@@ -116,6 +114,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>众巢商家版需要您的授权才能在使用期间获取定位信息</string>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment