Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
roothider committed May 8, 2024
1 parent cb1bbdf commit fe133d4
Show file tree
Hide file tree
Showing 5 changed files with 1,201 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

.DS_Store
AppDelegate.h
AppDelegate.m
Assets.xcassets/AccentColor.colorset/Contents.json
Assets.xcassets/AppIcon.appiconset/Contents.json
Assets.xcassets/Contents.json
Base.lproj/LaunchScreen.storyboard
Base.lproj/Main.storyboard
SceneDelegate.h
SceneDelegate.m
ViewController.h
ViewController.m
31 changes: 31 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>sileo</string>
<string>zbra</string>
<string>filza</string>
</array>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<key>UISceneConfigurations</key>
<dict>
<key>UIWindowSceneSessionRoleApplication</key>
<array>
<dict>
<key>UISceneConfigurationName</key>
<string>Default Configuration</string>
<key>UISceneDelegateClassName</key>
<string>SceneDelegate</string>
<key>UISceneStoryboardFile</key>
<string>Main</string>
</dict>
</array>
</dict>
</dict>
</dict>
</plist>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# JailbreakDetector

Modern Jailbreak Detection Demo

Loading

0 comments on commit fe133d4

Please sign in to comment.