Sha256: b14d285a482ba74d9c5fd97c0ea7b39e401290b92631cff7c123caf8f6571683
Contents?: true
Size: 523 Bytes
Versions: 4
Compression:
Stored size: 523 Bytes
Contents
require 'objc-obfuscator/integrator' require 'fileutils' describe "StringEncryptor" do include ObjC_Obfuscator::Integrator # before do # @encryptor = Objc_Obfuscator::StringEncryptor.new 'mySecretKey' # end it "integrates the encryptor with xcode" do Dir.mktmpdir do |dir| FileUtils.cp_r 'spec/support/sample_project', dir project_path = File.join dir, 'sample_project', 'TestProject', 'TestProject.xcodeproj' podfile_path = File.join dir, 'sample_project', 'Podfile' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
objc-obfuscator-0.2.3 | spec/integrator_spec.rb |
objc-obfuscator-0.2.2 | spec/integrator_spec.rb |
objc-obfuscator-0.2.1 | spec/integrator_spec.rb |
objc-obfuscator-0.2.0 | spec/integrator_spec.rb |