cocoapods-fy-bin 0.2.7 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32f470edac0ea8826a262110a7d30ac3b1b584b905a9aab6cf61487a11cc7cc4
4
- data.tar.gz: a2129113fcee87c95259d994b4bbad7eb26b3d0b7c1479a167046ccfdcce6748
3
+ metadata.gz: c2b6780b38469eb04a27c00dd9482f5b0599f58040a907244de7e4d8bf58282e
4
+ data.tar.gz: 6ac95de6f64d4a9d47c1caa549c4c31f469ec027c092cc656fd1063d688556d0
5
5
  SHA512:
6
- metadata.gz: b6ee5a772cc29ee2007e99099035138821b41ab3fc9056d8656df35171f6b487a66080294bf8495e82e3ec79e630eabb9dcd3351c10ab770fd2aa038a9e51f46
7
- data.tar.gz: da84325dc2ef313de0789decf23f188aa8be43cbc1cea5b65d6e2dbab85101b6aa102153434a66588c61472cadda41e9b2bd39da529cf2b3ba43ec38891e830f
6
+ metadata.gz: 11d0f5fd06e327015b7e0d9b4e44ca055225ca48bdf670d5f34d420e28fd06edd63d0a08de1efb9bdb143acf941699867a5bb56ab6f8cbba368c08ee6de5b8cc
7
+ data.tar.gz: 9ca5de0632b33fd1f6b066c4f15e1544812ba553bf3878c33dc7175009e59134abf87f0e7b187ab15aec4c343fba065090ff9897370c55872205693b08e72350
@@ -103,7 +103,7 @@ module Pod
103
103
 
104
104
  def run_archive
105
105
  argvs = [
106
- "--sources=#{sources_option(@code_dependencies, @sources)},https://github.com/CocoaPods/Specs.git,https://gitlab.fuyoukache.com/iosThird/FYSpecs.git",
106
+ "--sources=#{sources_option(@code_dependencies, @sources)},https://github.com/CocoaPods/Specs.git,https://gitlab.fuyoukache.com/app/iosThird/FYSpecs.git",
107
107
  @additional_args
108
108
  ]
109
109
 
@@ -12,8 +12,8 @@ module CBin
12
12
  def template_hash
13
13
  {
14
14
  'configuration_env' => { description: '编译环境', default: 'release', selection: %w[debug release] },
15
- 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/iosThird/FYSpecs.git' },
16
- 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/iosThird/FYBinarySpecs.git' },
15
+ 'code_repo_url' => { description: '源码私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/app/iosThird/FYSpecs.git' },
16
+ 'binary_repo_url' => { description: '二进制私有源 Git 地址', default: 'https://gitlab.fuyoukache.com/app/iosThird/FYBinarySpecs.git' },
17
17
  'binary_download_url' => { description: '二进制下载主机地址,内部会依次传入组件名称、版本、打包模式', default: 'https://mobilepods.fuyoukache.com' },
18
18
  # 'binary_type' => { description: '二进制打包类型', default: 'framework', selection: %w[framework library] },
19
19
  'download_file_type' => { description: '下载二进制文件类型', default: 'zip', selection: %w[zip tgz tar tbz txz dmg] },
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.2.7'
3
+ VERSION = '0.2.9'
4
4
  end
5
5
 
6
6
  module Pod
@@ -377,6 +377,7 @@ module CBin
377
377
  items = item.split(" ")
378
378
  item_last = items.last
379
379
  if !exclude_frameworks.include?(item_last)
380
+ `find . -name "*.swiftinterface" -exec sed -i -e 's/import #{item_last}\\./import #{item_last}BDF\\./g' {} \\;`
380
381
  `find . -name "*.swiftinterface" -exec sed -i -e 's/#{item_last}\\.Method/#{item_last}BDF\\.Method/g' {} \\;`
381
382
  `find . -name "*.swiftinterface" -exec sed -i -e 's/#{item_last}\\.#{item_last}/#{item_last}ACE\\.#{item_last}BDF/g' {} \\;`
382
383
  `find . -name "*.swiftinterface" -exec sed -i -e 's/#{item_last}\\./#{item_last}ACE\\./g' {} \\;`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-fy-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - dr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-30 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel