From 454098c2f508505fc55c60c577250b8610abaaf3 Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 26 Jan 2021 09:39:45 +0800
Subject: [PATCH] 3.9.2

---
 frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap b/frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap
old mode 100755
new mode 100644
index de80e9e..d3499f0
--- a/frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap
+++ b/frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap
@@ -1,11 +1,10 @@
 framework module GoogleAppMeasurement {
-  export *
-  module * { export * }
+umbrella header "GoogleAppMeasurement-umbrella.h"
+export *
+module * { export * }
+  link framework "Security"
+  link framework "SystemConfiguration"
+  link "c++"
   link "sqlite3"
   link "z"
-  link framework "CoreData"
-  link framework "Security"
-  link framework "StoreKit"
-  link framework "SystemConfiguration"
-  link framework "UIKit"
 }

--
Gitblit v1.8.0