Skip to content

Commit

Permalink
update podspec to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Aug 10, 2023
1 parent 3ef786c commit 00271d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion QuickTraceiOSLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QuickTraceiOSLogger"
s.version = "2.0.6"
s.version = "2.0.7"
s.summary = "A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。"
s.description = <<-DESC
A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。
Expand Down
8 changes: 4 additions & 4 deletions QuickTraceiOSLogger.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202307130001;
CURRENT_PROJECT_VERSION = 202308100001;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -378,7 +378,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 2.0.6;
MARKETING_VERSION = 2.0.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand All @@ -398,7 +398,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 202307130001;
CURRENT_PROJECT_VERSION = 202308100001;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -407,7 +407,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 2.0.6;
MARKETING_VERSION = 2.0.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down

0 comments on commit 00271d0

Please sign in to comment.