diff --git a/Example-Objc/FSCalendar.xcodeproj/project.pbxproj b/Example-Objc/FSCalendar.xcodeproj/project.pbxproj index 6109a3ac..67f18691 100644 --- a/Example-Objc/FSCalendar.xcodeproj/project.pbxproj +++ b/Example-Objc/FSCalendar.xcodeproj/project.pbxproj @@ -161,6 +161,7 @@ 30FCB3951BAAD112002B87AD /* FSCalendarStickyHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FSCalendarStickyHeader.m; sourceTree = ""; }; 50F2ADE6216D954A00CC481F /* FSCalendarSeparatorDecorationView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FSCalendarSeparatorDecorationView.h; sourceTree = ""; }; 50F2ADE7216D954A00CC481F /* FSCalendarSeparatorDecorationView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FSCalendarSeparatorDecorationView.m; sourceTree = ""; }; + 9C88197F25F26B2F00E180CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; EE0D7FC71B89C5D3003C287B /* FSCalendarExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FSCalendarExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; EE0D7FCB1B89C5D3003C287B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; EE52AE161B91E68A00016662 /* FSCalendarScopeExampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSCalendarScopeExampleViewController.h; sourceTree = SOURCE_ROOT; }; @@ -260,6 +261,7 @@ 30B0BABC1B8D8E22004B9476 /* FSCalendar */ = { isa = PBXGroup; children = ( + 9C88197F25F26B2F00E180CD /* Info.plist */, 30B0BABF1B8D8E22004B9476 /* FSCalendar.h */, 30B0BAC01B8D8E22004B9476 /* FSCalendar.m */, 30B0BAC11B8D8E22004B9476 /* FSCalendarAppearance.h */, @@ -919,10 +921,11 @@ "DEBUG=1", "$(inherited)", ); + INFOPLIST_FILE = "$(SRCROOT)/../FSCalendar/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 2.8.2; + MARKETING_VERSION = 2.8.3; PRODUCT_BUNDLE_IDENTIFIER = com.wenchaod.FSCalendar; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -941,10 +944,11 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "$(SRCROOT)/../FSCalendar/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 2.8.2; + MARKETING_VERSION = 2.8.3; PRODUCT_BUNDLE_IDENTIFIER = com.wenchaod.FSCalendar; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; diff --git a/FSCalendar.podspec b/FSCalendar.podspec index 073c9ca2..4f7041cc 100644 --- a/FSCalendar.podspec +++ b/FSCalendar.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FSCalendar" - s.version = "2.8.2" + s.version = "2.8.3" s.summary = "A superiorly awesome iOS7+ calendar control, compatible with Objective-C and Swift." s.homepage = "https://github.com/WenchaoD/FSCalendar" diff --git a/FSCalendar/Info.plist b/FSCalendar/Info.plist new file mode 100644 index 00000000..c85e68e9 --- /dev/null +++ b/FSCalendar/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.8.3 + CFBundleSignature + ???? + CFBundleVersion + 282 + NSPrincipalClass + + net.goout.GoOut.groupIdentifier + $(GROUP_IDENTIFIER) + + diff --git a/README.md b/README.md index f45b4bcd..4d44326a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ github "WenchaoD/FSCalendar" Add dependency: ```swift -.package(url: "https://github.com/WenchaoD/FSCalendar.git", from: "2.8.2") +.package(url: "https://github.com/WenchaoD/FSCalendar.git", from: "2.8.3") ``` ## Manually: