将framework提交至cocoapods工作记录
========================
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git add .
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git commit -m "Initial release of InterfaceKit"
[master (root-commit) a1942f6] Initial release of InterfaceKit
155 files changed, 21738 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE.md
create mode 100644 .github/Pull_request_template.md
create mode 100644 .github/workflows/podspecs.yml
create mode 100644 .github/workflows/tests.yml
create mode 100644 .gitignore
create mode 100644 .jazzy.yaml
create mode 100644 .ruby-gemset
create mode 100644 .ruby-version
create mode 100644 .swift-version
create mode 100644 .swiftformat
create mode 100644 .swiftlint.yml
create mode 100644 .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
create mode 100644 .swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 CHANGELOG.md
create mode 100644 CHANGELOG.zh-Hans.md
create mode 100644 CONTRIBUTING.md
create mode 100644 CONTRIBUTING.zh-Hans.md
create mode 100644 CartfileExample/Cartfile
create mode 100644 Code of Conduct.md
create mode 100644 Code of Conduct.zh-Hans.md
create mode 100644 Docs/Structs.html
create mode 100644 Docs/Structs/InterfaceView.html
create mode 100644 Docs/Structs/InterfaceViewController.html
create mode 100644 Docs/Structs/NSInterfaceView.html
create mode 100644 Docs/Structs/NSInterfaceViewController.html
create mode 100644 Docs/Structs/WKInterfaceView.html
create mode 100644 Docs/badge.svg
create mode 100644 Docs/css/highlight.css
create mode 100644 Docs/css/jazzy.css
create mode 100644 Docs/docsets/.docset/Contents/Info.plist
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/InterfaceView.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/InterfaceViewController.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/NSInterfaceView.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/NSInterfaceViewController.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/Structs/WKInterfaceView.html
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/badge.svg
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/css/highlight.css
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/css/jazzy.css
create mode 100755 Docs/docsets/.docset/Contents/Resources/Documents/img/carat.png
create mode 100755 Docs/docsets/.docset/Contents/Resources/Documents/img/dash.png
create mode 100755 Docs/docsets/.docset/Contents/Resources/Documents/img/gh.png
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/img/spinner.gif
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/index.html
create mode 100755 Docs/docsets/.docset/Contents/Resources/Documents/js/jazzy.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/js/jazzy.search.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/js/jquery.min.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/js/lunr.min.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/js/typeahead.jquery.js
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/search.json
create mode 100644 Docs/docsets/.docset/Contents/Resources/Documents/undocumented.json
create mode 100644 Docs/docsets/.docset/Contents/Resources/docSet.dsidx
create mode 100644 Docs/docsets/.tgz
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Info.plist
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/InterfaceView.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/InterfaceViewController.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/NSInterfaceView.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/NSInterfaceViewController.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/Structs/WKInterfaceView.html
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/badge.svg
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/css/highlight.css
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/css/jazzy.css
create mode 100755 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/img/carat.png
create mode 100755 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/img/dash.png
create mode 100755 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/img/gh.png
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/img/spinner.gif
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/index.html
create mode 100755 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/jazzy.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/jazzy.search.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/jquery.min.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/lunr.min.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/js/typeahead.jquery.js
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/search.json
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/Documents/undocumented.json
create mode 100644 Docs/docsets/InterfaceKit.docset/Contents/Resources/docSet.dsidx
create mode 100644 Docs/docsets/InterfaceKit.tgz
create mode 100644 Docs/docsets/InterfaceKit.xml
create mode 100755 Docs/img/carat.png
create mode 100755 Docs/img/dash.png
create mode 100755 Docs/img/gh.png
create mode 100644 Docs/img/spinner.gif
create mode 100644 Docs/index.html
create mode 100755 Docs/js/jazzy.js
create mode 100644 Docs/js/jazzy.search.js
create mode 100644 Docs/js/jquery.min.js
create mode 100644 Docs/js/lunr.min.js
create mode 100644 Docs/js/typeahead.jquery.js
create mode 100644 Docs/search.json
create mode 100644 Docs/undocumented.json
create mode 100644 Example/iOSExample/EApp.swift
create mode 100644 Example/iOSExample/Example.xcodeproj/project.pbxproj
create mode 100644 Example/iOSExample/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 Example/iOSExample/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 Example/iOSExample/Example/Info.plist
create mode 100644 Example/iOSExample/Example/Preview Content/Preview Assets.xcassets/Contents.json
create mode 100644 Example/macOSExample/macOSExample.xcodeproj/project.pbxproj
create mode 100644 Example/macOSExample/macOSExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 Example/macOSExample/macOSExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 Example/macOSExample/macOSExample/Info.plist
create mode 100644 Example/macOSExample/macOSExample/Preview Content/Preview Assets.xcassets/Contents.json
create mode 100644 Example/macOSExample/macOSExample/macOSExample.entitlements
create mode 100644 Example/tvOSExample/tvOSExample.xcodeproj/project.pbxproj
create mode 100644 Example/tvOSExample/tvOSExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 Example/tvOSExample/tvOSExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 Example/tvOSExample/tvOSExample/Info.plist
create mode 100644 Example/tvOSExample/tvOSExample/Preview Content/Preview Assets.xcassets/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample WatchKit App/Assets.xcassets/AccentColor.colorset/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample WatchKit App/Assets.xcassets/AppIcon.appiconset/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample WatchKit App/Assets.xcassets/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample WatchKit App/Info.plist
create mode 100644 Example/watchOSExample/watchOSExample WatchKit Extension/Info.plist
create mode 100644 Example/watchOSExample/watchOSExample WatchKit Extension/Preview Content/Preview Assets.xcassets/Contents.json
create mode 100644 Example/watchOSExample/watchOSExample.xcodeproj/project.pbxproj
create mode 100644 Example/watchOSExample/watchOSExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 Example/watchOSExample/watchOSExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 Gemfile
create mode 100644 InterfaceKit.podspec
create mode 100644 InterfaceKit.xcframework.zip
create mode 100644 InterfaceKit.xcodeproj/project.pbxproj
create mode 100644 InterfaceKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 InterfaceKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 InterfaceKit.xcodeproj/xcshareddata/xcschemes/InterfaceKit.xcscheme
create mode 100644 InterfaceKit.xcworkspace/contents.xcworkspacedata
create mode 100644 InterfaceKit.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 InterfaceKit/Info.plist
create mode 100644 InterfaceKit/InterfaceKit.h
create mode 100644 InterfaceKitTests/Info.plist
create mode 100644 InterfaceKitTests/InterfaceKitTests.swift
create mode 100644 LICENSE
create mode 100644 LICENSE.md
create mode 100644 LICENSE.zh-Hans.md
create mode 100644 Package.swift
create mode 100644 Pictures/CartfileLocation.png
create mode 100644 Pictures/China.png
create mode 100644 Pictures/PodfileLocation.png
create mode 100644 Pictures/SwiftPackageManager.png
create mode 100644 Pictures/add_framework.png
create mode 100644 Pictures/copy_files.png
create mode 100644 Pictures/drag_framework.png
create mode 100644 Pictures/unzip.png
create mode 100644 Pictures/use_frameworks.png
create mode 100644 Pictures/use_xcframeworks.png
create mode 100755 PodfileExample/Podfile
create mode 100644 README.md
create mode 100644 README.zh-Hans.md
create mode 100644 Sources/InterfaceKit/NSInterface.swift
create mode 100644 Sources/InterfaceKit/UIInterface.swift
create mode 100644 Sources/InterfaceKit/WKInterface.swift
create mode 100644 Tests/InterfaceKitTests/InterfaceKitTests.swift
create mode 100644 Tests/InterfaceKitTests/XCTestManifests.swift
create mode 100644 Tests/LinuxMain.swift
create mode 100644 Vision.md
create mode 100644 Vision.zh-Hans.md
create mode 100644 codecov.yml
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git push
To https://github.com/adong666666/InterfaceKit.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/adong666666/InterfaceKit.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git push -f
Enumerating objects: 162, done.
Counting objects: 100% (162/162), done.
Delta compression using up to 16 threads
Compressing objects: 100% (145/145), done.
Writing objects: 100% (162/162), 8.12 MiB | 45.00 KiB/s, done.
Total 162 (delta 28), reused 0 (delta 0)
remote: Resolving deltas: 100% (28/28), done.
To https://github.com/adong666666/InterfaceKit.git
+ 7d1efa9...a1942f6 master -> master (forced update)
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git tag 5.4.0
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git push --tag
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/adong666666/InterfaceKit.git
* [new tag] 5.4.0 -> 5.4.0
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % pod lib lint
-> InterfaceKit (5.4.0)
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using new build system
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Building targets in parallel
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using codesigning identity override: -
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Planning build
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Constructing build description
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file and one is not being generated automatically. (in target 'App' from project 'App')
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using codesigning identity override:
InterfaceKit passed validation.
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % pod trunk push InterfaceKit.podspec
Updating spec repo `trunk`
Validating podspec
-> InterfaceKit (5.4.0)
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using new build system
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Building targets in parallel
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using codesigning identity override: -
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Planning build
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Constructing build description
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file and one is not being generated automatically. (in target 'App' from project 'App')
- NOTE | [InterfaceKit/UIKit, InterfaceKit/AppKit, InterfaceKit/WatchKit, and more...] xcodebuild: note: Using codesigning identity override:
Updating spec repo `trunk`
--------------------------------------------------------------------------------
🎉 Congrats
🚀 InterfaceKit (5.4.0) successfully published
📅 April 30th, 10:04
🌎 https://cocoapods.org/pods/InterfaceKit
👍 Tell your friends!
--------------------------------------------------------------------------------
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit %
Last login: Thu Jan 17 17:43:47 on ttys001
iMac-2:~ adong666666$ cd CommonUse
iMac-2:CommonUse adong666666$ git add .
giMac-2:CommonUse adong666666$ git push origin master
Everything up-to-date
iMac-2:CommonUse adong666666$ git add .
iMac-2:CommonUse adong666666$ git commit -m "fix description"
[master 7d4ebe8] fix description
1 file changed, 1 insertion(+), 1 deletion(-)
iMac-2:CommonUse adong666666$ git push origin masgter
error: src refspec masgter does not match any.
error: 推送一些引用到 'https://github.com/adong666666/CommonUse.git' 失败
iMac-2:CommonUse adong666666$ git push origin master
枚举对象: 5, 完成.
对象计数中: 100% (5/5), 完成.
使用 4 个线程进行压缩
压缩对象中: 100% (3/3), 完成.
写入对象中: 100% (3/3), 293 bytes | 293.00 KiB/s, 完成.
总共 3 (差异 2),复用 0 (差异 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/adong666666/CommonUse.git
1618908..7d4ebe8 master -> master
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ git add .
iMac-2:CommonUse adong666666$ git commit -m "fix description"
[master a7b439f] fix description
1 file changed, 1 insertion(+), 1 deletion(-)
iMac-2:CommonUse adong666666$ git push origin master
pod l枚举对象: 5, 完成.
对象计数中: 100% (5/5), 完成.
使用 4 个线程进行压缩
压缩对象中: 100% (3/3), 完成.
写入对象中: 100% (3/3), 305 bytes | 305.00 KiB/s, 完成.
总共 3 (差异 2),复用 0 (差异 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
liTo https://github.com/adong666666/CommonUse.git
7d4ebe8..a7b439f master -> master
niMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ git add .
iMac-2:CommonUse adong666666$ git commit -m "fix podspec"
[master 09fbf0d] fix podspec
1 file changed, 1 insertion(+), 1 deletion(-)
iMac-2:CommonUse adong666666$ git push origin master
枚举对象: 5, 完成.
对象计数中: 100% (5/5), 完成.
使用 4 个线程进行压缩
压缩对象中: 100% (3/3), 完成.
写入对象中: 100% (3/3), 299 bytes | 299.00 KiB/s, 完成.
总共 3 (差异 2),复用 0 (差异 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/adong666666/CommonUse.git
a7b439f..09fbf0d master -> master
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the `swift_version` attribute in your podspec. Note that usage of the `--swift-version` parameter or a `.swift-version` file is now deprecated.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse')
[!] CommonUse did not pass validation, due to 2 warnings (but you can use `--allow-warnings` to ignore them).
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
[!] Unable to find a podspec in the working directory
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse.podspec
- ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.
[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting =>
...source_files = {'CommonUse.h','UIColor-extension.swift','in...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...e.h','UIColor-extension.swift','info.plist','README.md','FIL...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...-extension.swift','info.plist','README.md','FILE_LICENSE','C...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...wift','info.plist','README.md','FILE_LICENSE','CommonUse.pod...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...st','README.md','FILE_LICENSE','CommonUse.podspec'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.
# from /Users/adong666666/CommonUse/CommonUse.podspec:94
# -------------------------------------------
#
> s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE','CommonUse.podspec'}
# #s.exclude_files = "Classes/Exclude"
# -------------------------------------------
[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse.podspec
- ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.
[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting =>
...source_files = {'CommonUse.h','UIColor-extension.swift','in...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...e.h','UIColor-extension.swift','info.plist','README.md','FIL...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...-extension.swift','info.plist','README.md','FILE_LICENSE'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...wift','info.plist','README.md','FILE_LICENSE'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.
# from /Users/adong666666/CommonUse/CommonUse.podspec:94
# -------------------------------------------
#
> s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE'}
# #s.exclude_files = "Classes/Exclude"
# -------------------------------------------
[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse.podspec
- ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.
[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting =>
...source_files = {'CommonUse.h','UIColor-extension.swift','in...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...e.h','UIColor-extension.swift','info.plist','README.md','FIL...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...-extension.swift','info.plist','README.md','FILE_LICENSE'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...wift','info.plist','README.md','FILE_LICENSE'}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.
# from /Users/adong666666/CommonUse/CommonUse.podspec:94
# -------------------------------------------
#
> s.source_files = {'CommonUse.h','UIColor-extension.swift','info.plist','README.md','FILE_LICENSE'}
# #s.exclude_files = "Classes/Exclude"
# -------------------------------------------
[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse.podspec
- ERROR | spec: The specification defined in `/Users/adong666666/CommonUse/CommonUse.podspec` could not be loaded.
[!] Invalid `CommonUse.podspec` file: syntax error, unexpected ',', expecting =>
...source_files = {"CommonUse.h","UIColor-extension.swift","in...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...e.h","UIColor-extension.swift","info.plist","README.md","FIL...
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...-extension.swift","info.plist","README.md","FILE_LICENSE"}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected ',', expecting keyword_end
...wift","info.plist","README.md","FILE_LICENSE"}
... ^
/Users/adong666666/CommonUse/CommonUse.podspec:94: syntax error, unexpected '}', expecting keyword_end.
# from /Users/adong666666/CommonUse/CommonUse.podspec:94
# -------------------------------------------
#
> s.source_files = {"CommonUse.h","UIColor-extension.swift","info.plist","README.md","FILE_LICENSE"}
# #s.exclude_files = "Classes/Exclude"
# -------------------------------------------
[!] /Users/adong666666/CommonUse/CommonUse.podspec did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the `swift_version` attribute in your podspec. Note that usage of the `--swift-version` parameter or a `.swift-version` file is now deprecated.
- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App')
- NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/FILE_LICENSE' of type 'text' for architecture 'i386' (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/README.md' of type 'net.daringfireball.markdown' for architecture 'i386' (in target 'CommonUse')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/FILE_LICENSE' of type 'text' for architecture 'x86_64' (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: warning: no rule to process file '/Users/adong666666/CommonUse/README.md' of type 'net.daringfireball.markdown' for architecture 'x86_64' (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: warning: duplicate output file '/Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist' on task: ProcessInfoPlistFile /Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist Target Support Files/CommonUse/Info.plist (in target 'CommonUse')
- NOTE | [iOS] xcodebuild: error: Multiple commands produce '/Users/adong666666/Library/Developer/Xcode/DerivedData/App-cvugokihoxbywecvhxmarqbtbgah/Build/Products/Release-iphonesimulator/CommonUse/CommonUse.framework/Info.plist':
[!] CommonUse did not pass validation, due to 1 error and 2 warnings.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] file patterns: The `source_files` pattern did not match any file.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- WARN | [iOS] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the `swift_version` attribute in your podspec. Note that usage of the `--swift-version` parameter or a `.swift-version` file is now deprecated.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "App" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'App')
- NOTE | xcodebuild: warning: Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "CommonUse" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in target 'CommonUse')
[!] CommonUse did not pass validation, due to 2 warnings (but you can use `--allow-warnings` to ignore them).
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- WARN | summary: The summary is not meaningful.
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] CommonUse did not pass validation, due to 1 warning (but you can use `--allow-warnings` to ignore it).
You can use the `--no-clean` option to inspect any issue.
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.1)
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
CommonUse passed validation.
iMac-2:CommonUse adong666666$ pod trunk push Common.podspec
[!] The specified path `Common.podspec` does not point to an existing podspec file.
Usage:
$ pod trunk push [PATH]
Publish the podspec at `PATH` to make it available to all users of the
‘master’ spec-repo. If `PATH` is not provided, defaults to the current
directory.
Before pushing the podspec to cocoapods.org, this will perform a local
lint of the podspec, including a build of the library. However, it remains
*your* responsibility to ensure that the published podspec will actually
work for your users. Thus it is recommended that you *first* try to use
the podspec to integrate the library into your demo and/or real
application.
If this is the first time you publish a spec for this pod, you will
automatically be registered as the ‘owner’ of this pod. (Note that ‘owner’
in this case implies a person that is allowed to publish new versions and
add other ‘owners’, not necessarily the library author.)
Options:
--allow-warnings Allows push even if there are lint warnings
--use-libraries Linter uses static libraries to install the spec
--swift-version=VERSION The SWIFT_VERSION that should be used to lint the
spec. This takes precedence over a .swift-version
file.
--skip-import-validation Lint skips validating that the pod can be
imported
--skip-tests Lint skips building and running tests during
validation
--silent Show nothing
--verbose Show more debugging information
--no-ansi Show output without ANSI codes
--help Show help banner of specified command
iMac-2:CommonUse adong666666$ pod trunk push CommonUse.podspec
Updating spec repo `master`
CocoaPods 1.6.0.beta.2 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.6.0.beta.2
Validating podspec
-> CommonUse (0.0.1)
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
[!] Unable to accept duplicate entry for: CommonUse (0.0.1)
iMac-2:CommonUse adong666666$ pod lib lint
-> CommonUse (0.0.3)
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
CommonUse passed validation.
iMac-2:CommonUse adong666666$ pod trunk push CommonUse.podspec
Updating spec repo `master`
CocoaPods 1.6.0.beta.2 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.6.0.beta.2
Validating podspec
-> CommonUse (0.0.3)
- NOTE | xcodebuild: note: Using new build system
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
Updating spec repo `master`
CocoaPods 1.6.0.beta.2 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.6.0.beta.2
--------------------------------------------------------------------------------
🎉 Congrats
🚀 CommonUse (0.0.3) successfully published
📅 January 17th, 06:01
🌎 https://cocoapods.org/pods/CommonUse
👍 Tell your friends!
--------------------------------------------------------------------------------
iMac-2:CommonUse adong666666$