Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Jul 12, 2024
1 parent 253e19a commit e11efbf
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Asspp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
501D5DED2C40C18000F1E177 /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 501D5DEC2C40C18000F1E177 /* InfoPlist.xcstrings */; };
5060B2FF2C412E730076A4EE /* FLEX in Frameworks */ = {isa = PBXBuildFile; productRef = 5060B2FE2C412E730076A4EE /* FLEX */; };
50D0C8B82C40187800538F49 /* Vapor in Frameworks */ = {isa = PBXBuildFile; productRef = 50D0C8B72C40187800538F49 /* Vapor */; };
50D0C8BA2C401AD600538F49 /* Installer+TLS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50D0C8B92C401AD600538F49 /* Installer+TLS.swift */; };
50D0C8BC2C401B3000538F49 /* Installer+App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50D0C8BB2C401B3000538F49 /* Installer+App.swift */; };
Expand Down Expand Up @@ -81,6 +82,7 @@
50D44D3F2C3FA59500CF6A69 /* Kingfisher in Frameworks */,
50E28B812C40BA52007891E0 /* ColorfulX in Frameworks */,
50D44D482C3FAE8000CF6A69 /* Tiercel in Frameworks */,
5060B2FF2C412E730076A4EE /* FLEX in Frameworks */,
50D44D232C3F92C500CF6A69 /* NIOSSL in Frameworks */,
50D0C8B82C40187800538F49 /* Vapor in Frameworks */,
50D44D1E2C3F92BB00CF6A69 /* NIOHTTP1 in Frameworks */,
Expand Down Expand Up @@ -225,6 +227,7 @@
50D44D502C3FC85F00CF6A69 /* AnyCodable */,
50D0C8B72C40187800538F49 /* Vapor */,
50E28B802C40BA52007891E0 /* ColorfulX */,
5060B2FE2C412E730076A4EE /* FLEX */,
);
productName = Asspp;
productReference = 50D44D022C3F91F700CF6A69 /* Asspp.app */;
Expand Down Expand Up @@ -263,6 +266,7 @@
50D44D4F2C3FC85F00CF6A69 /* XCRemoteSwiftPackageReference "AnyCodable" */,
50D0C8B62C40187800538F49 /* XCRemoteSwiftPackageReference "vapor" */,
50E28B7F2C40BA52007891E0 /* XCRemoteSwiftPackageReference "ColorfulX" */,
5060B2FD2C412E730076A4EE /* XCRemoteSwiftPackageReference "FLEX" */,
);
productRefGroup = 50D44D032C3F91F700CF6A69 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -522,6 +526,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
5060B2FD2C412E730076A4EE /* XCRemoteSwiftPackageReference "FLEX" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/FLEXTool/FLEX.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.22.10;
};
};
50D0C8B62C40187800538F49 /* XCRemoteSwiftPackageReference "vapor" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/vapor/vapor";
Expand Down Expand Up @@ -581,6 +593,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
5060B2FE2C412E730076A4EE /* FLEX */ = {
isa = XCSwiftPackageProductDependency;
package = 5060B2FD2C412E730076A4EE /* XCRemoteSwiftPackageReference "FLEX" */;
productName = FLEX;
};
50D0C8B72C40187800538F49 /* Vapor */ = {
isa = XCSwiftPackageProductDependency;
package = 50D0C8B62C40187800538F49 /* XCRemoteSwiftPackageReference "vapor" */;
Expand Down
9 changes: 9 additions & 0 deletions Asspp.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
"version" : "4.14.3"
}
},
{
"identity" : "flex",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FLEXTool/FLEX.git",
"state" : {
"revision" : "e0acf59d06d498041f65bbea1e5914b6e4b39733",
"version" : "5.22.10"
}
},
{
"identity" : "kingfisher",
"kind" : "remoteSourceControl",
Expand Down
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,34 @@ You need to figure it out by yourself :) But here are some tech notes:

- [x] https://dantheman827.github.io/ios-app-signer/

**If you encounter issues like [#1](https://github.com/Lakr233/Asspp/issues/1), please use the provided signing tool for installation.**

### Local Installation

**Advantages:**

- Usable on a single device
- Cannot be detected by the App Store
- Cannot auto-update

**Disadvantages:**

- Cannot be detected by the App Store 🤡
- Cannot auto-update 🤡
- Requires internet connection

### Using AirDrop for Installation

**Advantages:**

- Compatible with the App Store
- Can auto-update normally

**Disadvantages:**

- Requires two devices
- The target device needs to be logged into the corresponding account and have at least one app installed with that account

## 🚀 Usage

Download the latest version from [Releases](https://github.com/Lakr233/Asspp/releases).
Expand Down
30 changes: 29 additions & 1 deletion Resources/i18n/zh-Hans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,34 @@

- [x] https://dantheman827.github.io/ios-app-signer/

**如果你遇到了诸如 [#1](https://github.com/Lakr233/Asspp/issues/1) 之类的问题,请使用上面提供的签名工具进行安装。**

### 本地安装

**优点**

- 单设备可用
- 无法被 App Store 检测
- 不可自动更新

**缺点**

- 无法被 App Store 检测 🤡
- 不可自动更新 🤡
- 需要联网

### 使用 AirDrop 安装

**优点**

- 与 App Store 兼容
- 可以正常自动升级

**缺点**

- 需要两台设备
- 目标设备需要登录过对应账户并且该账户至少安装有一个应用

## 🚀 使用方法

[Releases](https://github.com/Lakr233/Asspp/releases) 下载最新版本。
Expand All @@ -43,4 +71,4 @@

---

版权所有 © 2024 Lakr Aream。保留所有权利。
版权所有 © 2024 Lakr Aream。保留所有权利。

0 comments on commit e11efbf

Please sign in to comment.