Skip to content

Commit

Permalink
feat(ios): support macOS / Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Jun 15, 2022
1 parent d5f56d3 commit 6a2b0eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ios/Classes/TiMapModuleAssets.m
Expand Up @@ -3,18 +3,20 @@
*/
#import "TiMapModuleAssets.h"

extern NSData *filterDataInRange(NSData *thedata, NSRange range);
extern NSData* filterDataInRange(NSData* thedata, NSRange range);

@implementation TiMapModuleAssets

- (NSData *)moduleAsset
{


return nil;
}

- (NSData *)resolveModuleAsset:(NSString *)path
{


return nil;
}
Expand Down
3 changes: 2 additions & 1 deletion ios/manifest
Expand Up @@ -3,7 +3,7 @@
# during compilation, packaging, distribution, etc.
#

version: 6.0.1
version: 7.0.0
apiversion: 2
architectures: arm64 x86_64
description: External version of Map module
Expand All @@ -13,6 +13,7 @@ copyright: Copyright (c) 2013-present by Axway Appcelerator

# these should not be edited
name: map
mac: true
moduleid: ti.map
guid: f0d8fd44-86d2-4730-b67d-bd454577aeee
platform: iphone
Expand Down
2 changes: 1 addition & 1 deletion ios/titanium.xcconfig
Expand Up @@ -4,7 +4,7 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 10.0.1.GA
TITANIUM_SDK_VERSION = 10.1.1.GA

//
// THESE SHOULD BE OK GENERALLY AS-IS
Expand Down

0 comments on commit 6a2b0eb

Please sign in to comment.