Coder Social home page Coder Social logo

easyrelease's Introduction

(logo) EasyRelease

Introduction

SaaS场景下自动化混淆工具。
Automated obfuscation tools in SaaS scenarios.

Features

  • Auto Configuration
  • Rename Project
  • Delete Annotation
  • Rehash Images
  • Replace Class/Method
  • Code Mix

Screenshot

image

Imagemagick

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install imagemagick

CocoaPods

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install cocoapods

Usage

NTOCC project usage:

  1. Download configuration file NtoccShipper.json or NtoccDriver.json put that .xcodeproj in the same directory;
  2. Import the configuration file under EasyRelease and enter the new project name;
  3. Click Action button;
{
    "isSasS": false,
    "isAuto": false,
    "isAutoPodInstall": false,
    "isRehashImages": false,
    "isDelAnnotation": true,
    "replaceArray": [
        {
            "Type": "class",
            "OldPrefix": "NYS",
            "NewPrefix": "NYSC",
            "Enable": "1"
        },
        {
            "Type": "method",
            "OldPrefix": "NYS",
            "NewPrefix": "NYSM",
            "Enable": "0"
        }
    ],
    "projectFileDirUrl": "file:\/\/\/Users\/niyongsheng\/Desktop\/EasyRelease\/EasyRelease.xcodeproj",
    "projectDirUrl": "file:\/\/\/Users\/niyongsheng\/Desktop\/EasyRelease\/EasyRelease\/",
    "ignoreArray": [
        {
            "name": "Pods",
            "enable": "1"
        }
    ],
    "projectOldName": "EasyRelease",
    "projectNewName": "EasyReleaseNew",
    "version": "1.0",
    "desc": "https://github.com/niyongsheng/EasyRelease"
}

Field about .json

"isSasS": false Manual mode - read from configuration file;

"isSasS": true automatic mode - name .json with the .xcodeproj filename;
"isSasS": true && "isAuto": false Semi-automatic mode - need to specify a new project name, prefix is automatically extracted;
"isSasS": true && "isAuto": true Full auto mode - new item names are randomly generated, prefix is automatically extracted;

Remind

macOS 10.15+

Contribution

Reward🍭 Encourage❤️

Contact Me :octocat:

easyrelease's People

Contributors

niyongsheng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

justtom0 winterwd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.