Skip to content

IDE to develop native code iOS apps on unjailbroken iOS it self just via a certificate

License

Notifications You must be signed in to change notification settings

hhse/Nyxian_zh

 
 

Repository files navigation

Nyxian --zh

What is it?

Nyxian is a iOS application for iOS 16.0 and above(iOS 26 latest beta tested) that empowers iOS users to code, compile, link, sign and even execute/rapid test iOS applications directly on their device! It is the successor of the former FridaCodeManager project, which was deprecated in favor of Nyxian, because FridaCodeManager requires a jailbreak to work while Nyxian does not.

Whats do I need?

You need a free or paid apple developer account, you have to sign Nyxian using the certificate of your apple developer account and then install it on your device and import the same certificate used for signing Nyxian it self.

Language Support

It currently supports C, C++, ObjC and ObjC++. Its planned to add Swift support soon. It supports the entire iOS 18 SDK. All frameworks work except 3D rendering ones like SceneKIT.

Project Support

Currently you can only make apps inside of Nyxian. Its planned to add tweak development support with ElleKIT to Nyxian.

Nyxian-zh

🌏 汉化功能

汉化文件位置

Nyxian/zh-Hans.lproj/Localizable.strings

主要汉化内容示例

// 主界面
"Build" = "构建";
"Install" = "安装";
"Package" = "打包";
"Settings" = "设置";

// 状态信息
"Building..." = "构建中...";
"Installing..." = "安装中...";
"Packaging..." = "打包中...";
"Success" = "成功";
"Failed" = "失败";

// 错误提示
"No code signature present" = "未找到代码签名";
"Failed to install application" = "应用安装失败";
"Failed to create IPA package" = "IPA 打包失败";

About

IDE to develop native code iOS apps on unjailbroken iOS it self just via a certificate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.9%
  • Objective-C 2.4%
  • C++ 1.3%
  • Swift 1.3%
  • Other 0.1%