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

Add Orion, modulemaps #15

Merged
merged 31 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
126a2dd
[Orion] Add Orion (NOT PRODUCTION-READY YET)
kabiroberai Oct 14, 2020
d4570cd
[Orion] Update headers and add license
kabiroberai Dec 4, 2020
2e441a5
[global] Add modulemaps for Swift support
kabiroberai Dec 22, 2020
d3357fd
[Orion] Update Orion
kabiroberai Dec 22, 2020
c15cf4f
[Orion] Add deinitializer support, use Swift 5.2
kabiroberai Jan 8, 2021
ffec348
[Orion] Mark as app extension safe
kabiroberai Jan 9, 2021
29edf8e
[CydiaSubstrate] Change platform to iphoneos
kabiroberai Jan 15, 2021
6e45451
[Orion] Update with orionError support
kabiroberai Jan 15, 2021
f2a857a
[Orion] Use CI build
kabiroberai Jan 16, 2021
3b9ec52
[Orion] Add groups, break other things
kabiroberai Feb 5, 2021
1144e7b
[Orion] Update to v0.9.1
kabiroberai Mar 4, 2021
92f4e8d
[Orion] Update to v0.9.2
kabiroberai Apr 11, 2021
c3b8776
[Orion] Update Orion
kabiroberai Apr 16, 2021
1397f82
[Orion] Support supr_tramp directive
kabiroberai Apr 20, 2021
013ea40
[Orion] Update to v0.9.3
kabiroberai Apr 23, 2021
0790961
[Orion] Update Orion
kabiroberai Apr 27, 2021
d4193ef
Merge branch 'master' into orion-support
kabiroberai Apr 27, 2021
306eba8
[libundirect] Add library
kabiroberai Apr 29, 2021
a879b12
[Orion] Update Orion
kabiroberai May 27, 2021
85494d2
[Orion] Update to v0.9.4
kabiroberai May 27, 2021
1eef222
[Orion] Clean up headers, update swiftinterface
kabiroberai Jul 8, 2021
617dcfc
[Orion] Update to 0.9.5
kabiroberai Sep 3, 2021
e66cb68
[Orion] Update to the correct v0.9.5 UUID
kabiroberai Sep 3, 2021
df713f0
[Orion] Update to 1.0.0
kabiroberai Nov 16, 2021
a0cae3b
Merge branch 'master' into 'orion-support'
kabiroberai Jul 30, 2022
cae3514
[README] Remove redundant info about tapi
kabiroberai Jul 30, 2022
7124a98
Merge branch 'master' into orion-support
kabiroberai Apr 11, 2023
e820d06
modules pls
kabiroberai Apr 11, 2023
194675a
internal screaming
kabiroberai Apr 11, 2023
cd9b1d6
Merge master
kabiroberai Jul 24, 2023
fad5e32
Delete libundirect.tbd
kabiroberai Jul 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions Cephei.framework/Headers/Cephei.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
#import "HBPreferences.h"
#import "HBRespringController.h"
#import "NSDictionary+HBAdditions.h"
#import "NSLayoutConstraint+CompactConstraint.h"
#import "NSString+HBAdditions.h"
#import "UIColor+HBAdditions.h"
#import "UIView+CompactConstraint.h"
6 changes: 6 additions & 0 deletions Cephei.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module Cephei {
umbrella header "Cephei.h"

export *
module * { export * }
}
1 change: 1 addition & 0 deletions CepheiPrefs.framework/Headers/CepheiPrefs.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#import <Preferences/Preferences.h>
#import "HBAboutListController.h"
#import "HBAppearanceSettings.h"
#import "HBDiscreteSliderTableCell.h"
Expand Down
6 changes: 6 additions & 0 deletions CepheiPrefs.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module CepheiPrefs {
umbrella header "CepheiPrefs.h"

export *
module * { export * }
}
2 changes: 1 addition & 1 deletion CepheiUI.framework/Headers/CepheiUI.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#import "CompactConstraint/CompactConstraint.h"
#import "CompactConstraint.h"
#import "UIColor+HBAdditions.h"
6 changes: 6 additions & 0 deletions CepheiUI.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module CepheiUI {
umbrella header "CepheiUI.h"

export *
module * { export * }
}
6 changes: 6 additions & 0 deletions Cycript.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module Cycript {
umbrella header "Cycript.h"

export *
module * { export * }
}
6 changes: 6 additions & 0 deletions CydiaSubstrate.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module CydiaSubstrate {
umbrella header "CydiaSubstrate.h"

export *
module * { export * }
}
3 changes: 3 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ The licenses of each library on this repo are listed as follows.
* libSparkAppList: [WTFPL v2.0](https://github.com/SparkDev97/libSparkAppList/blob/master/LICENSE.md)
* libSparkColourPicker: [WTFPL v2.0](https://github.com/SparkDev97/libSparkColourPicker/blob/master/LICENSE.md)

### Theos
* Orion: [MIT License](https://github.com/theos/orion/blob/master/LICENSE.md)

### Other
Files in this repo that aren’t copied or generated from elsewhere are released into the Public Domain.

Expand Down
6 changes: 6 additions & 0 deletions Opener.framework/Headers/Opener.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#import <Foundation/Foundation.h>
#import "HBLibOpener.h"
#import "HBLOHandler.h"
#import "HBLOHandlerDelegate.h"
#import "NSDictionary+OpenerAdditions.h"
#import "NSString+OpenerAdditions.h"
6 changes: 6 additions & 0 deletions Opener.framework/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module Opener {
umbrella header "Opener.h"

export *
module * { export * }
}