File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Lib/StudyplusSDK.xcodeproj Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 389
389
DYLIB_COMPATIBILITY_VERSION = 1;
390
390
DYLIB_CURRENT_VERSION = 1;
391
391
DYLIB_INSTALL_NAME_BASE = "@rpath";
392
- FRAMEWORK_SEARCH_PATHS = (
393
- "$(inherited)",
394
- "$(PROJECT_DIR)/Carthage/Build/iOS",
395
- );
392
+ FRAMEWORK_SEARCH_PATHS = "$(inherited)";
396
393
INFOPLIST_FILE = StudyplusSDK/Info.plist;
397
394
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
398
395
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
422
419
DYLIB_COMPATIBILITY_VERSION = 1;
423
420
DYLIB_CURRENT_VERSION = 1;
424
421
DYLIB_INSTALL_NAME_BASE = "@rpath";
425
- FRAMEWORK_SEARCH_PATHS = (
426
- "$(inherited)",
427
- "$(PROJECT_DIR)/Carthage/Build/iOS",
428
- );
422
+ FRAMEWORK_SEARCH_PATHS = "$(inherited)";
429
423
INFOPLIST_FILE = StudyplusSDK/Info.plist;
430
424
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
431
425
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
You can’t perform that action at this time.
0 commit comments