Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 7dd4b90

Browse files
author
Draveness
committed
Bump version to 2.4.0
1 parent 94e7ba5 commit 7dd4b90

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

DKNightVersion.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DKNightVersion"
3-
s.version = "2.3.1"
3+
s.version = "2.4.0"
44
s.summary = "DKNightVersion is a lightweight iOS framework adding different theme to your iOS app."
55
s.description = <<-DESC
66
DKNightVersion is a light weight framework. It is mainly built through `objc/runtime` library and reflection, providing a neat approach adding night mode to your iOS app. A great many codes of this framework is automatically generated by Ruby script.

DKNightVersion.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
469469
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
470470
COPY_PHASE_STRIP = NO;
471-
CURRENT_PROJECT_VERSION = 565;
471+
CURRENT_PROJECT_VERSION = 573;
472472
DEBUG_INFORMATION_FORMAT = dwarf;
473473
ENABLE_STRICT_OBJC_MSGSEND = YES;
474474
ENABLE_TESTABILITY = YES;
@@ -516,7 +516,7 @@
516516
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
517517
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
518518
COPY_PHASE_STRIP = NO;
519-
CURRENT_PROJECT_VERSION = 565;
519+
CURRENT_PROJECT_VERSION = 573;
520520
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
521521
ENABLE_NS_ASSERTIONS = NO;
522522
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -543,7 +543,7 @@
543543
buildSettings = {
544544
DEFINES_MODULE = YES;
545545
DYLIB_COMPATIBILITY_VERSION = 1;
546-
DYLIB_CURRENT_VERSION = 565;
546+
DYLIB_CURRENT_VERSION = 573;
547547
DYLIB_INSTALL_NAME_BASE = "@rpath";
548548
INFOPLIST_FILE = DKNightVersion/Info.plist;
549549
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -559,7 +559,7 @@
559559
buildSettings = {
560560
DEFINES_MODULE = YES;
561561
DYLIB_COMPATIBILITY_VERSION = 1;
562-
DYLIB_CURRENT_VERSION = 565;
562+
DYLIB_CURRENT_VERSION = 573;
563563
DYLIB_INSTALL_NAME_BASE = "@rpath";
564564
INFOPLIST_FILE = DKNightVersion/Info.plist;
565565
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

DKNightVersion/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.3.1</string>
18+
<string>2.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>565</string>
22+
<string>573</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)