diff --git a/Resources/SwiftAnimations-Info.plist b/Resources/SwiftAnimations-Info.plist
index 93465a0..d3de8ee 100644
--- a/Resources/SwiftAnimations-Info.plist
+++ b/Resources/SwiftAnimations-Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
- me.miqu.$(PRODUCT_NAME:rfc1034identifier)
+ $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/Resources/Tests-Info.plist b/Resources/Tests-Info.plist
index 682d1e5..ba72822 100644
--- a/Resources/Tests-Info.plist
+++ b/Resources/Tests-Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
- me.miqu.$(PRODUCT_NAME:rfc1034identifier)
+ $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/SwiftAnimations.xcodeproj/project.pbxproj b/SwiftAnimations.xcodeproj/project.pbxproj
index 1d456fb..1141cfd 100644
--- a/SwiftAnimations.xcodeproj/project.pbxproj
+++ b/SwiftAnimations.xcodeproj/project.pbxproj
@@ -147,7 +147,7 @@
attributes = {
LastSwiftMigration = 0700;
LastSwiftUpdateCheck = 0700;
- LastUpgradeCheck = 0620;
+ LastUpgradeCheck = 0700;
ORGANIZATIONNAME = miqu;
TargetAttributes = {
473688C21A83C0C300C0F08F = {
@@ -242,6 +242,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
@@ -317,6 +318,7 @@
INFOPLIST_FILE = "Resources/SwiftAnimations-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = "me.miqu.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -334,6 +336,7 @@
INFOPLIST_FILE = "Resources/SwiftAnimations-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = "me.miqu.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
@@ -352,6 +355,7 @@
);
INFOPLIST_FILE = "Resources/Tests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = "me.miqu.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@@ -365,6 +369,7 @@
);
INFOPLIST_FILE = "Resources/Tests-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ PRODUCT_BUNDLE_IDENTIFIER = "me.miqu.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
diff --git a/SwiftAnimations.xcodeproj/xcshareddata/xcschemes/SwiftAnimations.xcscheme b/SwiftAnimations.xcodeproj/xcshareddata/xcschemes/SwiftAnimations.xcscheme
index 5d1f4f5..e95435e 100644
--- a/SwiftAnimations.xcodeproj/xcshareddata/xcschemes/SwiftAnimations.xcscheme
+++ b/SwiftAnimations.xcodeproj/xcshareddata/xcschemes/SwiftAnimations.xcscheme
@@ -1,6 +1,6 @@
+ shouldUseLaunchSchemeArgsEnv = "YES">
@@ -48,15 +48,18 @@
ReferencedContainer = "container:SwiftAnimations.xcodeproj">
+
+