Explorar o código

update version

Marvin hai 2 meses
pai
achega
022967a2a2

+ 2 - 2
HBuilder-Hello/HBuilder-Hello/HBuilder-Hello-Info.plist

@@ -136,6 +136,8 @@
 	<string>&quot;玩球数据&quot;获取您的相册权限便于选择图片用于设置头像和用户反馈添加图片</string>
 	<key>NSUserTrackingUsageDescription</key>
 	<string>请放心,开启权限不会获取您在其他站点的隐私信息,该权限仅用于标识设备并保障服务安全与提示浏览体验</string>
+	<key>NSBluetoothAlwaysUsageDescription</key>
+	<string>&quot;玩球数据&quot;获取您的位置信息,方便推送优惠服务</string>
 	<key>StatusBarBackground</key>
 	<string>#FFFFFF</string>
 	<key>UIApplicationShortcutItems</key>
@@ -143,8 +145,6 @@
 	<key>UIBackgroundModes</key>
 	<array>
 		<string>push-to-talk</string>
-		<string>fetch</string>
-		<string>processing</string>
 	</array>
 	<key>UILaunchImages</key>
 	<array>

+ 4 - 1
HBuilder-Hello/HBuilder/HBuilder.entitlements

@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
-<dict/>
+<dict>
+	<key>aps-environment</key>
+	<string>development</string>
+</dict>
 </plist>

+ 1 - 1
HBuilder-Hello/Podfile

@@ -20,7 +20,7 @@ target 'HBuilder' do
   pod 'Masonry'
   pod 'MJExtension'
   pod 'OpenSSL', :git => 'https://github.com/isee15/OpenSSL.git'
-  pod 'PBSDK', :git => 'http://106.54.229.239:3000/chenmin/playBall.git', :commit => 'e576d67'
+  pod 'PBSDK', :git => 'http://106.54.229.239:3000/chenmin/playBall.git', :commit => 'fd1b70b'
   pod 'WQPlayBallLiveQiu', :path => '../WQPlayBallLiveQiu'
   # Pods for HBuilder