Commit 09adf59c authored by Sandy's avatar Sandy

no message

parent 0c25e3be
This diff is collapsed.
...@@ -25,6 +25,12 @@ static NSString *const BASE_IP = @"http://210.12.159.69:8280"; ...@@ -25,6 +25,12 @@ static NSString *const BASE_IP = @"http://210.12.159.69:8280";
//蒲公英appid //蒲公英appid
static NSString *const PGYER_APPID = @"de74015c5fe97b3e746d8e8b463f7a05"; static NSString *const PGYER_APPID = @"de74015c5fe97b3e746d8e8b463f7a05";
#elif defined(YI_DI_GANG)
static NSString *const VERSION_NAME = @"颐堤正式版";
static NSString *const BASE_IP = @"http://210.12.159.69:8780";
//蒲公英appid
static NSString *const PGYER_APPID = @"15c23f3120e5d59690fffee6bd7f3ecd";
#else #else
static NSString *const VERSION_NAME = @" "; static NSString *const VERSION_NAME = @" ";
......
...@@ -20,6 +20,8 @@ abstract_target 'hdmall_base' do ...@@ -20,6 +20,8 @@ abstract_target 'hdmall_base' do
pod 'PgyUpdate', '~> 1.3' pod 'PgyUpdate', '~> 1.3'
target 'YI_DI_GANG_TEST' do target 'YI_DI_GANG_TEST' do
end end
target 'YI_DI_GANG' do
end
target 'HDMall_TEST' do target 'HDMall_TEST' do
end end
end end
...@@ -62,6 +62,6 @@ SPEC CHECKSUMS: ...@@ -62,6 +62,6 @@ SPEC CHECKSUMS:
TZImagePickerController: 612c79b572efd0363c7a966daad7a974c2d6b458 TZImagePickerController: 612c79b572efd0363c7a966daad7a974c2d6b458
UMengAnalytics-NO-IDFA: 16666e32edce5be44ae5b14aaaa7f3582e09d6ab UMengAnalytics-NO-IDFA: 16666e32edce5be44ae5b14aaaa7f3582e09d6ab
PODFILE CHECKSUM: 83258bebe74e593eb0e5038dcb7ae3bb688b19d1 PODFILE CHECKSUM: 02753bf3cea0ab2c7798b3dc35d1abe7e7c87e01
COCOAPODS: 1.2.1 COCOAPODS: 1.2.1
<?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>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>HD-Mall</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>1.0.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSAppleMusicUsageDescription</key>
<string>App需要您的同意,才能访问媒体资料库</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>App需要您的同意,才能访问蓝牙</string>
<key>NSCalendarsUsageDescription</key>
<string>App需要您的同意,才能访问日历</string>
<key>NSCameraUsageDescription</key>
<string>App需要您的同意,才能访问相机</string>
<key>NSHealthShareUsageDescription</key>
<string>App需要您的同意,才能访问健康分享</string>
<key>NSHealthUpdateUsageDescription</key>
<string>App需要您的同意,才能访问健康更新 </string>
<key>NSLocationAlwaysUsageDescription</key>
<string>App需要您的同意,才能始终访问位置</string>
<key>NSLocationUsageDescription</key>
<string>App需要您的同意,才能访问位置</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>App需要您的同意,才能在使用期间访问位置</string>
<key>NSMicrophoneUsageDescription</key>
<string>App需要您的同意,才能访问麦克风</string>
<key>NSMotionUsageDescription</key>
<string>App需要您的同意,才能访问运动与健身</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>App需要您的同意,才能访问相册</string>
<key>NSRemindersUsageDescription</key>
<string>App需要您的同意,才能访问提醒事项</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>
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