diff --git a/iphone/ios.xcodeproj/project.pbxproj b/iphone/ios.xcodeproj/project.pbxproj
index 2ace563..ce4d805 100644
--- a/iphone/ios.xcodeproj/project.pbxproj
+++ b/iphone/ios.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 45;
+ objectVersion = 46;
objects = {
/* Begin PBXAggregateTarget section */
@@ -177,9 +177,10 @@
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
+ LastUpgradeCheck = 0610;
};
buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "ios" */;
- compatibilityVersion = "Xcode 3.1";
+ compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
@@ -348,6 +349,7 @@
GCC_WARN_UNUSED_VALUE = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
INSTALL_PATH = /usr/local/lib;
+ ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"-DDEBUG",
"-DTI_POST_1_2",
@@ -384,7 +386,7 @@
GCC_WARN_UNUSED_VALUE = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
INSTALL_PATH = /usr/local/lib;
- IPHONEOS_DEPLOYMENT_TARGET = 4.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 6.0;
OTHER_CFLAGS = "-DTI_POST_1_2";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = NlRebelicHockeyapp;
diff --git a/iphone/ios.xcodeproj/project.xcworkspace/xcshareddata/ios.xccheckout b/iphone/ios.xcodeproj/project.xcworkspace/xcshareddata/ios.xccheckout
index b7aef33..3b7e14b 100644
--- a/iphone/ios.xcodeproj/project.xcworkspace/xcshareddata/ios.xccheckout
+++ b/iphone/ios.xcodeproj/project.xcworkspace/xcshareddata/ios.xccheckout
@@ -11,17 +11,17 @@
IDESourceControlProjectOriginsDictionary
4E5F2BD9A0FF0FA7EAC6983483CDC280CC5B99DB
- ssh://github.com/Rebelic/HockeyApp.git
+ github.com:Rebelic/HockeyApp.git
IDESourceControlProjectPath
- ios/ios.xcodeproj/project.xcworkspace
+ iphone/ios.xcodeproj
IDESourceControlProjectRelativeInstallPathDictionary
4E5F2BD9A0FF0FA7EAC6983483CDC280CC5B99DB
../../..
IDESourceControlProjectURL
- ssh://github.com/Rebelic/HockeyApp.git
+ github.com:Rebelic/HockeyApp.git
IDESourceControlProjectVersion
111
IDESourceControlProjectWCCIdentifier
diff --git a/iphone/ios.xcodeproj/project.xcworkspace/xcuserdata/timanrebel.xcuserdatad/UserInterfaceState.xcuserstate b/iphone/ios.xcodeproj/project.xcworkspace/xcuserdata/timanrebel.xcuserdatad/UserInterfaceState.xcuserstate
index ad327bc..4223cca 100644
Binary files a/iphone/ios.xcodeproj/project.xcworkspace/xcuserdata/timanrebel.xcuserdatad/UserInterfaceState.xcuserstate and b/iphone/ios.xcodeproj/project.xcworkspace/xcuserdata/timanrebel.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/iphone/ios.xcodeproj/project.xcworkspace/xcuserdata/timanrebel.xcuserdatad/WorkspaceSettings.xcsettings b/iphone/ios.xcodeproj/project.xcworkspace/xcuserdata/timanrebel.xcuserdatad/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..659c876
--- /dev/null
+++ b/iphone/ios.xcodeproj/project.xcworkspace/xcuserdata/timanrebel.xcuserdatad/WorkspaceSettings.xcsettings
@@ -0,0 +1,10 @@
+
+
+
+
+ HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges
+
+ SnapshotAutomaticallyBeforeSignificantChanges
+
+
+
diff --git a/iphone/ios.xcodeproj/xcuserdata/timanrebel.xcuserdatad/xcschemes/Build & Test.xcscheme b/iphone/ios.xcodeproj/xcuserdata/timanrebel.xcuserdatad/xcschemes/Build & Test.xcscheme
index 5f1bfdd..5c2ffaf 100644
--- a/iphone/ios.xcodeproj/xcuserdata/timanrebel.xcuserdatad/xcschemes/Build & Test.xcscheme
+++ b/iphone/ios.xcodeproj/xcuserdata/timanrebel.xcuserdatad/xcschemes/Build & Test.xcscheme
@@ -1,6 +1,6 @@
+
+
+
+
diff --git a/iphone/ios.xcodeproj/xcuserdata/timanrebel.xcuserdatad/xcschemes/ios.xcscheme b/iphone/ios.xcodeproj/xcuserdata/timanrebel.xcuserdatad/xcschemes/ios.xcscheme
index 250f19f..2d13686 100644
--- a/iphone/ios.xcodeproj/xcuserdata/timanrebel.xcuserdatad/xcschemes/ios.xcscheme
+++ b/iphone/ios.xcodeproj/xcuserdata/timanrebel.xcuserdatad/xcschemes/ios.xcscheme
@@ -1,6 +1,6 @@
+
+
+
+
diff --git a/iphone/manifest b/iphone/manifest
index 20dc524..e88977a 100644
--- a/iphone/manifest
+++ b/iphone/manifest
@@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
-version: 0.3
+version: 0.4
apiversion: 2
description: HockeyApp module wrapping the HockeyApp SDK
author: Timan Rebel
@@ -16,3 +16,4 @@ moduleid: nl.rebelic.hockeyapp
guid: 5accc0b6-00bd-4304-83fe-457f73a41412
platform: iphone
minsdk: 3.2.2.GA
+architectures: armv7 i386 x86_64 arm64
\ No newline at end of file
diff --git a/iphone/titanium.xcconfig b/iphone/titanium.xcconfig
index 8a825b6..d43542b 100644
--- a/iphone/titanium.xcconfig
+++ b/iphone/titanium.xcconfig
@@ -4,7 +4,7 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
-TITANIUM_SDK_VERSION = 3.3.0.GA
+TITANIUM_SDK_VERSION = 3.4.1.GA
//