1
1
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:
Daniel Barber 2019-02-13 08:19:18 -05:00
parent e6e76473da
commit bcf034166b
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 13 additions and 1 deletions

View File

@ -697,11 +697,17 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/libmpdclient/output",
);
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.0;
SYSTEM_HEADER_SEARCH_PATHS = Persephone/include;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Persephone.app/Contents/MacOS/Persephone";
USER_HEADER_SEARCH_PATHS = libmpdclient/output;
};
name = Debug;
};
@ -720,11 +726,17 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/libmpdclient/output",
);
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.PersephoneTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.0;
SYSTEM_HEADER_SEARCH_PATHS = Persephone/include;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Persephone.app/Contents/MacOS/Persephone";
USER_HEADER_SEARCH_PATHS = libmpdclient/output;
};
name = Release;
};

View File

@ -7,7 +7,7 @@
//
import XCTest
//@testable import Persephone
@testable import Persephone
class PersephoneTests: XCTestCase {