Skip to content

Commit

Permalink
Merge pull request #113 from kenobilyh/230129v170
Browse files Browse the repository at this point in the history
bump version to 1.7.0
  • Loading branch information
anistarsung authored Feb 17, 2023
2 parents 656b494 + ab796bf commit c373743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AppDevKit.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "AppDevKit"
s.version = "1.6.0"
s.version = "1.7.0"
s.summary = "The collection of open develop utilities for iOS development team. It contains foundational and useful features that Apple didn't provide."
s.homepage = "https://github.com/yahoo/AppDevKit"
s.license = "Yahoo! Inc. BSD license"

s.author = { "anistar sung" => "cfsung@yahoo-inc.com", "core team" => "app-dev-kit@yahoo-inc.com" }
s.author = { "anistar sung" => "cfsung@yahooinc.com", "core team" => "app-dev-kit@yahooinc.com" }
s.platform = :ios, "10.0"
s.ios.deployment_target = '10.0'

Expand Down
4 changes: 2 additions & 2 deletions AppDevKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1581765628</string>
<string>1674980066</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
Expand Down

0 comments on commit c373743

Please sign in to comment.