Skip to content

Commit 2781d8b

Browse files
authored
Remove the invalid scheme which will cause carthage compile fail. (#1578)
Fix file name in Info.plist in case sensitive filesystem.
1 parent f9db27e commit 2781d8b

File tree

2 files changed

+2
-78
lines changed

2 files changed

+2
-78
lines changed

Examples/MJRefreshExample/MJRefreshExample.xcodeproj/xcshareddata/xcschemes/MJRefreshFramework.xcscheme

-76
This file was deleted.

MJRefresh.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
DYLIB_INSTALL_NAME_BASE = "@rpath";
424424
GCC_C_LANGUAGE_STANDARD = gnu11;
425425
GCC_NO_COMMON_BLOCKS = YES;
426-
INFOPLIST_FILE = MJRefresh/info.plist;
426+
INFOPLIST_FILE = MJRefresh/Info.plist;
427427
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
428428
LD_RUNPATH_SEARCH_PATHS = (
429429
"$(inherited)",
@@ -468,7 +468,7 @@
468468
DYLIB_INSTALL_NAME_BASE = "@rpath";
469469
GCC_C_LANGUAGE_STANDARD = gnu11;
470470
GCC_NO_COMMON_BLOCKS = YES;
471-
INFOPLIST_FILE = MJRefresh/info.plist;
471+
INFOPLIST_FILE = MJRefresh/Info.plist;
472472
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
473473
LD_RUNPATH_SEARCH_PATHS = (
474474
"$(inherited)",

0 commit comments

Comments
 (0)