Skip to content

Commit

Permalink
Merge pull request #52 from polac24/20220116-cocoapods-plugin-release
Browse files Browse the repository at this point in the history
Prepare Cocoapods plugin for a release
  • Loading branch information
polac24 authored Jan 17, 2022
2 parents 46debcf + dc0a820 commit bab3326
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions cocoapods-plugin/lib/cocoapods-xcremotecache/command/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module Hooks
LLDB_INIT_PATH = "#{ENV['HOME']}/.lldbinit"
FAT_ARCHIVE_NAME_INFIX = 'arm64-x86_64'

# List of plugins' user properties that should be copied to .rcinfo
CUSTOM_CONFIGURATION_KEYS = [
'enabled',
'xcrc_location',
Expand All @@ -37,7 +38,9 @@ module Hooks
'final_target',
'check_build_configuration',
'check_platform',
'modify_lldb_init'
'modify_lldb_init',
'prettify_meta_files',
'disable_certificate_verification'
]

class XCRemoteCache
Expand Down Expand Up @@ -338,7 +341,6 @@ def self.save_lldbinit_rewrite(user_proj_directory)
end

validate_configuration()
disable_certificate_verification = @@configuration['disable_certificate_verification']
mode = @@configuration['mode']
xccc_location = @@configuration['xccc_file']
remote_commit_file = @@configuration['remote_commit_file']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.

module CocoapodsXcremotecache
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit bab3326

Please sign in to comment.