Skip to content

Commit 81c3b19

Browse files
Merge pull request #121 from IBDecodable/revert/specify-pod-platform
Revert "Specify pod platform"
2 parents d21eb45 + cdd711d commit 81c3b19

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/artifact.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ jobs:
4242
run: pod trunk push IBLinter.podspec
4343
env:
4444
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
45+
COCOAPODS_VALIDATOR_SKIP_XCODEBUILD: 1

IBLinter.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Pod::Spec.new do |s|
22
s.name = 'IBLinter'
3-
s.platform = :osx
43
s.version = `make current_version`
54
s.summary = 'A linter tool for Interface Builder.'
65
s.homepage = 'https://github.com/IBDecodable/IBLinter'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bump_version:
3232

3333
publish:
3434
brew update && brew bump-formula-pr --tag=$(shell git describe --tags) --revision=$(shell git rev-parse HEAD) iblinter
35-
pod trunk push IBLinter.podspec
35+
COCOAPODS_VALIDATOR_SKIP_XCODEBUILD=1 pod trunk push IBLinter.podspec
3636

3737
%:
3838
@:

0 commit comments

Comments
 (0)