Skip to content

Commit

Permalink
xcode 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Sep 18, 2018
1 parent 18c5e42 commit 4c6d758
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions QuickReleaseNotes.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QuickReleaseNotes"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "Quick integrate release note check with your App. 一行代码让你的App快速集成应用商店版本更新检测功能。"
s.description = <<-DESC
Quick integrate release note check with your App. 一行代码让你的App快速集成应用商店版本更新检测功能, 支持扩展。
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'QuickReleaseNotes/QuickReleaseNotes.h', 'QuickReleaseNotes/QuickReleaseCheckProtocol.h'

s.resource_bundles = {
'QuickReleaseNotes' => ['QuickReleaseNotesBundle/*.*'],
'QuickReleaseNotes' => ['QuickReleaseNotesBundle/*.lproj'],
}

s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion QuickReleaseNotes/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
3 changes: 3 additions & 0 deletions QuickReleaseNotes/QuickReleaseNotes.h
Expand Up @@ -8,6 +8,9 @@
// 框架名称:QuickReleaseNotes
// 框架功能:Quick integrate release note check with your App. 一行代码让你的App快速集成应用商店版本更新检测功能。
// 修改记录:
// pcjbird 2018-09-18 Version:1.0.3 Build:201809180001
// 1.xcode 10 support
//
// pcjbird 2018-08-30 Version:1.0.2 Build:201808300001
// 1.remove build warnings
//
Expand Down

0 comments on commit 4c6d758

Please sign in to comment.