diff --git a/Tests/Fixtures/CarthageProject/Project.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Tests/Fixtures/CarthageProject/Project.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 00000000..18d98100
--- /dev/null
+++ b/Tests/Fixtures/CarthageProject/Project.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/ExampleFramework/ExampleFramework.h b/Tests/Fixtures/MigrationTestProject/ExampleFramework/ExampleFramework.h
new file mode 100644
index 00000000..284037c4
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/ExampleFramework/ExampleFramework.h
@@ -0,0 +1,18 @@
+//
+// ExampleFramework.h
+// ExampleFramework
+//
+// Created by ryohey on 2020/07/12.
+//
+
+#import
+
+//! Project version number for ExampleFramework.
+FOUNDATION_EXPORT double ExampleFrameworkVersionNumber;
+
+//! Project version string for ExampleFramework.
+FOUNDATION_EXPORT const unsigned char ExampleFrameworkVersionString[];
+
+// In this header, you should import all the public headers of your framework using statements like #import
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/ExampleFramework/Foo.swift b/Tests/Fixtures/MigrationTestProject/ExampleFramework/Foo.swift
new file mode 100644
index 00000000..36b9e954
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/ExampleFramework/Foo.swift
@@ -0,0 +1,12 @@
+//
+// Foo.swift
+// ExampleFramework
+//
+// Created by ryohey on 2020/07/12.
+//
+
+import Foundation
+
+public func foo() {
+
+}
diff --git a/Tests/Fixtures/MigrationTestProject/ExampleFramework/Info.plist b/Tests/Fixtures/MigrationTestProject/ExampleFramework/Info.plist
new file mode 100644
index 00000000..9bcb2444
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/ExampleFramework/Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ $(CURRENT_PROJECT_VERSION)
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/ExampleFrameworkTests/ExampleFrameworkTests.swift b/Tests/Fixtures/MigrationTestProject/ExampleFrameworkTests/ExampleFrameworkTests.swift
new file mode 100644
index 00000000..dc472397
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/ExampleFrameworkTests/ExampleFrameworkTests.swift
@@ -0,0 +1,33 @@
+//
+// ExampleFrameworkTests.swift
+// ExampleFrameworkTests
+//
+// Created by ryohey on 2020/07/12.
+//
+
+import XCTest
+@testable import ExampleFramework
+
+class ExampleFrameworkTests: XCTestCase {
+
+ override func setUpWithError() throws {
+ // Put setup code here. This method is called before the invocation of each test method in the class.
+ }
+
+ override func tearDownWithError() throws {
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
+ }
+
+ func testExample() throws {
+ // This is an example of a functional test case.
+ // Use XCTAssert and related functions to verify your tests produce the correct results.
+ }
+
+ func testPerformanceExample() throws {
+ // This is an example of a performance test case.
+ self.measure {
+ // Put the code you want to measure the time of here.
+ }
+ }
+
+}
diff --git a/Tests/Fixtures/MigrationTestProject/ExampleFrameworkTests/Info.plist b/Tests/Fixtures/MigrationTestProject/ExampleFrameworkTests/Info.plist
new file mode 100644
index 00000000..64d65ca4
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/ExampleFrameworkTests/Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.pbxproj b/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.pbxproj
new file mode 100644
index 00000000..63a75599
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.pbxproj
@@ -0,0 +1,818 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 50;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ D9BD31EA24BAE14A0056ACD2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BD31E924BAE14A0056ACD2 /* AppDelegate.swift */; };
+ D9BD31EC24BAE14A0056ACD2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BD31EB24BAE14A0056ACD2 /* SceneDelegate.swift */; };
+ D9BD31EE24BAE14A0056ACD2 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BD31ED24BAE14A0056ACD2 /* ViewController.swift */; };
+ D9BD31F124BAE14A0056ACD2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9BD31EF24BAE14A0056ACD2 /* Main.storyboard */; };
+ D9BD31F324BAE14C0056ACD2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D9BD31F224BAE14C0056ACD2 /* Assets.xcassets */; };
+ D9BD31F624BAE14C0056ACD2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9BD31F424BAE14C0056ACD2 /* LaunchScreen.storyboard */; };
+ D9BD320124BAE14C0056ACD2 /* MigrationTestProjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BD320024BAE14C0056ACD2 /* MigrationTestProjectTests.swift */; };
+ D9BD322B24BAE72A0056ACD2 /* AVKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9BD322A24BAE72A0056ACD2 /* AVKit.framework */; };
+ D9BD322E24BAE7340056ACD2 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9BD322C24BAE7300056ACD2 /* Accelerate.framework */; };
+ D9BD323324BAE73B0056ACD2 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9BD323124BAE7380056ACD2 /* Accounts.framework */; };
+ D9BD324824BAEB590056ACD2 /* ExampleFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9BD323F24BAEB590056ACD2 /* ExampleFramework.framework */; };
+ D9BD324F24BAEB590056ACD2 /* ExampleFrameworkTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BD324E24BAEB590056ACD2 /* ExampleFrameworkTests.swift */; };
+ D9BD325124BAEB590056ACD2 /* ExampleFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = D9BD324124BAEB590056ACD2 /* ExampleFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ D9BD325D24BAEBE00056ACD2 /* Foo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BD325C24BAEBE00056ACD2 /* Foo.swift */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ D9BD31FD24BAE14C0056ACD2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D9BD31DE24BAE14A0056ACD2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = D9BD31E524BAE14A0056ACD2;
+ remoteInfo = MigrationTestProject;
+ };
+ D9BD324924BAEB590056ACD2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D9BD31DE24BAE14A0056ACD2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = D9BD323E24BAEB590056ACD2;
+ remoteInfo = ExampleFramework;
+ };
+ D9BD324B24BAEB590056ACD2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D9BD31DE24BAE14A0056ACD2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = D9BD31E524BAE14A0056ACD2;
+ remoteInfo = MigrationTestProject;
+ };
+ D9BD325E24BAEC0F0056ACD2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D9BD31DE24BAE14A0056ACD2 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = D9BD323E24BAEB590056ACD2;
+ remoteInfo = ExampleFramework;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ D9BD323024BAE7340056ACD2 /* Embed Frameworks */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+ );
+ name = "Embed Frameworks";
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ D9BD31E624BAE14A0056ACD2 /* MigrationTestProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MigrationTestProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ D9BD31E924BAE14A0056ACD2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
+ D9BD31EB24BAE14A0056ACD2 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; };
+ D9BD31ED24BAE14A0056ACD2 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; };
+ D9BD31F024BAE14A0056ACD2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
+ D9BD31F224BAE14C0056ACD2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
+ D9BD31F524BAE14C0056ACD2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
+ D9BD31F724BAE14C0056ACD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ D9BD31FC24BAE14C0056ACD2 /* MigrationTestProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MigrationTestProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ D9BD320024BAE14C0056ACD2 /* MigrationTestProjectTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MigrationTestProjectTests.swift; sourceTree = ""; };
+ D9BD320224BAE14C0056ACD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ D9BD321224BAE38F0056ACD2 /* ExampleFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExampleFramework.h; sourceTree = ""; };
+ D9BD321324BAE38F0056ACD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ D9BD321D24BAE3900056ACD2 /* ExampleFrameworkTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleFrameworkTests.swift; sourceTree = ""; };
+ D9BD321F24BAE3900056ACD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ D9BD322A24BAE72A0056ACD2 /* AVKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = System/Library/Frameworks/AVKit.framework; sourceTree = SDKROOT; };
+ D9BD322C24BAE7300056ACD2 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
+ D9BD323124BAE7380056ACD2 /* Accounts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accounts.framework; path = System/Library/Frameworks/Accounts.framework; sourceTree = SDKROOT; };
+ D9BD323F24BAEB590056ACD2 /* ExampleFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ExampleFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ D9BD324124BAEB590056ACD2 /* ExampleFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExampleFramework.h; sourceTree = ""; };
+ D9BD324224BAEB590056ACD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ D9BD324724BAEB590056ACD2 /* ExampleFrameworkTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleFrameworkTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ D9BD324E24BAEB590056ACD2 /* ExampleFrameworkTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleFrameworkTests.swift; sourceTree = ""; };
+ D9BD325024BAEB590056ACD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ D9BD325C24BAEBE00056ACD2 /* Foo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Foo.swift; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ D9BD31E324BAE14A0056ACD2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D9BD322B24BAE72A0056ACD2 /* AVKit.framework in Frameworks */,
+ D9BD322E24BAE7340056ACD2 /* Accelerate.framework in Frameworks */,
+ D9BD323324BAE73B0056ACD2 /* Accounts.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD31F924BAE14C0056ACD2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD323C24BAEB590056ACD2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD324424BAEB590056ACD2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D9BD324824BAEB590056ACD2 /* ExampleFramework.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ D9BD31DD24BAE14A0056ACD2 = {
+ isa = PBXGroup;
+ children = (
+ D9BD31E824BAE14A0056ACD2 /* MigrationTestProject */,
+ D9BD31FF24BAE14C0056ACD2 /* MigrationTestProjectTests */,
+ D9BD321124BAE38F0056ACD2 /* ExampleFramework */,
+ D9BD321C24BAE3900056ACD2 /* ExampleFrameworkTests */,
+ D9BD324024BAEB590056ACD2 /* ExampleFramework */,
+ D9BD324D24BAEB590056ACD2 /* ExampleFrameworkTests */,
+ D9BD31E724BAE14A0056ACD2 /* Products */,
+ D9BD322924BAE72A0056ACD2 /* Frameworks */,
+ );
+ sourceTree = "";
+ };
+ D9BD31E724BAE14A0056ACD2 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ D9BD31E624BAE14A0056ACD2 /* MigrationTestProject.app */,
+ D9BD31FC24BAE14C0056ACD2 /* MigrationTestProjectTests.xctest */,
+ D9BD323F24BAEB590056ACD2 /* ExampleFramework.framework */,
+ D9BD324724BAEB590056ACD2 /* ExampleFrameworkTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ D9BD31E824BAE14A0056ACD2 /* MigrationTestProject */ = {
+ isa = PBXGroup;
+ children = (
+ D9BD31E924BAE14A0056ACD2 /* AppDelegate.swift */,
+ D9BD31EB24BAE14A0056ACD2 /* SceneDelegate.swift */,
+ D9BD31ED24BAE14A0056ACD2 /* ViewController.swift */,
+ D9BD31EF24BAE14A0056ACD2 /* Main.storyboard */,
+ D9BD31F224BAE14C0056ACD2 /* Assets.xcassets */,
+ D9BD31F424BAE14C0056ACD2 /* LaunchScreen.storyboard */,
+ D9BD31F724BAE14C0056ACD2 /* Info.plist */,
+ );
+ path = MigrationTestProject;
+ sourceTree = "";
+ };
+ D9BD31FF24BAE14C0056ACD2 /* MigrationTestProjectTests */ = {
+ isa = PBXGroup;
+ children = (
+ D9BD320024BAE14C0056ACD2 /* MigrationTestProjectTests.swift */,
+ D9BD320224BAE14C0056ACD2 /* Info.plist */,
+ );
+ path = MigrationTestProjectTests;
+ sourceTree = "";
+ };
+ D9BD321124BAE38F0056ACD2 /* ExampleFramework */ = {
+ isa = PBXGroup;
+ children = (
+ D9BD321224BAE38F0056ACD2 /* ExampleFramework.h */,
+ D9BD321324BAE38F0056ACD2 /* Info.plist */,
+ D9BD325C24BAEBE00056ACD2 /* Foo.swift */,
+ );
+ path = ExampleFramework;
+ sourceTree = "";
+ };
+ D9BD321C24BAE3900056ACD2 /* ExampleFrameworkTests */ = {
+ isa = PBXGroup;
+ children = (
+ D9BD321D24BAE3900056ACD2 /* ExampleFrameworkTests.swift */,
+ D9BD321F24BAE3900056ACD2 /* Info.plist */,
+ );
+ path = ExampleFrameworkTests;
+ sourceTree = "";
+ };
+ D9BD322924BAE72A0056ACD2 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ D9BD323124BAE7380056ACD2 /* Accounts.framework */,
+ D9BD322C24BAE7300056ACD2 /* Accelerate.framework */,
+ D9BD322A24BAE72A0056ACD2 /* AVKit.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ D9BD324024BAEB590056ACD2 /* ExampleFramework */ = {
+ isa = PBXGroup;
+ children = (
+ D9BD324124BAEB590056ACD2 /* ExampleFramework.h */,
+ D9BD324224BAEB590056ACD2 /* Info.plist */,
+ );
+ path = ExampleFramework;
+ sourceTree = "";
+ };
+ D9BD324D24BAEB590056ACD2 /* ExampleFrameworkTests */ = {
+ isa = PBXGroup;
+ children = (
+ D9BD324E24BAEB590056ACD2 /* ExampleFrameworkTests.swift */,
+ D9BD325024BAEB590056ACD2 /* Info.plist */,
+ );
+ path = ExampleFrameworkTests;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ D9BD323A24BAEB590056ACD2 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D9BD325124BAEB590056ACD2 /* ExampleFramework.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ D9BD31E524BAE14A0056ACD2 /* MigrationTestProject */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D9BD320524BAE14C0056ACD2 /* Build configuration list for PBXNativeTarget "MigrationTestProject" */;
+ buildPhases = (
+ D9BD31E224BAE14A0056ACD2 /* Sources */,
+ D9BD31E324BAE14A0056ACD2 /* Frameworks */,
+ D9BD31E424BAE14A0056ACD2 /* Resources */,
+ D9BD323024BAE7340056ACD2 /* Embed Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ D9BD325F24BAEC0F0056ACD2 /* PBXTargetDependency */,
+ );
+ name = MigrationTestProject;
+ productName = MigrationTestProject;
+ productReference = D9BD31E624BAE14A0056ACD2 /* MigrationTestProject.app */;
+ productType = "com.apple.product-type.application";
+ };
+ D9BD31FB24BAE14C0056ACD2 /* MigrationTestProjectTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D9BD320824BAE14C0056ACD2 /* Build configuration list for PBXNativeTarget "MigrationTestProjectTests" */;
+ buildPhases = (
+ D9BD31F824BAE14C0056ACD2 /* Sources */,
+ D9BD31F924BAE14C0056ACD2 /* Frameworks */,
+ D9BD31FA24BAE14C0056ACD2 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ D9BD31FE24BAE14C0056ACD2 /* PBXTargetDependency */,
+ );
+ name = MigrationTestProjectTests;
+ productName = MigrationTestProjectTests;
+ productReference = D9BD31FC24BAE14C0056ACD2 /* MigrationTestProjectTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ D9BD323E24BAEB590056ACD2 /* ExampleFramework */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D9BD325624BAEB590056ACD2 /* Build configuration list for PBXNativeTarget "ExampleFramework" */;
+ buildPhases = (
+ D9BD323A24BAEB590056ACD2 /* Headers */,
+ D9BD323B24BAEB590056ACD2 /* Sources */,
+ D9BD323C24BAEB590056ACD2 /* Frameworks */,
+ D9BD323D24BAEB590056ACD2 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = ExampleFramework;
+ productName = ExampleFramework;
+ productReference = D9BD323F24BAEB590056ACD2 /* ExampleFramework.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ D9BD324624BAEB590056ACD2 /* ExampleFrameworkTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D9BD325924BAEB590056ACD2 /* Build configuration list for PBXNativeTarget "ExampleFrameworkTests" */;
+ buildPhases = (
+ D9BD324324BAEB590056ACD2 /* Sources */,
+ D9BD324424BAEB590056ACD2 /* Frameworks */,
+ D9BD324524BAEB590056ACD2 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ D9BD324A24BAEB590056ACD2 /* PBXTargetDependency */,
+ D9BD324C24BAEB590056ACD2 /* PBXTargetDependency */,
+ );
+ name = ExampleFrameworkTests;
+ productName = ExampleFrameworkTests;
+ productReference = D9BD324724BAEB590056ACD2 /* ExampleFrameworkTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ D9BD31DE24BAE14A0056ACD2 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastSwiftUpdateCheck = 1150;
+ LastUpgradeCheck = 1150;
+ TargetAttributes = {
+ D9BD31E524BAE14A0056ACD2 = {
+ CreatedOnToolsVersion = 11.5;
+ };
+ D9BD31FB24BAE14C0056ACD2 = {
+ CreatedOnToolsVersion = 11.5;
+ TestTargetID = D9BD31E524BAE14A0056ACD2;
+ };
+ D9BD323E24BAEB590056ACD2 = {
+ CreatedOnToolsVersion = 11.5;
+ LastSwiftMigration = 1150;
+ };
+ D9BD324624BAEB590056ACD2 = {
+ CreatedOnToolsVersion = 11.5;
+ TestTargetID = D9BD31E524BAE14A0056ACD2;
+ };
+ };
+ };
+ buildConfigurationList = D9BD31E124BAE14A0056ACD2 /* Build configuration list for PBXProject "MigrationTestProject" */;
+ compatibilityVersion = "Xcode 9.3";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = D9BD31DD24BAE14A0056ACD2;
+ productRefGroup = D9BD31E724BAE14A0056ACD2 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ D9BD31E524BAE14A0056ACD2 /* MigrationTestProject */,
+ D9BD31FB24BAE14C0056ACD2 /* MigrationTestProjectTests */,
+ D9BD323E24BAEB590056ACD2 /* ExampleFramework */,
+ D9BD324624BAEB590056ACD2 /* ExampleFrameworkTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ D9BD31E424BAE14A0056ACD2 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D9BD31F624BAE14C0056ACD2 /* LaunchScreen.storyboard in Resources */,
+ D9BD31F324BAE14C0056ACD2 /* Assets.xcassets in Resources */,
+ D9BD31F124BAE14A0056ACD2 /* Main.storyboard in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD31FA24BAE14C0056ACD2 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD323D24BAEB590056ACD2 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD324524BAEB590056ACD2 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ D9BD31E224BAE14A0056ACD2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D9BD31EE24BAE14A0056ACD2 /* ViewController.swift in Sources */,
+ D9BD31EA24BAE14A0056ACD2 /* AppDelegate.swift in Sources */,
+ D9BD31EC24BAE14A0056ACD2 /* SceneDelegate.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD31F824BAE14C0056ACD2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D9BD320124BAE14C0056ACD2 /* MigrationTestProjectTests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD323B24BAEB590056ACD2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D9BD325D24BAEBE00056ACD2 /* Foo.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D9BD324324BAEB590056ACD2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D9BD324F24BAEB590056ACD2 /* ExampleFrameworkTests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ D9BD31FE24BAE14C0056ACD2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = D9BD31E524BAE14A0056ACD2 /* MigrationTestProject */;
+ targetProxy = D9BD31FD24BAE14C0056ACD2 /* PBXContainerItemProxy */;
+ };
+ D9BD324A24BAEB590056ACD2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = D9BD323E24BAEB590056ACD2 /* ExampleFramework */;
+ targetProxy = D9BD324924BAEB590056ACD2 /* PBXContainerItemProxy */;
+ };
+ D9BD324C24BAEB590056ACD2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = D9BD31E524BAE14A0056ACD2 /* MigrationTestProject */;
+ targetProxy = D9BD324B24BAEB590056ACD2 /* PBXContainerItemProxy */;
+ };
+ D9BD325F24BAEC0F0056ACD2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = D9BD323E24BAEB590056ACD2 /* ExampleFramework */;
+ targetProxy = D9BD325E24BAEC0F0056ACD2 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ D9BD31EF24BAE14A0056ACD2 /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D9BD31F024BAE14A0056ACD2 /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "";
+ };
+ D9BD31F424BAE14C0056ACD2 /* LaunchScreen.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D9BD31F524BAE14C0056ACD2 /* Base */,
+ );
+ name = LaunchScreen.storyboard;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ D9BD320324BAE14C0056ACD2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.5;
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+ MTL_FAST_MATH = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ };
+ name = Debug;
+ };
+ D9BD320424BAE14C0056ACD2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.5;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ MTL_FAST_MATH = YES;
+ SDKROOT = iphoneos;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ D9BD320624BAE14C0056ACD2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = XHN94CT6NC;
+ INFOPLIST_FILE = MigrationTestProject/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.MigrationTestProject;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE_SPECIFIER = "";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ D9BD320724BAE14C0056ACD2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
+ DEVELOPMENT_TEAM = XHN94CT6NC;
+ INFOPLIST_FILE = MigrationTestProject/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.MigrationTestProject;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE_SPECIFIER = "";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Release;
+ };
+ D9BD320924BAE14C0056ACD2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ INFOPLIST_FILE = MigrationTestProjectTests/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.5;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.MigrationTestProjectTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MigrationTestProject.app/MigrationTestProject";
+ };
+ name = Debug;
+ };
+ D9BD320A24BAE14C0056ACD2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ INFOPLIST_FILE = MigrationTestProjectTests/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.5;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.MigrationTestProjectTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MigrationTestProject.app/MigrationTestProject";
+ };
+ name = Release;
+ };
+ D9BD325724BAEB590056ACD2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ INFOPLIST_FILE = ExampleFramework/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.ExampleFramework;
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Debug;
+ };
+ D9BD325824BAEB590056ACD2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ INFOPLIST_FILE = ExampleFramework/Info.plist;
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.ExampleFramework;
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Release;
+ };
+ D9BD325A24BAEB590056ACD2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ INFOPLIST_FILE = ExampleFrameworkTests/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.ExampleFrameworkTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MigrationTestProject.app/MigrationTestProject";
+ };
+ name = Debug;
+ };
+ D9BD325B24BAEB590056ACD2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ INFOPLIST_FILE = ExampleFrameworkTests/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ "@loader_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.ExampleFrameworkTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MigrationTestProject.app/MigrationTestProject";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ D9BD31E124BAE14A0056ACD2 /* Build configuration list for PBXProject "MigrationTestProject" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D9BD320324BAE14C0056ACD2 /* Debug */,
+ D9BD320424BAE14C0056ACD2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D9BD320524BAE14C0056ACD2 /* Build configuration list for PBXNativeTarget "MigrationTestProject" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D9BD320624BAE14C0056ACD2 /* Debug */,
+ D9BD320724BAE14C0056ACD2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D9BD320824BAE14C0056ACD2 /* Build configuration list for PBXNativeTarget "MigrationTestProjectTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D9BD320924BAE14C0056ACD2 /* Debug */,
+ D9BD320A24BAE14C0056ACD2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D9BD325624BAEB590056ACD2 /* Build configuration list for PBXNativeTarget "ExampleFramework" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D9BD325724BAEB590056ACD2 /* Debug */,
+ D9BD325824BAEB590056ACD2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D9BD325924BAEB590056ACD2 /* Build configuration list for PBXNativeTarget "ExampleFrameworkTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D9BD325A24BAEB590056ACD2 /* Debug */,
+ D9BD325B24BAEB590056ACD2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = D9BD31DE24BAE14A0056ACD2 /* Project object */;
+}
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 00000000..1f8caf87
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 00000000..18d98100
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject/AppDelegate.swift b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/AppDelegate.swift
new file mode 100644
index 00000000..5ddce31e
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/AppDelegate.swift
@@ -0,0 +1,37 @@
+//
+// AppDelegate.swift
+// MigrationTestProject
+//
+// Created by ryohey on 2020/07/12.
+//
+
+import UIKit
+import ExampleFramework
+
+@UIApplicationMain
+class AppDelegate: UIResponder, UIApplicationDelegate {
+ let f = foo()
+
+
+ func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
+ // Override point for customization after application launch.
+ return true
+ }
+
+ // MARK: UISceneSession Lifecycle
+
+ func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
+ // Called when a new scene session is being created.
+ // Use this method to select a configuration to create the new scene with.
+ return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
+ }
+
+ func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) {
+ // Called when the user discards a scene session.
+ // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
+ // Use this method to release any resources that were specific to the discarded scenes, as they will not return.
+ }
+
+
+}
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Assets.xcassets/AppIcon.appiconset/Contents.json b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 00000000..9221b9bb
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,98 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "60x60"
+ },
+ {
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "60x60"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "20x20"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "29x29"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "40x40"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "1x",
+ "size" : "76x76"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "76x76"
+ },
+ {
+ "idiom" : "ipad",
+ "scale" : "2x",
+ "size" : "83.5x83.5"
+ },
+ {
+ "idiom" : "ios-marketing",
+ "scale" : "1x",
+ "size" : "1024x1024"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Assets.xcassets/Contents.json b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Assets.xcassets/Contents.json
new file mode 100644
index 00000000..73c00596
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Base.lproj/LaunchScreen.storyboard b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 00000000..865e9329
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Base.lproj/Main.storyboard b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Base.lproj/Main.storyboard
new file mode 100644
index 00000000..25a76385
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Base.lproj/Main.storyboard
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Info.plist b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Info.plist
new file mode 100644
index 00000000..2a3483c0
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/Info.plist
@@ -0,0 +1,64 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+ LSRequiresIPhoneOS
+
+ UIApplicationSceneManifest
+
+ UIApplicationSupportsMultipleScenes
+
+ UISceneConfigurations
+
+ UIWindowSceneSessionRoleApplication
+
+
+ UISceneConfigurationName
+ Default Configuration
+ UISceneDelegateClassName
+ $(PRODUCT_MODULE_NAME).SceneDelegate
+ UISceneStoryboardFile
+ Main
+
+
+
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject/SceneDelegate.swift b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/SceneDelegate.swift
new file mode 100644
index 00000000..2b790847
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/SceneDelegate.swift
@@ -0,0 +1,52 @@
+//
+// SceneDelegate.swift
+// MigrationTestProject
+//
+// Created by ryohey on 2020/07/12.
+//
+
+import UIKit
+
+class SceneDelegate: UIResponder, UIWindowSceneDelegate {
+
+ var window: UIWindow?
+
+
+ func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
+ // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
+ // If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
+ // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
+ guard let _ = (scene as? UIWindowScene) else { return }
+ }
+
+ func sceneDidDisconnect(_ scene: UIScene) {
+ // Called as the scene is being released by the system.
+ // This occurs shortly after the scene enters the background, or when its session is discarded.
+ // Release any resources associated with this scene that can be re-created the next time the scene connects.
+ // The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead).
+ }
+
+ func sceneDidBecomeActive(_ scene: UIScene) {
+ // Called when the scene has moved from an inactive state to an active state.
+ // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive.
+ }
+
+ func sceneWillResignActive(_ scene: UIScene) {
+ // Called when the scene will move from an active state to an inactive state.
+ // This may occur due to temporary interruptions (ex. an incoming phone call).
+ }
+
+ func sceneWillEnterForeground(_ scene: UIScene) {
+ // Called as the scene transitions from the background to the foreground.
+ // Use this method to undo the changes made on entering the background.
+ }
+
+ func sceneDidEnterBackground(_ scene: UIScene) {
+ // Called as the scene transitions from the foreground to the background.
+ // Use this method to save data, release shared resources, and store enough scene-specific state information
+ // to restore the scene back to its current state.
+ }
+
+
+}
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProject/ViewController.swift b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/ViewController.swift
new file mode 100644
index 00000000..fe2c0540
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProject/ViewController.swift
@@ -0,0 +1,19 @@
+//
+// ViewController.swift
+// MigrationTestProject
+//
+// Created by ryohey on 2020/07/12.
+//
+
+import UIKit
+
+class ViewController: UIViewController {
+
+ override func viewDidLoad() {
+ super.viewDidLoad()
+ // Do any additional setup after loading the view.
+ }
+
+
+}
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProjectTests/Info.plist b/Tests/Fixtures/MigrationTestProject/MigrationTestProjectTests/Info.plist
new file mode 100644
index 00000000..64d65ca4
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProjectTests/Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+
+
diff --git a/Tests/Fixtures/MigrationTestProject/MigrationTestProjectTests/MigrationTestProjectTests.swift b/Tests/Fixtures/MigrationTestProject/MigrationTestProjectTests/MigrationTestProjectTests.swift
new file mode 100644
index 00000000..b8011dd8
--- /dev/null
+++ b/Tests/Fixtures/MigrationTestProject/MigrationTestProjectTests/MigrationTestProjectTests.swift
@@ -0,0 +1,33 @@
+//
+// MigrationTestProjectTests.swift
+// MigrationTestProjectTests
+//
+// Created by ryohey on 2020/07/12.
+//
+
+import XCTest
+@testable import MigrationTestProject
+
+class MigrationTestProjectTests: XCTestCase {
+
+ override func setUpWithError() throws {
+ // Put setup code here. This method is called before the invocation of each test method in the class.
+ }
+
+ override func tearDownWithError() throws {
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
+ }
+
+ func testExample() throws {
+ // This is an example of a functional test case.
+ // Use XCTAssert and related functions to verify your tests produce the correct results.
+ }
+
+ func testPerformanceExample() throws {
+ // This is an example of a performance test case.
+ self.measure {
+ // Put the code you want to measure the time of here.
+ }
+ }
+
+}