mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Project should build now with testable import
This commit is contained in:
parent
e6e76473da
commit
bcf034166b
@ -697,11 +697,17 @@
|
|||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
"@loader_path/../Frameworks",
|
"@loader_path/../Frameworks",
|
||||||
);
|
);
|
||||||
|
LIBRARY_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"$(PROJECT_DIR)/libmpdclient/output",
|
||||||
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneTests;
|
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
SWIFT_VERSION = 4.0;
|
SWIFT_VERSION = 4.0;
|
||||||
|
SYSTEM_HEADER_SEARCH_PATHS = Persephone/include;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Persephone.app/Contents/MacOS/Persephone";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Persephone.app/Contents/MacOS/Persephone";
|
||||||
|
USER_HEADER_SEARCH_PATHS = libmpdclient/output;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
@ -720,11 +726,17 @@
|
|||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
"@loader_path/../Frameworks",
|
"@loader_path/../Frameworks",
|
||||||
);
|
);
|
||||||
|
LIBRARY_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"$(PROJECT_DIR)/libmpdclient/output",
|
||||||
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneTests;
|
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
SWIFT_VERSION = 4.0;
|
SWIFT_VERSION = 4.0;
|
||||||
|
SYSTEM_HEADER_SEARCH_PATHS = Persephone/include;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Persephone.app/Contents/MacOS/Persephone";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Persephone.app/Contents/MacOS/Persephone";
|
||||||
|
USER_HEADER_SEARCH_PATHS = libmpdclient/output;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import XCTest
|
import XCTest
|
||||||
//@testable import Persephone
|
@testable import Persephone
|
||||||
|
|
||||||
class PersephoneTests: XCTestCase {
|
class PersephoneTests: XCTestCase {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user