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:
18
Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATerrainOverlayRenderer.h
generated
Normal file
18
Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATerrainOverlayRenderer.h
generated
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// MATopographyOverlayRenderer.h
|
||||
// MAMapKit
|
||||
//
|
||||
// Created by JZ on 2021/3/17.
|
||||
// Copyright © 2021 Amap. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MAMapKit.h"
|
||||
#import "MATileOverlayRenderer.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MATerrainOverlayRenderer : MATileOverlayRenderer
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user