diff --git a/iphone/ios.xcodeproj/project.pbxproj b/iphone/ios.xcodeproj/project.pbxproj index ce4d805..3819078 100644 --- a/iphone/ios.xcodeproj/project.pbxproj +++ b/iphone/ios.xcodeproj/project.pbxproj @@ -281,6 +281,7 @@ RUN_CLANG_STATIC_ANALYZER = NO; SDKROOT = iphoneos; USER_HEADER_SEARCH_PATHS = ""; + VALID_ARCHS = "arm64 armv7 armv7s i386"; }; name = Debug; }; @@ -323,6 +324,7 @@ RUN_CLANG_STATIC_ANALYZER = NO; SDKROOT = iphoneos; USER_HEADER_SEARCH_PATHS = ""; + VALID_ARCHS = "arm64 armv7 armv7s i386"; }; name = Release; }; 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 4223cca..7f9fa47 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/manifest b/iphone/manifest index d45c30a..5d0d0b2 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.4 +version: 0.4.1 apiversion: 2 description: Appcelerator module wrapping the HockeyApp SDK author: Timan Rebel @@ -16,4 +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 +architectures: armv7 i386 arm64