-
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.
- Loading branch information
Team Mobile Schorsch
committed
Aug 29, 2024
1 parent
1d07952
commit df5fb24
Showing
190 changed files
with
15,415 additions
and
2 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,8 @@ | ||
.DS_Store | ||
/.build | ||
/Packages | ||
xcuserdata/ | ||
DerivedData/ | ||
.swiftpm/configuration/registries.json | ||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata | ||
.netrc |
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,39 @@ | ||
--- | ||
xcodebuild_arguments: | ||
- "-workspace" | ||
- GiniMobile.xcworkspace | ||
- "-scheme" | ||
- GiniMerchantSDK | ||
- "-destination" | ||
- platform=iOS Simulator,OS=17.2,name=iPhone 14 | ||
author: Gini GmbH | ||
author_url: https://gini.net | ||
module: GiniMerchantSDK | ||
readme: Documentation/Sections/Documentation.md | ||
theme: Documentation/jazzy-theme/ | ||
output: Documentation/Api | ||
github_url: https://github.com/gini/gini-mobile-ios.git | ||
hide_documentation_coverage: 'true' | ||
documentation: MerchantSDK/GiniMerchantSDK/Documentation/source/*.md | ||
abstract: MerchantSDK/GiniMerchantSDK/Documentation/Sections/*.md | ||
custom_categories: | ||
- name: Documentation | ||
children: | ||
- Installation | ||
- Integration | ||
- Customization guide | ||
- Migration guide | ||
- Event tracking guide | ||
- Testing | ||
- License | ||
- name: Classes | ||
children: [] | ||
- name: Enums | ||
children: [] | ||
- name: Protocols | ||
children: [] | ||
- name: Structs | ||
children: [] | ||
- name: Typealiases | ||
children: [] | ||
|
79 changes: 79 additions & 0 deletions
79
.swiftpm/xcode/xcshareddata/xcschemes/GiniMerchantSDK.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,79 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1540" | ||
version = "1.7"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES" | ||
buildArchitectures = "Automatic"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "GiniMerchantSDK" | ||
BuildableName = "GiniMerchantSDK" | ||
BlueprintName = "GiniMerchantSDK" | ||
ReferencedContainer = "container:"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
shouldAutocreateTestPlan = "YES"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "GiniMerchantSDKTests" | ||
BuildableName = "GiniMerchantSDKTests" | ||
BlueprintName = "GiniMerchantSDKTests" | ||
ReferencedContainer = "container:"> | ||
</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"> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "GiniMerchantSDK" | ||
BuildableName = "GiniMerchantSDK" | ||
BlueprintName = "GiniMerchantSDK" | ||
ReferencedContainer = "container:"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
74 changes: 74 additions & 0 deletions
74
.swiftpm/xcode/xcshareddata/xcschemes/GiniMerchantSDKTests.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,74 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1540" | ||
version = "2.2"> | ||
<BuildAction | ||
parallelizeBuildables = "YES" | ||
buildImplicitDependencies = "YES" | ||
buildArchitectures = "Automatic"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "NO" | ||
buildForArchiving = "NO" | ||
buildForAnalyzing = "NO"> | ||
<AutocreatedTestPlanReference> | ||
</AutocreatedTestPlanReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
shouldAutocreateTestPlan = "YES"> | ||
<Testables> | ||
<TestableReference | ||
skipped = "NO"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "GiniMerchantSDKTests" | ||
BuildableName = "GiniMerchantSDKTests" | ||
BlueprintName = "GiniMerchantSDKTests" | ||
ReferencedContainer = "container:"> | ||
</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"> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "GiniMerchantSDKTests" | ||
BuildableName = "GiniMerchantSDKTests" | ||
BlueprintName = "GiniMerchantSDKTests" | ||
ReferencedContainer = "container:"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
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,63 @@ | ||
/* Credit to https://gist.github.com/wataru420/2048287 */ | ||
|
||
.highlight { | ||
.c { color: #999988; font-style: italic } /* Comment */ | ||
.err { color: #a61717; background-color: #e3d2d2 } /* Error */ | ||
.k { color: #000000; font-weight: bold } /* Keyword */ | ||
.o { color: #000000; font-weight: bold } /* Operator */ | ||
.cm { color: #999988; font-style: italic } /* Comment.Multiline */ | ||
.cp { color: #999999; font-weight: bold } /* Comment.Preproc */ | ||
.c1 { color: #999988; font-style: italic } /* Comment.Single */ | ||
.cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ | ||
.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ | ||
.gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ | ||
.ge { color: #000000; font-style: italic } /* Generic.Emph */ | ||
.gr { color: #aa0000 } /* Generic.Error */ | ||
.gh { color: #999999 } /* Generic.Heading */ | ||
.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ | ||
.gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ | ||
.go { color: #888888 } /* Generic.Output */ | ||
.gp { color: #555555 } /* Generic.Prompt */ | ||
.gs { font-weight: bold } /* Generic.Strong */ | ||
.gu { color: #aaaaaa } /* Generic.Subheading */ | ||
.gt { color: #aa0000 } /* Generic.Traceback */ | ||
.kc { color: #000000; font-weight: bold } /* Keyword.Constant */ | ||
.kd { color: #000000; font-weight: bold } /* Keyword.Declaration */ | ||
.kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */ | ||
.kr { color: #000000; font-weight: bold } /* Keyword.Reserved */ | ||
.kt { color: #445588; } /* Keyword.Type */ | ||
.m { color: #009999 } /* Literal.Number */ | ||
.s { color: #d14 } /* Literal.String */ | ||
.na { color: #008080 } /* Name.Attribute */ | ||
.nb { color: #0086B3 } /* Name.Builtin */ | ||
.nc { color: #445588; font-weight: bold } /* Name.Class */ | ||
.no { color: #008080 } /* Name.Constant */ | ||
.ni { color: #800080 } /* Name.Entity */ | ||
.ne { color: #990000; font-weight: bold } /* Name.Exception */ | ||
.nf { color: #990000; } /* Name.Function */ | ||
.nn { color: #555555 } /* Name.Namespace */ | ||
.nt { color: #000080 } /* Name.Tag */ | ||
.nv { color: #008080 } /* Name.Variable */ | ||
.ow { color: #000000; font-weight: bold } /* Operator.Word */ | ||
.w { color: #bbbbbb } /* Text.Whitespace */ | ||
.mf { color: #009999 } /* Literal.Number.Float */ | ||
.mh { color: #009999 } /* Literal.Number.Hex */ | ||
.mi { color: #009999 } /* Literal.Number.Integer */ | ||
.mo { color: #009999 } /* Literal.Number.Oct */ | ||
.sb { color: #d14 } /* Literal.String.Backtick */ | ||
.sc { color: #d14 } /* Literal.String.Char */ | ||
.sd { color: #d14 } /* Literal.String.Doc */ | ||
.s2 { color: #d14 } /* Literal.String.Double */ | ||
.se { color: #d14 } /* Literal.String.Escape */ | ||
.sh { color: #d14 } /* Literal.String.Heredoc */ | ||
.si { color: #d14 } /* Literal.String.Interpol */ | ||
.sx { color: #d14 } /* Literal.String.Other */ | ||
.sr { color: #009926 } /* Literal.String.Regex */ | ||
.s1 { color: #d14 } /* Literal.String.Single */ | ||
.ss { color: #990073 } /* Literal.String.Symbol */ | ||
.bp { color: #999999 } /* Name.Builtin.Pseudo */ | ||
.vc { color: #008080 } /* Name.Variable.Class */ | ||
.vg { color: #008080 } /* Name.Variable.Global */ | ||
.vi { color: #008080 } /* Name.Variable.Instance */ | ||
.il { color: #009999 } /* Literal.Number.Integer.Long */ | ||
} |
Oops, something went wrong.