Skip to content

Commit

Permalink
Introduce sample project for Skrill Wallet Checkout integration
Browse files Browse the repository at this point in the history
  • Loading branch information
EdisHasanov authored May 26, 2023
1 parent 32bcea9 commit c7d5467
Show file tree
Hide file tree
Showing 17 changed files with 724 additions and 0 deletions.
367 changes: 367 additions & 0 deletions WCOIntegrationSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,367 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
311BE96D2A200F6A0077471C /* SuccessViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 311BE96C2A200F6A0077471C /* SuccessViewController.swift */; };
3138A3B62A178B9700654E9E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3138A3B52A178B9700654E9E /* AppDelegate.swift */; };
3138A3B82A178B9700654E9E /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3138A3B72A178B9700654E9E /* SceneDelegate.swift */; };
3138A3BA2A178B9700654E9E /* PaymentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3138A3B92A178B9700654E9E /* PaymentViewController.swift */; };
3138A3BD2A178B9700654E9E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3138A3BB2A178B9700654E9E /* Main.storyboard */; };
3138A3BF2A178B9900654E9E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3138A3BE2A178B9900654E9E /* Assets.xcassets */; };
3138A3C22A178B9900654E9E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3138A3C02A178B9900654E9E /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
311BE96C2A200F6A0077471C /* SuccessViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuccessViewController.swift; sourceTree = "<group>"; };
3138A3B22A178B9700654E9E /* WCOIntegrationSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WCOIntegrationSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
3138A3B52A178B9700654E9E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3138A3B72A178B9700654E9E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
3138A3B92A178B9700654E9E /* PaymentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentViewController.swift; sourceTree = "<group>"; };
3138A3BC2A178B9700654E9E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3138A3BE2A178B9900654E9E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3138A3C12A178B9900654E9E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
3138A3C32A178B9900654E9E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
3138A3AF2A178B9700654E9E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3138A3A92A178B9700654E9E = {
isa = PBXGroup;
children = (
3138A3B42A178B9700654E9E /* WCOIntegrationSample */,
3138A3B32A178B9700654E9E /* Products */,
);
sourceTree = "<group>";
};
3138A3B32A178B9700654E9E /* Products */ = {
isa = PBXGroup;
children = (
3138A3B22A178B9700654E9E /* WCOIntegrationSample.app */,
);
name = Products;
sourceTree = "<group>";
};
3138A3B42A178B9700654E9E /* WCOIntegrationSample */ = {
isa = PBXGroup;
children = (
3138A3B52A178B9700654E9E /* AppDelegate.swift */,
3138A3B72A178B9700654E9E /* SceneDelegate.swift */,
3138A3B92A178B9700654E9E /* PaymentViewController.swift */,
311BE96C2A200F6A0077471C /* SuccessViewController.swift */,
3138A3BB2A178B9700654E9E /* Main.storyboard */,
3138A3BE2A178B9900654E9E /* Assets.xcassets */,
3138A3C02A178B9900654E9E /* LaunchScreen.storyboard */,
3138A3C32A178B9900654E9E /* Info.plist */,
);
path = WCOIntegrationSample;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
3138A3B12A178B9700654E9E /* WCOIntegrationSample */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3138A3C62A178B9900654E9E /* Build configuration list for PBXNativeTarget "WCOIntegrationSample" */;
buildPhases = (
3138A3AE2A178B9700654E9E /* Sources */,
3138A3AF2A178B9700654E9E /* Frameworks */,
3138A3B02A178B9700654E9E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = WCOIntegrationSample;
productName = WCOIntegrationSample;
productReference = 3138A3B22A178B9700654E9E /* WCOIntegrationSample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
3138A3AA2A178B9700654E9E /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1420;
LastUpgradeCheck = 1420;
TargetAttributes = {
3138A3B12A178B9700654E9E = {
CreatedOnToolsVersion = 14.2;
};
};
};
buildConfigurationList = 3138A3AD2A178B9700654E9E /* Build configuration list for PBXProject "WCOIntegrationSample" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 3138A3A92A178B9700654E9E;
productRefGroup = 3138A3B32A178B9700654E9E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
3138A3B12A178B9700654E9E /* WCOIntegrationSample */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
3138A3B02A178B9700654E9E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3138A3C22A178B9900654E9E /* LaunchScreen.storyboard in Resources */,
3138A3BF2A178B9900654E9E /* Assets.xcassets in Resources */,
3138A3BD2A178B9700654E9E /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
3138A3AE2A178B9700654E9E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3138A3BA2A178B9700654E9E /* PaymentViewController.swift in Sources */,
3138A3B62A178B9700654E9E /* AppDelegate.swift in Sources */,
311BE96D2A200F6A0077471C /* SuccessViewController.swift in Sources */,
3138A3B82A178B9700654E9E /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
3138A3BB2A178B9700654E9E /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
3138A3BC2A178B9700654E9E /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
3138A3C02A178B9900654E9E /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
3138A3C12A178B9900654E9E /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
3138A3C42A178B9900654E9E /* 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++20";
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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 = 16.2;
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;
};
3138A3C52A178B9900654E9E /* 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++20";
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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 = 16.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
3138A3C72A178B9900654E9E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V8KW23C6FJ;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = WCOIntegrationSample/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = paysafe.WCOIntegrationSample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
3138A3C82A178B9900654E9E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V8KW23C6FJ;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = WCOIntegrationSample/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = paysafe.WCOIntegrationSample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
3138A3AD2A178B9700654E9E /* Build configuration list for PBXProject "WCOIntegrationSample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3138A3C42A178B9900654E9E /* Debug */,
3138A3C52A178B9900654E9E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3138A3C62A178B9900654E9E /* Build configuration list for PBXNativeTarget "WCOIntegrationSample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3138A3C72A178B9900654E9E /* Debug */,
3138A3C82A178B9900654E9E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 3138A3AA2A178B9700654E9E /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?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">
<array/>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "15C93394-04AC-4D32-8172-E4E322155DDC"
type = "1"
version = "2.0">
</Bucket>
Loading

0 comments on commit c7d5467

Please sign in to comment.