Compare commits

..

No commits in common. "937c1fe4fe1329e92633be8470f9c164ab6c28c1" and "67dc7baa028cb02497aa49e58ebabf83c327e699" have entirely different histories.

6716 changed files with 15849 additions and 38672 deletions

BIN
3.4- 圈子聊天.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

10
Podfile
View File

@ -59,8 +59,9 @@ target 'QuickLocation' do
pod 'WechatOpenSDK-XCFramework' pod 'WechatOpenSDK-XCFramework'
#高德地图 #高德地图
pod 'AMapNavi-NO-IDFA' #导航SDK含地图+搜索+导航) pod 'AMap3DMap' #3D地图SDK
pod 'AMapLocation-NO-IDFA' #定位SDK pod 'AMapSearch' #地图SDK搜索功能
pod 'AMapLocation' #定位SDK
end end
@ -76,9 +77,8 @@ post_install do |installer|
# Xcode 15+ (arm64-only simulator) fails. Fix: remove EXCLUDED_ARCHS (so # Xcode 15+ (arm64-only simulator) fails. Fix: remove EXCLUDED_ARCHS (so
# simulator destinations appear), strip them from general OTHER_LDFLAGS, # simulator destinations appear), strip them from general OTHER_LDFLAGS,
# and add them back only via OTHER_LDFLAGS[sdk=iphoneos*]. # and add them back only via OTHER_LDFLAGS[sdk=iphoneos*].
device_only_fws = %w[AMapFoundationKit AMapLocationKit AMapNaviKit ZXSDK GeYanSdk GTCommonSDK] device_only_fws = %w[MAMapKit AMapFoundationKit AMapLocationKit AMapSearchKit ZXSDK GeYanSdk GTCommonSDK]
device_only_dirs = %w[AMapFoundation-NO-IDFA AMapLocation-NO-IDFA AMapNavi-NO-IDFA ZXSDK GYSDK GTCommonSDK] device_only_dirs = %w[AMap3DMap AMapFoundation AMapLocation AMapSearch ZXSDK GYSDK GTCommonSDK]
Dir.glob(File.join(installer.sandbox.root, 'Target Support Files', '**', '*.xcconfig')).each do |path| Dir.glob(File.join(installer.sandbox.root, 'Target Support Files', '**', '*.xcconfig')).each do |path|
content = File.read(path) content = File.read(path)

View File

@ -1,11 +1,13 @@
PODS: PODS:
- Alamofire (5.10.1) - Alamofire (5.10.1)
- AlipaySDK-iOS (15.8.30) - AlipaySDK-iOS (15.8.30)
- AMapFoundation-NO-IDFA (1.9.0) - AMap3DMap (11.1.200):
- AMapLocation-NO-IDFA (2.12.0): - AMapFoundation (>= 1.8.7)
- AMapFoundation-NO-IDFA (>= 1.9.0) - AMapFoundation (1.8.7)
- AMapNavi-NO-IDFA (11.2.000): - AMapLocation (2.11.1):
- AMapFoundation-NO-IDFA (>= 1.9.0) - AMapFoundation (>= 1.8.7)
- AMapSearch (9.7.5):
- AMapFoundation (>= 1.8.0)
- CocoaLumberjack/Core (3.9.1) - CocoaLumberjack/Core (3.9.1)
- CocoaLumberjack/Swift (3.9.1): - CocoaLumberjack/Swift (3.9.1):
- CocoaLumberjack/Core - CocoaLumberjack/Core
@ -173,8 +175,9 @@ PODS:
DEPENDENCIES: DEPENDENCIES:
- AlipaySDK-iOS - AlipaySDK-iOS
- AMapLocation-NO-IDFA - AMap3DMap
- AMapNavi-NO-IDFA - AMapLocation
- AMapSearch
- CocoaLumberjack/Swift - CocoaLumberjack/Swift
- CocoaMQTT - CocoaMQTT
- GYSDK - GYSDK
@ -213,9 +216,10 @@ SPEC REPOS:
https://gitee.com/mirrors/CocoaPods-Specs.git: https://gitee.com/mirrors/CocoaPods-Specs.git:
- Alamofire - Alamofire
- AlipaySDK-iOS - AlipaySDK-iOS
- AMapFoundation-NO-IDFA - AMap3DMap
- AMapLocation-NO-IDFA - AMapFoundation
- AMapNavi-NO-IDFA - AMapLocation
- AMapSearch
- CocoaLumberjack - CocoaLumberjack
- CocoaMQTT - CocoaMQTT
- Differentiator - Differentiator
@ -276,9 +280,10 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS: SPEC CHECKSUMS:
Alamofire: 840d2a1ad82355b536ec6ba5f97e5bfa54600ca3 Alamofire: 840d2a1ad82355b536ec6ba5f97e5bfa54600ca3
AlipaySDK-iOS: 913a1df564c64798903e71cf3d63141d9e1904d2 AlipaySDK-iOS: 913a1df564c64798903e71cf3d63141d9e1904d2
AMapFoundation-NO-IDFA: a2e3c895398d7ee757278e1a0a8f9359da4b146e AMap3DMap: 89c17fdbca2f25e4b46d6a45a8e50346980fc799
AMapLocation-NO-IDFA: 7cd8fc837ea41edfbf4d937cd20572e277b77d18 AMapFoundation: e99da1cc722528c60b39340b4763a95305f6c55e
AMapNavi-NO-IDFA: d55b9b138c6e540f737c689975cae2c9dbd1026a AMapLocation: 6e44f50b044dc54c6b3dcb1dee5ffd6de2689e41
AMapSearch: 29224a399b56b17da1540e4312fc4d9dc37342bb
CocoaLumberjack: e4ba3b414dfca8c1916c6303d37f63b3a95134c6 CocoaLumberjack: e4ba3b414dfca8c1916c6303d37f63b3a95134c6
CocoaMQTT: 1e2fa493d57045d66fb1eba2bb5ffb8d77039c60 CocoaMQTT: 1e2fa493d57045d66fb1eba2bb5ffb8d77039c60
Differentiator: e8497ceab83c1b10ca233716d547b9af21b9344d Differentiator: e8497ceab83c1b10ca233716d547b9af21b9344d
@ -328,6 +333,6 @@ SPEC CHECKSUMS:
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54 YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
ZXSDK: 786338c0a18e98e03eda00699c3bfd2700b97117 ZXSDK: 786338c0a18e98e03eda00699c3bfd2700b97117
PODFILE CHECKSUM: 0b13abaab81fbf89876a935ff6457fbe0baf31d2 PODFILE CHECKSUM: 861114200722c29adba98535aef6b0494d123b44
COCOAPODS: 1.16.2 COCOAPODS: 1.16.2

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 241 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Some files were not shown because too many files have changed in this diff Show More