From e7ee6f733786ee45a7360776ec2534ffdfb8ef8c Mon Sep 17 00:00:00 2001
From: lpw
Date: Tue, 18 Mar 2025 16:00:30 +0800
Subject: [PATCH] 配置文件不在放在模块中

---
 /dev/null |   43 -------------------------------------------
 1 files changed, 0 insertions(+), 43 deletions(-)

diff --git a/config/wa_sdk.plist b/config/wa_sdk.plist
deleted file mode 100644
index 45a876b..0000000
--- a/config/wa_sdk.plist
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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>WaSdkServerUrl</key>
-	<string>https://api.wingsdk.com/sdkapi/</string>
-	<key>appKey</key>
-	<string>abc</string>
-	<key>appId</key>
-	<string>testLogin</string>
-	<key>os</key>
-	<string>ios</string>
-	<key>channel</key>
-	<string>APPLE</string>
-</dict>
-</plist>
diff --git a/config/wa_sdk_track_config.plist b/config/wa_sdk_track_config.plist
deleted file mode 100644
index 01b9238..0000000
--- a/config/wa_sdk_track_config.plist
+++ /dev/null
@@ -1,43 +0,0 @@
-<?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>FACEBOOK</key>
-	<dict>
-		<key>Enabled</key>
-		<false/>
-	</dict>
-	<key>CHARTBOOST</key>
-	<dict>
-		<key>AppID</key>
-		<string>55c16434c909a64d63743141</string>
-		<key>AppSignature</key>
-		<string>0964f36276dcdc991eee51723abf86191668a9ec</string>
-		<key>Enabled</key>
-		<false/>
-	</dict>
-	<key>WINGA</key>
-	<dict>
-		<key>ChannelId</key>
-		<string>AppleStore</string>
-		<key>URL</key>
-		<string>https://api.wingsdk.com/data/</string>
-		<key>Enabled</key>
-		<true/>
-	</dict>
-	<key>APPSFLYER</key>
-	<dict>
-		<key>AppsFlyerDevKey</key>
-		<string>aPsRP3rfqNUBuX77PRwAs6</string>
-		<key>AppleAppID</key>
-		<string>113996505</string>
-		<key>Enabled</key>
-		<true/>
-	</dict>
-	<key>FIREBASE</key>
-	<dict>
-		<key>Enabled</key>
-		<true/>
-	</dict>
-</dict>
-</plist>

--
Gitblit v1.8.0