Skip to content

Commit

Permalink
Add shared data to vcs, don't know why it was ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Tharr committed Mar 19, 2020
1 parent d1d39cc commit ca0293f
Show file tree
Hide file tree
Showing 9 changed files with 258 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -8,7 +8,6 @@ iWontPayAnyway.ipa

## User settings
xcuserdata/
xcshareddata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
@@ -0,0 +1,25 @@
{
"object": {
"pins": [
{
"package": "TimelaneCombine",
"repositoryURL": "https://github.com/icanzilb/TimelaneCombine",
"state": {
"branch": null,
"revision": "7366c0243860b8dbf265b5a5674e6c4797c44a8f",
"version": "1.0.2"
}
},
{
"package": "TimelaneCore",
"repositoryURL": "https://github.com/icanzilb/TimelaneCore",
"state": {
"branch": null,
"revision": "7317572859017ecb1a0e7252d865b659e2647e20",
"version": "1.0.1"
}
}
]
},
"version": 1
}
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
@@ -0,0 +1,25 @@
{
"object": {
"pins": [
{
"package": "TimelaneCombine",
"repositoryURL": "https://github.com/icanzilb/TimelaneCombine",
"state": {
"branch": null,
"revision": "7366c0243860b8dbf265b5a5674e6c4797c44a8f",
"version": "1.0.2"
}
},
{
"package": "TimelaneCore",
"repositoryURL": "https://github.com/icanzilb/TimelaneCore",
"state": {
"branch": null,
"revision": "7317572859017ecb1a0e7252d865b659e2647e20",
"version": "1.0.1"
}
}
]
},
"version": 1
}
88 changes: 88 additions & 0 deletions PayForMe.xcodeproj/xcshareddata/xcschemes/PayForMe.xcscheme
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "656629FE23D7320000303207"
BuildableName = "PayForMe.app"
BlueprintName = "PayForMe"
ReferencedContainer = "container:PayForMe.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 = "656A2AD3241BB4F300786A1E"
BuildableName = "PayForMeUITests.xctest"
BlueprintName = "PayForMeUITests"
ReferencedContainer = "container:PayForMe.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "656629FE23D7320000303207"
BuildableName = "PayForMe.app"
BlueprintName = "PayForMe"
ReferencedContainer = "container:PayForMe.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "656629FE23D7320000303207"
BuildableName = "PayForMe.app"
BlueprintName = "PayForMe"
ReferencedContainer = "container:PayForMe.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
71 changes: 71 additions & 0 deletions PayForMe.xcodeproj/xcshareddata/xcschemes/PayForMeUITests.xcscheme
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "656A2AD3241BB4F300786A1E"
BuildableName = "PayForMeUITests.xctest"
BlueprintName = "PayForMeUITests"
ReferencedContainer = "container:PayForMe.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "656629FE23D7320000303207"
BuildableName = "PayForMe.app"
BlueprintName = "PayForMe"
ReferencedContainer = "container:PayForMe.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "656629FE23D7320000303207"
BuildableName = "PayForMe.app"
BlueprintName = "PayForMe"
ReferencedContainer = "container:PayForMe.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
8 changes: 8 additions & 0 deletions PayForMe.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
25 changes: 25 additions & 0 deletions PayForMe.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -0,0 +1,25 @@
{
"object": {
"pins": [
{
"package": "TimelaneCombine",
"repositoryURL": "https://github.com/icanzilb/TimelaneCombine",
"state": {
"branch": null,
"revision": "7366c0243860b8dbf265b5a5674e6c4797c44a8f",
"version": "1.0.2"
}
},
{
"package": "TimelaneCore",
"repositoryURL": "https://github.com/icanzilb/TimelaneCore",
"state": {
"branch": null,
"revision": "7317572859017ecb1a0e7252d865b659e2647e20",
"version": "1.0.1"
}
}
]
},
"version": 1
}

0 comments on commit ca0293f

Please sign in to comment.