forked from hideokamoto/stripe-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use tuist to generate xcode projects (stripe#2102)
* [WIP] First pass at generating projects with tuist * Second pass * Second pass * Merge * Update settings * Fix some tests * Regenerate project files * More updates to fix tests * Addressing comments * Set CODE_SIGN_IDENTITY in tests * Attempt to fix tests * Regenerate project * Fix remaining workflows * Fix config typos * Add docs to helper functions * Update after rebase * Revert removed @_spi * Remove unused test * Remove empty test files/targets * Fix stubbed network test case
- Loading branch information
1 parent
acf016d
commit 2a04cc6
Showing
1,575 changed files
with
20,264 additions
and
21,841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "iOSSnapshotTestCase", | ||
"repositoryURL": "https://github.com/uber/ios-snapshot-test-case", | ||
"state": { | ||
"branch": null, | ||
"revision": "7b10770333a961be6e5a41c9ce04b8c6d3990126", | ||
"version": "8.0.0" | ||
} | ||
}, | ||
{ | ||
"package": "OCMock", | ||
"repositoryURL": "https://github.com/erikdoe/ocmock", | ||
"state": { | ||
"branch": "master", | ||
"revision": "05cbc9d934e84ad32530fa53fd7d29c7966d5828", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "OHHTTPStubs", | ||
"repositoryURL": "https://github.com/eurias-stripe/OHHTTPStubs", | ||
"state": { | ||
"branch": "master", | ||
"revision": "94cf8e1d9e38b0edd580ddc699dda23a7bf66515", | ||
"version": null | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
973 changes: 396 additions & 577 deletions
973
Example/AppClipExample/AppClipExample.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...xample/AppClipExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127 changes: 127 additions & 0 deletions
127
...ppClipExample/AppClipExample.xcodeproj/xcshareddata/xcschemes/AppClipExampleClip.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1010" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "EA48939682BA660D1EF1D35D" | ||
BuildableName = "AppClipExampleClip.app" | ||
BlueprintName = "AppClipExampleClip" | ||
ReferencedContainer = "container:AppClipExample.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "BD8DCEDEBC31D1D4301EC40D" | ||
BuildableName = "AppClipExampleClipTests.xctest" | ||
BlueprintName = "AppClipExampleClipTests" | ||
ReferencedContainer = "container:AppClipExample.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "CBC19CEADF0880F5CA6B9A7F" | ||
BuildableName = "AppClipExampleClipUITests.xctest" | ||
BlueprintName = "AppClipExampleClipUITests" | ||
ReferencedContainer = "container:AppClipExample.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "BD8DCEDEBC31D1D4301EC40D" | ||
BuildableName = "AppClipExampleClipTests.xctest" | ||
BlueprintName = "AppClipExampleClipTests" | ||
ReferencedContainer = "container:AppClipExample.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "CBC19CEADF0880F5CA6B9A7F" | ||
BuildableName = "AppClipExampleClipUITests.xctest" | ||
BlueprintName = "AppClipExampleClipUITests" | ||
ReferencedContainer = "container:AppClipExample.xcodeproj"> | ||
</BuildableReference> | ||
</TestableReference> | ||
</Testables> | ||
</TestAction> | ||
<LaunchAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
disablePerformanceAntipatternChecker = "YES" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
debugServiceExtension = "internal" | ||
allowLocationSimulation = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "EA48939682BA660D1EF1D35D" | ||
BuildableName = "AppClipExampleClip.app" | ||
BlueprintName = "AppClipExampleClip" | ||
ReferencedContainer = "container:AppClipExample.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<BuildableProductRunnable | ||
runnableDebuggingMode = "0"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "EA48939682BA660D1EF1D35D" | ||
BuildableName = "AppClipExampleClip.app" | ||
BlueprintName = "AppClipExampleClip" | ||
ReferencedContainer = "container:AppClipExample.xcodeproj"> | ||
</BuildableReference> | ||
</BuildableProductRunnable> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
36 changes: 0 additions & 36 deletions
36
Example/AppClipExample/AppClipExampleClipTests/AppClipExampleClipTests.swift
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.