Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions Classes/DeMarcelpociotSidemenuModuleAssets.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ @implementation DeMarcelpociotSidemenuModuleAssets

- (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
{
//##TI_AUTOGEN_BEGIN resolve_asset
//Compiler generates code for asset resolution here
return nil; // DEFAULT BEHAVIOR
//##TI_AUTOGEN_END resolve_asset


return nil;
}

@end
3 changes: 3 additions & 0 deletions Classes/DeMarcelpociotSidemenuSideMenu.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

UIViewController * TiSideMenuControllerForViewProxy(TiViewProxy * proxy)
{
if (proxy == nil) {
return nil;
}
[[proxy view] setAutoresizingMask:UIViewAutoresizingNone];

//make the proper resize !
Expand Down
223 changes: 0 additions & 223 deletions build.py

This file was deleted.

Binary file added de.marcelpociot.sidemenu-iphone-2.3.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.2
apiversion: 3
version: 2.3.0
apiversion: 2
description: My module
author: Marcel Pociot
license: MIT
copyright: Copyright (c) 2013-2014 by Marcel Pociot
copyright: Copyright (c) 2013-present by Marcel Pociot


# these should not be edited
name: TiSideMenu
moduleid: de.marcelpociot.sidemenu
guid: 544290ca-7102-4cf4-8b20-feedb53f2045
platform: iphone
minsdk: 3.4.0.GA
minsdk: 6.0.1.GA
architectures: armv7 arm64 i386 x86_64
1 change: 1 addition & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"exports":[]}
7 changes: 2 additions & 5 deletions titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 3.4.0.GA
TITANIUM_SDK_VERSION = 6.1.2.GA


//
//
// THESE SHOULD BE OK GENERALLY AS-IS
//
TITANIUM_SDK = $HOME/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
TITANIUM_BASE_SDK = "$(TITANIUM_SDK)/iphone/include"
TITANIUM_BASE_SDK2 = "$(TITANIUM_SDK)/iphone/include/TiCore"
HEADER_SEARCH_PATHS= $(TITANIUM_BASE_SDK) $(TITANIUM_BASE_SDK2)