Add ScenicPermission module and AMap CocoaPods with simulator support.
Integrate scenic selection and permission flows into home routing, add AMap SDK for device builds while keeping arm64 simulators compilable via Podfile post_install hooks. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
20
Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationKit.h
generated
Normal file
20
Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationKit.h
generated
Normal file
@ -0,0 +1,20 @@
|
||||
//
|
||||
// AMapFoundationKit.h
|
||||
// AMapFoundationKit
|
||||
//
|
||||
// Created by xiaoming han on 15/10/28.
|
||||
// Copyright © 2015年 Amap. All rights reserved.
|
||||
//
|
||||
|
||||
#import <AMapFoundationKit/AMapFoundationVersion.h>
|
||||
#import <AMapFoundationKit/AMapServices.h>
|
||||
#import <AMapFoundationKit/AMapURLSearchConfig.h>
|
||||
#import <AMapFoundationKit/AMapURLSearchType.h>
|
||||
#import <AMapFoundationKit/AMapURLSearch.h>
|
||||
#import <AMapFoundationKit/AMapFoundationConst.h>
|
||||
|
||||
#import <AMapFoundationKit/AMapUtility.h>
|
||||
|
||||
#if __has_include(<AMapFoundationKit/AMapLicenseManager.h>)
|
||||
#import <AMapFoundationKit/AMapLicenseManager.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user