Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Xcode 6.4 Obfuscate Script issue #2

@tspinelli

Description

@tspinelli

I had to change the Obfuscate script in order to get a clean compile. I changed it to:

 if [ -f "$HOME/.rvm/scripts/rvm" ];
  then
    source $HOME/.rvm/scripts/rvm
    rvm rvmrc trust
    rvm rvmrc load
  fi

  for file in `grep -rl __obfuscate ${SRCROOT}/*.h`; do 
    objc-obfuscator obfuscate <mykey> 
  done

  for file in `grep -rl __obfuscate ${SRCROOT}/*.m`; do 
    objc-obfuscator obfuscate <mykey>
  done

There should not have been a ';' after 'do'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions