Skip to content

Commit

Permalink
v0.4.1 Fixed Simulator support on 64-bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
timanrebel committed Dec 12, 2014
1 parent ee10d80 commit 1cb68c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions iphone/ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = iphoneos;
USER_HEADER_SEARCH_PATHS = "";
VALID_ARCHS = "arm64 armv7 armv7s i386";
};
name = Debug;
};
Expand Down Expand Up @@ -323,6 +324,7 @@
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = iphoneos;
USER_HEADER_SEARCH_PATHS = "";
VALID_ARCHS = "arm64 armv7 armv7s i386";
};
name = Release;
};
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions iphone/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1cb68c3

Please sign in to comment.