Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update remove-uiautomation branch #46

Merged
Changes from 2 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
615a56a
Adding sdk option to Frank launch
aceunreal Nov 25, 2013
049d022
Merge pull request #15 from TestingWithFrank/better-messages-for-sele…
MichaelBuckley Jan 19, 2014
8425542
Merge pull request #13 from airservice/create_sdk_option
MichaelBuckley Jan 31, 2014
5048e6b
Update the Controls example for iOS 7
MichaelBuckley Dec 20, 2013
32465e6
Limit Bonjour to IPv4
MichaelBuckley Dec 22, 2013
c624c9f
Updated Controls example to non-deprecated CLLocationManager delegate…
MichaelBuckley Jan 18, 2014
301aa67
Fix UIAlertView tests in controls example
MichaelBuckley Jan 19, 2014
cc3b4ab
Update UISwitch swipe method to work in iOS 7
MichaelBuckley Jan 18, 2014
26b7568
Update PublicAutomation
MichaelBuckley Feb 2, 2014
25f6bbb
Make linking to PublicAutomation easier for debug builds
MichaelBuckley Feb 2, 2014
29f1cc1
Specify exact versions of dependencies
MichaelBuckley Feb 17, 2014
9cf9dd2
Specify approximate versions of dependencies
MichaelBuckley Feb 22, 2014
e4397c6
Merge pull request #18 from TestingWithFrank/specify-dependency-version
MichaelBuckley Mar 11, 2014
62adc68
Fix crashing of OS X apps on 10.8 and earlier
MichaelBuckley Apr 12, 2014
ecbe77f
Bumping version to 1.2.3
MichaelBuckley Apr 12, 2014
e28415f
HTTP server was being started multiple times
cvanes May 7, 2014
6ed538a
Merge pull request #22 from instil/master
MichaelBuckley May 7, 2014
2c2f5e6
Removed hardcoded 30s wait timeout for navigation
joemasilotti May 20, 2014
61307b4
Ensure navigation titles are actually the title
May 28, 2014
84877fe
Merge pull request #24 from joemasilotti/fork
MichaelBuckley Jun 12, 2014
b90b3a7
Move nav title to helper and add check method
joemasilotti Jun 13, 2014
a946a1f
Merge pull request #25 from joemasilotti/navigation-titles
MichaelBuckley Jun 13, 2014
5fb4312
Merge branch 'joemasilotti-navigation-titles'
MichaelBuckley Jun 13, 2014
ce78cea
update PublicAutomation to pull in fix for https://github.com/moredip…
moredip Nov 16, 2014
b2c485b
version bump and library re-build for 1.2.4.pre1
moredip Nov 16, 2014
f5421d2
Added FEX_dragWithDelayToX:y:duration: method to be able to specify d…
Jan 29, 2015
391bb15
Merge pull request #41 from nacuteodor/teodor/dragWithDelay
moredip Jan 29, 2015
5915223
Isolated changes for 32+64 bit support in Frank.
Jan 29, 2015
471c100
update PublicAutomation submodule
moredip Jan 31, 2015
78d15e6
version bump to 1.2.5
moredip Jan 31, 2015
7c6f84f
Merge pull request #42 from CMTaylor/Dual32+64bitSupport
moredip Jan 31, 2015
61f6275
update PublicAutomation submodule
moredip Jan 31, 2015
ba188c2
`rake build_for_release`
moredip Jan 31, 2015
063300c
Merge remote-tracking branch 'origin/master'
moredip Jan 31, 2015
858d8e7
`rake build_for_release`
moredip Jan 31, 2015
f715354
Merge branch 'master' into remove-uiautomation-in-ios7
qmfrederik Sep 7, 2015
9c76c36
Avoid null reference exception while executing operations - return an…
qmfrederik Sep 7, 2015
70db5ea
Fix duplicate variable name
qmfrederik Sep 7, 2015
071d5e4
Remove FEX_dragWithInitialDelayToX method
qmfrederik Sep 7, 2015
77f4731
Make sure applicationDidBecomeActive is called, even on iOS 9
qmfrederik Oct 13, 2015
18dc8d1
Bug-fix: Fall back to orientation via status-bar when orientation via…
KotiJocki Nov 25, 2013
f0fc517
Allowing UIAlertViews be queryable in iOS7.
seanoshea Dec 5, 2013
8096656
Removing debug code in favour of frankly_os_version
seanoshea Dec 6, 2013
933997d
Updating the pull request for iOS and UIAlertViews
seanoshea Dec 6, 2013
b494e83
Merge branch 'pending-moredip-commits' into remove-uiautomation-in-ios7
qmfrederik Jan 20, 2016
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
12 changes: 5 additions & 7 deletions Frank.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -1338,7 +1338,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/Frank.dst;
GCC_DYNAMIC_NO_PIC = NO;
@@ -1347,6 +1347,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = src/Frank_Prefix.pch;
INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/lib/PublicAutomation/build/$(CONFIGURATION)-$(PLATFORM_NAME)\"",
@@ -1365,10 +1366,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = YES;
ARCHS = (
"$(ARCHS_STANDARD_32_BIT)",
armv6,
);
ARCHS = "$(ARCHS_STANDARD)";
DSTROOT = /tmp/Frank.dst;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -1391,7 +1389,7 @@
1DEB922308733DC00010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
@@ -1405,7 +1403,7 @@
1DEB922408733DC00010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
9 changes: 9 additions & 0 deletions Frank.xcodeproj/xcshareddata/xcschemes/Frank.xcscheme
Original file line number Diff line number Diff line change
@@ -67,6 +67,15 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D6E8FF3113D3DC9200D24F43"
BuildableName = "libShelley.a"
BlueprintName = "Shelley"
ReferencedContainer = "container:lib/Shelley/Shelley.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>