diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Framework/LEETheme/Info.plist b/Framework/LEETheme/Info.plist index 4d64213..ec0cc7b 100644 --- a/Framework/LEETheme/Info.plist +++ b/Framework/LEETheme/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.9 + $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Framework/LEETheme/LEETheme.xcodeproj/project.pbxproj b/Framework/LEETheme/LEETheme.xcodeproj/project.pbxproj index bc5dbee..fad9fa9 100644 --- a/Framework/LEETheme/LEETheme.xcodeproj/project.pbxproj +++ b/Framework/LEETheme/LEETheme.xcodeproj/project.pbxproj @@ -305,6 +305,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MARKETING_VERSION = 1.1.11; PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEETheme; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -325,6 +326,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MARKETING_VERSION = 1.1.11; PRODUCT_BUNDLE_IDENTIFIER = com.lee.LEETheme; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; diff --git a/LEETheme.podspec b/LEETheme.podspec index 39e116d..8a4407b 100644 --- a/LEETheme.podspec +++ b/LEETheme.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "LEETheme" -s.version = "1.1.10" +s.version = "1.1.11" s.summary = "最好用的轻量级主题管理库" s.homepage = "https://github.com/lixiang1994/LEETheme" diff --git a/LEETheme/LEETheme.h b/LEETheme/LEETheme.h index 493dd4f..390afe6 100644 --- a/LEETheme/LEETheme.h +++ b/LEETheme/LEETheme.h @@ -1,7 +1,7 @@ /* * @header LEETheme.h * - * ┌─┐ ┌───────┐ ┌───────┐ 帅™ + * ┌─┐ ┌───────┐ ┌───────┐ * │ │ │ ┌─────┘ │ ┌─────┘ * │ │ │ └─────┐ │ └─────┐ * │ │ │ ┌─────┘ │ ┌─────┘ @@ -11,8 +11,8 @@ * @brief LEE主题管理 * * @author LEE - * @copyright Copyright © 2016 - 2019年 lee. All rights reserved. - * @version V1.1.10 + * @copyright Copyright © 2016 - 2020年 lee. All rights reserved. + * @version V1.1.11 */ #import diff --git a/LEETheme/LEETheme.m b/LEETheme/LEETheme.m index 5e9f1d1..a54c4de 100644 --- a/LEETheme/LEETheme.m +++ b/LEETheme/LEETheme.m @@ -1,7 +1,7 @@ /* * @header LEETheme.m * - * ┌─┐ ┌───────┐ ┌───────┐ 帅™ + * ┌─┐ ┌───────┐ ┌───────┐ * │ │ │ ┌─────┘ │ ┌─────┘ * │ │ │ └─────┐ │ └─────┐ * │ │ │ ┌─────┘ │ ┌─────┘ @@ -11,8 +11,8 @@ * @brief LEE主题管理 * * @author LEE - * @copyright Copyright © 2016 - 2019年 lee. All rights reserved. - * @version V1.1.10 + * @copyright Copyright © 2016 - 2020年 lee. All rights reserved. + * @version V1.1.11 */ #import "LEETheme.h" diff --git a/LEETheme/LEEThemeHelper.h b/LEETheme/LEEThemeHelper.h index 16a5b57..ebe0a44 100644 --- a/LEETheme/LEEThemeHelper.h +++ b/LEETheme/LEEThemeHelper.h @@ -1,8 +1,7 @@ -#import /* * @header LEEThemeHelper.h * - * ┌─┐ ┌───────┐ ┌───────┐ 帅™ + * ┌─┐ ┌───────┐ ┌───────┐ * │ │ │ ┌─────┘ │ ┌─────┘ * │ │ │ └─────┐ │ └─────┐ * │ │ │ ┌─────┘ │ ┌─────┘ @@ -12,13 +11,15 @@ * @brief LEE主题管理 * * @author LEE - * @copyright Copyright © 2016 - 2019年 lee. All rights reserved. - * @version V1.1.10 + * @copyright Copyright © 2016 - 2020年 lee. All rights reserved. + * @version V1.1.11 */ FOUNDATION_EXPORT double LEEThemeVersionNumber; FOUNDATION_EXPORT const unsigned char LEEThemeVersionString[]; +#import + #ifndef LEEThemeHelper_h #define LEEThemeHelper_h diff --git a/Package.swift b/Package.swift index c300d05..5af05e7 100644 --- a/Package.swift +++ b/Package.swift @@ -11,19 +11,12 @@ let package = Package( name: "LEETheme", targets: ["LEETheme"]), ], - dependencies: [ - // Dependencies declare other packages that this package depends on. - // .package(url: /* package url */, from: "1.0.0"), - ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. // Targets can depend on other targets in this package, and on products in packages this package depends on. .target( name: "LEETheme", dependencies: [], - path: "LEETheme"), - .testTarget( - name: "LEEThemeTests", - dependencies: ["LEETheme"]), + path: "LEETheme") ] )