wordpress-mobile / WordPress-iOS-Shared

Shared components used in building the WordPress iOS apps and other library components
GNU General Public License v2.0
18 stars 22 forks source link

Fix Lint Warnings #167

Closed jkmassel closed 5 years ago

jkmassel commented 5 years ago

This is the result of running pod spec lint WordPressKit.podspec:

-> WordPressShared (1.5.0)

  • WARN | url: There was a problem validating the URL http://apps.wordpress.com.
  • 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')

We should clean this up to build cleanly.