From 159d06e667f0026df7720982abfbe1b2181f586c Mon Sep 17 00:00:00 2001
From: Wuyx <1139965056@qq.com>
Date: Fri, 02 Dec 2016 11:22:57 +0800
Subject: [PATCH] modify WASdkIntf3.6.0

---
 config/wa_sdk_track_config.plist |    2 +-
 /dev/null                        |   23 -----------------------
 config/wa_sdk.plist              |    2 +-
 3 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/WASdkIntf/3.6.0/WASdkIntf.podspec b/WASdkIntf/3.6.0/WASdkIntf.podspec
deleted file mode 100644
index 1807bef..0000000
--- a/WASdkIntf/3.6.0/WASdkIntf.podspec
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-#  Be sure to run `pod spec lint WASdkIntf.podspec' to ensure this is a
-#  valid spec and to remove all comments including this before submitting the spec.
-#
-#  To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
-#  To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
-#
-
-Pod::Spec.new do |s|
-
-s.name = 'WASdkIntf'
-s.version = '3.6.0'
-s.summary = 'WASdkIntf framework in production environment.'
-s.license = 'MIT'
-s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
-s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkIntf.git'
-s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WASdkIntf.git" , :tag => s.version}
-s.platform = :ios
-s.ios.deployment_target = "7.0"
-s.vendored_frameworks = 'frameworks/WASdkIntf.framework'
-s.resources = ['config/*.plist']
-s.requires_arc = true
-end
diff --git a/config/wa_sdk.plist b/config/wa_sdk.plist
index 427befb..45a876b 100644
--- a/config/wa_sdk.plist
+++ b/config/wa_sdk.plist
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
 	<key>WaSdkServerUrl</key>
-	<string>https://sdkapi.gamehollywood.com/sdkapi/</string>
+	<string>https://api.wingsdk.com/sdkapi/</string>
 	<key>appKey</key>
 	<string>abc</string>
 	<key>appId</key>
diff --git a/config/wa_sdk_track_config.plist b/config/wa_sdk_track_config.plist
index 6576234..e4de61a 100644
--- a/config/wa_sdk_track_config.plist
+++ b/config/wa_sdk_track_config.plist
@@ -21,7 +21,7 @@
 		<key>ChannelId</key>
 		<string>AppleStore</string>
 		<key>URL</key>
-		<string>https://sdkapi.gamehollywood.com/data/</string>
+		<string>https://api.wingsdk.com/data/</string>
 		<key>Enabled</key>
 		<true/>
 		<key>Mapping</key>

--
Gitblit v1.8.0