diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..18ca26b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+.DS_Store
+Resources
+build.log
+build
+npm-debug.log
+tmp
+.map
+.project
+.settings
+Thumbs.db
+i18n
+platform
\ No newline at end of file
diff --git a/TiWebview.xcodeproj/project.pbxproj b/TiWebview.xcodeproj/project.pbxproj
index e0256c7..320b606 100644
--- a/TiWebview.xcodeproj/project.pbxproj
+++ b/TiWebview.xcodeproj/project.pbxproj
@@ -149,7 +149,7 @@
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 0610;
+ LastUpgradeCheck = 0730;
};
buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "TiWebview" */;
compatibilityVersion = "Xcode 3.2";
@@ -287,6 +287,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DSTROOT = /tmp/ComMobmaximeTiWebview.dst;
+ ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
diff --git a/TiWebview.xcodeproj/project.xcworkspace/xcuserdata/Astrovic.xcuserdatad/UserInterfaceState.xcuserstate b/TiWebview.xcodeproj/project.xcworkspace/xcuserdata/Astrovic.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000..fc3cc74
Binary files /dev/null and b/TiWebview.xcodeproj/project.xcworkspace/xcuserdata/Astrovic.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/Build & Test.xcscheme b/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/Build & Test.xcscheme
new file mode 100644
index 0000000..5cb80ae
--- /dev/null
+++ b/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/Build & Test.xcscheme
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/TiWebview.xcscheme b/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/TiWebview.xcscheme
new file mode 100644
index 0000000..adbb6b1
--- /dev/null
+++ b/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/TiWebview.xcscheme
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/xcschememanagement.plist b/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..42c0204
--- /dev/null
+++ b/TiWebview.xcodeproj/xcuserdata/Astrovic.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,32 @@
+
+
+
+
+ SchemeUserState
+
+ Build & Test.xcscheme
+
+ orderHint
+ 1
+
+ TiWebview.xcscheme
+
+ orderHint
+ 0
+
+
+ SuppressBuildableAutocreation
+
+ 24416B8111C4CA220047AFDD
+
+ primary
+
+
+ D2AAC07D0554694100DB518D
+
+ primary
+
+
+
+
+
diff --git a/com.mobmaxime.tiwebview-iphone-0.2.zip b/com.mobmaxime.tiwebview-iphone-0.2.zip
new file mode 100644
index 0000000..65032d2
Binary files /dev/null and b/com.mobmaxime.tiwebview-iphone-0.2.zip differ
diff --git a/dist/com.mobmaxime.tiwebview-iphone-0.2.zip b/dist/com.mobmaxime.tiwebview-iphone-0.2.zip
new file mode 100644
index 0000000..65032d2
Binary files /dev/null and b/dist/com.mobmaxime.tiwebview-iphone-0.2.zip differ
diff --git a/manifest b/manifest
index 4959527..0c70e5f 100644
--- a/manifest
+++ b/manifest
@@ -2,17 +2,17 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
-version: 0.1
+version: 0.2
apiversion: 2
+architectures: armv7 i386 x86_64 arm64
description: This is a simple extension to Appcelerator Titanium that allows you to set cookies and delete cookiew for TiWebViews on iOS.
author: Jigar M
license: Apache Public License
copyright: Copyright (c) 2014 by Mobmaxime
-
# these should not be edited
name: TiWebview
moduleid: com.mobmaxime.TiWebview
guid: f13242b5-b355-47cb-aeef-982eb6c22c98
platform: iphone
-minsdk: 3.2.0.GA
+minsdk: 5.0.0.GA
diff --git a/titanium.xcconfig b/titanium.xcconfig
index e1b0ef4..ac4617a 100644
--- a/titanium.xcconfig
+++ b/titanium.xcconfig
@@ -4,16 +4,13 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
-TITANIUM_SDK_VERSION = 3.2.0.GA
+TITANIUM_SDK_VERSION = 5.4.0.GA
-//
+//
// THESE SHOULD BE OK GENERALLY AS-IS
//
TITANIUM_SDK = ~/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)
-
-
-