forked from benbahrenburg/Ti.JBChart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Built with latest Ti SDK and added Apple Silicon Support.
- Loading branch information
Showing
5 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,24 @@ | ||
/** | ||
* Ti.JBChart (https://github.com/benbahrenburg/Ti.JBChart) | ||
* | ||
* Titanium code Copyright (c) 2009-2014 by Ben Bahrenburg. All Rights Reserved. | ||
* Licensed under the terms of the Apache 2.0 License | ||
* Please see the LICENSE included with this distribution for details. | ||
* | ||
* Ti.JBChart is a Titanium wrapper for JBChartView | ||
* for more information please visit https://github.com/Jawbone/JBChartView | ||
* This is a generated file. Do not edit or your changes will be lost | ||
*/ | ||
|
||
#import "TiJbchartModuleAssets.h" | ||
|
||
extern NSData* filterDataInRange(NSData* thedata, NSRange range); | ||
|
||
@implementation TiJbchartModuleAssets | ||
|
||
- (NSData*) moduleAsset | ||
- (NSData *)moduleAsset | ||
{ | ||
//##TI_AUTOGEN_BEGIN asset | ||
//Compiler generates code for asset here | ||
return nil; // DEFAULT BEHAVIOR | ||
//##TI_AUTOGEN_END asset | ||
|
||
|
||
return nil; | ||
} | ||
|
||
- (NSData*) resolveModuleAsset:(NSString*)path | ||
- (NSData *)resolveModuleAsset:(NSString *)path | ||
{ | ||
//##TI_AUTOGEN_BEGIN resolve_asset | ||
//Compiler generates code for asset resolution here | ||
return nil; // DEFAULT BEHAVIOR | ||
//##TI_AUTOGEN_END resolve_asset | ||
|
||
|
||
return nil; | ||
} | ||
|
||
@end |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"exports":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters