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

Travis Support #258

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
edf0859
Find IOKit headers automatically
mologie Jan 28, 2017
fff1a90
Update README.md
mologie Jan 28, 2017
f34ec9f
Update README.md
mologie Jan 28, 2017
c9d2626
Fix IOKit symlink script return code
mologie Jan 28, 2017
cce9b5a
Reorganize Xcode project
mologie Jan 28, 2017
d4d3169
Add bootstrap.tar temporary directory to .gitignore
mologie Jan 28, 2017
60c2139
Use iOS libkern headers with OSTypes.h from macOS
mologie Jan 28, 2017
b3fa6e8
Merge branch 'patch/auto-iokit' into patch/project-structure
mologie Jan 28, 2017
c6d404b
Clear automated code signing settings
mologie Jan 28, 2017
da39f9b
Refactor offsets.c into Kernels.plist, remove devicesupport.h/m
mologie Jan 29, 2017
ac5917c
early 4k support
Jan 29, 2017
1b6d905
ew logs
Jan 29, 2017
c8b8602
Port over Mila432's offset changes
mologie Jan 29, 2017
6d9d697
Factor tfp0 exploit out into separate file
mologie Jan 29, 2017
b4d9e18
Cosmetics
mologie Jan 29, 2017
8e75885
Don’t make tar world-writable
mologie Jan 29, 2017
45def2b
Fix app installation
mologie Jan 29, 2017
44697cf
hit that blunt
Jan 29, 2017
a0443c6
hit that blunt
Jan 29, 2017
6f3743d
Add printing uname result to log
mologie Jan 29, 2017
3890496
Cosmetics
mologie Jan 29, 2017
0f056d2
Add printing jailbreak() config to log
mologie Jan 29, 2017
7c50bdf
Add pte_stuff.h to Xcode project
mologie Jan 29, 2017
75a17ba
Cosmetics
mologie Jan 29, 2017
6e1f1c7
Fix vm_address_t size regression
mologie Jan 29, 2017
89f35a1
Create softwareupdated launchd plist backup
mologie Jan 29, 2017
35176c7
Don’t change mode of Preferences directory
mologie Jan 29, 2017
07f20cd
Merge branch 'master' into patch/project-structure
mologie Jan 29, 2017
cc0d834
Cut down compiler warning noise
mologie Jan 29, 2017
09c3da3
Merge branch 'master' into patch/project-structure
mologie Jan 29, 2017
fd768e9
Cosmetics
mologie Jan 29, 2017
698b004
Cosmetics
mologie Jan 30, 2017
a097cdd
Travis Support
mmhobi7 Jan 30, 2017
6214507
Merge branch 'master' into patch/project-structure
mologie Jan 30, 2017
a9ee05a
Enable ARC
mologie Jan 30, 2017
f072235
Add switch for enabling remote SSH access
mologie Jan 30, 2017
b7a300f
Reenable original OTA patch
mologie Jan 30, 2017
316a972
Merge branch 'master' into patch/project-structure
mologie Jan 31, 2017
c23a1af
Cosmetics
mologie Jan 31, 2017
1af515e
Merge branch 'patch/project-structure'
mologie Feb 1, 2017
eb15c6a
Merge pull request #2 from mologie/master
mmhobi7 Feb 2, 2017
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
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
osx_image: xcode8.1
language: objective-c
script:
- set -o pipefail && xcodebuild build -project yalu102.xcodeproj -xcconfig yalu102.xcconfig -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty