From 4fcf0d8d1d6ac7cbbfb13eca9a0bd478c0c1af82 Mon Sep 17 00:00:00 2001 From: Povilas Juzeliunas Date: Wed, 14 Oct 2020 10:21:22 +0200 Subject: [PATCH] Info.plist removed --- .../FSCalendar.xcodeproj/project.pbxproj | 12 ---------- FSCalendar/Info.plist | 24 ------------------- 2 files changed, 36 deletions(-) delete mode 100644 FSCalendar/Info.plist diff --git a/Example-Objc/FSCalendar.xcodeproj/project.pbxproj b/Example-Objc/FSCalendar.xcodeproj/project.pbxproj index bf43817..e9d386f 100644 --- a/Example-Objc/FSCalendar.xcodeproj/project.pbxproj +++ b/Example-Objc/FSCalendar.xcodeproj/project.pbxproj @@ -149,7 +149,6 @@ 30B0BAC51B8D8E22004B9476 /* FSCalendarDynamicHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSCalendarDynamicHeader.h; sourceTree = ""; }; 30B0BAC61B8D8E22004B9476 /* FSCalendarHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSCalendarHeaderView.h; sourceTree = ""; }; 30B0BAC71B8D8E22004B9476 /* FSCalendarHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FSCalendarHeaderView.m; sourceTree = ""; }; - 30B0BACA1B8D8E22004B9476 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 30CEF8FE1C950C1F008EAFB1 /* FSCalendarTransitionCoordinator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSCalendarTransitionCoordinator.h; sourceTree = ""; }; 30CEF8FF1C950C1F008EAFB1 /* FSCalendarTransitionCoordinator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FSCalendarTransitionCoordinator.m; sourceTree = ""; }; 30D55B0E1C90240000BB43D5 /* HidePlaceholderViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HidePlaceholderViewController.h; sourceTree = SOURCE_ROOT; }; @@ -292,20 +291,11 @@ 309225381B905C4300123031 /* FSCalendarConstants.h */, 309225391B905C4300123031 /* FSCalendarConstants.m */, 30B0BAC51B8D8E22004B9476 /* FSCalendarDynamicHeader.h */, - 30B0BAF31B8D9A91004B9476 /* Supporting Files */, ); name = FSCalendar; path = ../FSCalendar; sourceTree = ""; }; - 30B0BAF31B8D9A91004B9476 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 30B0BACA1B8D8E22004B9476 /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; 30D55B0D1C9023E400BB43D5 /* Hide Placeholders */ = { isa = PBXGroup; children = ( @@ -930,7 +920,6 @@ "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = "$(SRCROOT)/../FSCalendar/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -953,7 +942,6 @@ 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 = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; diff --git a/FSCalendar/Info.plist b/FSCalendar/Info.plist deleted file mode 100644 index 61f2692..0000000 --- a/FSCalendar/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 8.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - $(MARKETING_VERSION) - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - -