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>
18 lines
483 B
Objective-C
18 lines
483 B
Objective-C
//
|
|
// AMapLocationKit.h
|
|
// AMapLocationKit
|
|
//
|
|
// Created by AutoNavi on 15/10/22.
|
|
// Copyright © 2015年 Amap. All rights reserved.
|
|
//
|
|
|
|
#import <AMapLocationKit/AMapLocationVersion.h>
|
|
|
|
#import <AMapLocationKit/AMapLocationManager.h>
|
|
#import <AMapLocationKit/AMapLocationCommonObj.h>
|
|
#import <AMapLocationKit/AMapLocationRegionObj.h>
|
|
|
|
#import <AMapLocationKit/AMapGeoFenceRegionObj.h>
|
|
#import <AMapLocationKit/AMapGeoFenceManager.h>
|
|
#import <AMapLocationKit/AMapGeoFenceError.h>
|