Sha256: 5dad25311bed0e020dc255b0a651ff61707547518a573f26b383cdcb29b7ece6
Contents?: true
Size: 570 Bytes
Versions: 2
Compression:
Stored size: 570 Bytes
Contents
# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'podSign' do # Comment the next line if you don't want to use dynamic frameworks # use_frameworks! plugin 'cocoapods-pod-sign' # config_pod_bundle_id_and_team_id({ # 'Debug' => {:bundle_id => 'com.aaa.bbb', :team_id => 'ABCDEFG'}, # 'Release' => {:bundle_id => 'com.ccc.ddd', :team_id => 'HIJKLMN'}, # 'Profile' => {:bundle_id => 'com.xxx.eee', :team_id => 'ASDFGHJ'} # }) # Pods for podSign pod 'bundleSign', :path => './bundleSign' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-pod-sign-1.2.2 | example/podSign/Podfile |
cocoapods-pod-sign-1.1.2 | example/podSign/Podfile |