Skip to content

Commit

Permalink
Merge pull request #13 from aktsk/filer-main
Browse files Browse the repository at this point in the history
Rename branch to main and filter build to reflect badge
  • Loading branch information
tkmru committed Jan 3, 2024
2 parents da1c76c + 154b9b9 commit fbe2c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '17 23 * * 4'

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ipa-medit

[![GitHub release](https://img.shields.io/github/v/release/aktsk/ipa-medit.svg)](https://github.com/aktsk/ipa-medit/releases/latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/aktsk/ipa-medit/blob/master/LICENSE)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/aktsk/ipa-medit/blob/main/LICENSE)
[![](https://img.shields.io/badge/Black%20Hat%20Arsenal-USA%202021-blue.svg)](https://www.blackhat.com/us-21/arsenal/schedule/index.html#ipa-medit-memory-search-and-patch-tool-for-ipa-without-jailbreaking-24072)
![](https://github.com/aktsk/ipa-medit/workflows/test/badge.svg)
![](https://github.com/aktsk/ipa-medit/workflows/test/badge.svg?branch=main)

Ipa-medit is a memory search and patch tool for resigned ipa without jailbreaking.
It supports iOS apps running on iPhone and Apple Silicon Mac.
Expand Down

0 comments on commit fbe2c67

Please sign in to comment.