# random-objc **Repository Path**: 568071718/random-objc ## Basic Information - **Project Name**: random-objc - **Description**: 生成 Objective-C 垃圾代码脚本 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/568071718/random-objc - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-09 - **Last Updated**: 2024-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 随机生成 OC 垃圾代码 非完整版,本来是打算用来应对苹果审核 4.3 被拒的,后面莫名其妙的过审了,暂且搁置了 --- * [Github](https://github.com/568071718/random-objc) * [Gitee](https://gitee.com/568071718/random-objc) --- 调试环境: Python 3.9.6 ## 脚本配置 ``` # 类前缀 CLASS_PRE = "Test" # 随机生成多少个类文件 FILE_NUM = 100 ```