Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified Example/Podfile
100644 → 100755
Empty file.
16 changes: 16 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- RXPiOS (1.2.0)

DEPENDENCIES:
- RXPiOS (from `../`)

EXTERNAL SOURCES:
RXPiOS:
:path: ../

SPEC CHECKSUMS:
RXPiOS: 32a1cd1ede45fad554912bcae2ddf470ad3e8e02

PODFILE CHECKSUM: 52c366f98357bafca21816643cc3089ddafc46d1

COCOAPODS: 1.2.1
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/RXPiOS.podspec.json
100644 → 100755

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

16 changes: 16 additions & 0 deletions Example/Pods/Manifest.lock

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

Empty file modified Example/Pods/Pods.xcodeproj/project.pbxproj
100644 → 100755
Empty file.
39 changes: 25 additions & 14 deletions Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RXPiOS.xcscheme
100644 → 100755

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

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/RXPiOS/Info.plist

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

26 changes: 15 additions & 11 deletions Example/RXPiOS.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0630;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = CocoaPods;
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
Expand Down Expand Up @@ -419,14 +419,17 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand All @@ -442,7 +445,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand All @@ -463,8 +466,10 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Expand All @@ -480,9 +485,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand All @@ -492,14 +498,12 @@
baseConfigurationReference = 4F0CB0B97766810708DF3262 /* Pods-RXPiOS_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/build/Debug-iphoneos",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = RXPiOS/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand All @@ -518,6 +522,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand All @@ -528,16 +533,14 @@
baseConfigurationReference = 86F8034E5ADF876BA55456BE /* Pods-RXPiOS_Tests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RXPiOS_Example.app/RXPiOS_Example";
Expand All @@ -555,6 +558,7 @@
);
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RXPiOS_Example.app/RXPiOS_Example";
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion Example/RXPiOS.xcodeproj/xcshareddata/xcschemes/RXPiOS-Example.xcscheme
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0630"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Empty file modified Example/RXPiOS.xcworkspace/contents.xcworkspacedata
100644 → 100755
Empty file.
Empty file modified Example/RXPiOS/AppDelegate.swift
100644 → 100755
Empty file.
Empty file modified Example/RXPiOS/Base.lproj/LaunchScreen.xib
100644 → 100755
Empty file.
78 changes: 69 additions & 9 deletions Example/RXPiOS/Base.lproj/Main.storyboard
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1421" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="A2d-0Z-WZ8">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<!--Navigation Controller-->
<scene sceneID="u6s-Y0-hOG">
<objects>
<navigationController id="A2d-0Z-WZ8" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="qih-CN-YCJ">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" red="0.30625456569999998" green="0.58243036270000004" blue="0.84711122510000003" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<color key="barTintColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
</navigationBar>
<connections>
<segue destination="vXZ-lx-hvc" kind="relationship" relationship="rootViewController" id="Gjv-tH-xEs"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="mx7-zx-uUR" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-1248" y="35"/>
</scene>
<!--Realex Payments-->
<scene sceneID="ufC-wZ-h7g">
<objects>
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="RXPiOS_Example" customModuleProvider="target" sceneMemberID="viewController">
Expand All @@ -21,24 +39,66 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wef-U1-ibL">
<rect key="frame" x="280" y="279" width="41" height="42"/>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wef-U1-ibL">
<rect key="frame" x="12" y="609" width="351" height="50"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="eOR-Uu-mzv"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="25"/>
<color key="tintColor" cocoaTouchSystemColor="darkTextColor"/>
<state key="normal" title="Pay"/>
<connections>
<action selector="payButtonAction:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="x0y-xt-3CY"/>
</connections>
</button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="Qlm-e9-pCp">
<rect key="frame" x="16" y="101" width="343" height="500"/>
<color key="backgroundColor" red="0.30625456571578979" green="0.58243036270141602" blue="0.84711122512817383" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Please click on Pay Button to Test sdk " textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gZY-WP-64r">
<rect key="frame" x="2" y="72" width="371" height="21"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="DZu-Zi-yzo"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="19"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="white" translatesAutoresizingMaskIntoConstraints="NO" id="U3x-9F-5la">
<rect key="frame" x="177" y="323.5" width="20" height="20"/>
</activityIndicatorView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="backgroundColor" red="0.30625456569999998" green="0.58243036270000004" blue="0.84711122510000003" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<constraints>
<constraint firstItem="wef-U1-ibL" firstAttribute="centerY" secondItem="kh9-bI-dsS" secondAttribute="centerY" id="Ze8-kw-ds7"/>
<constraint firstItem="wef-U1-ibL" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="cKP-12-SRa"/>
<constraint firstItem="Qlm-e9-pCp" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leading" constant="16" id="GMe-OH-JhG"/>
<constraint firstItem="2fi-mo-0CV" firstAttribute="top" secondItem="wef-U1-ibL" secondAttribute="bottom" constant="8" id="J47-dX-TPf"/>
<constraint firstAttribute="trailing" secondItem="wef-U1-ibL" secondAttribute="trailing" constant="12" id="LkY-Js-l11"/>
<constraint firstItem="wef-U1-ibL" firstAttribute="top" secondItem="Qlm-e9-pCp" secondAttribute="bottom" constant="8" id="Oep-mM-6Mw"/>
<constraint firstItem="U3x-9F-5la" firstAttribute="centerY" secondItem="kh9-bI-dsS" secondAttribute="centerY" id="QYD-HK-Nkb"/>
<constraint firstItem="gZY-WP-64r" firstAttribute="top" secondItem="jyV-Pf-zRb" secondAttribute="bottom" constant="8" id="VnP-Rz-lGZ"/>
<constraint firstItem="wef-U1-ibL" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leading" constant="12" id="e8Q-lW-2qz"/>
<constraint firstItem="Qlm-e9-pCp" firstAttribute="top" secondItem="gZY-WP-64r" secondAttribute="bottom" constant="8" id="fGt-Pk-HDW"/>
<constraint firstAttribute="trailing" secondItem="gZY-WP-64r" secondAttribute="trailing" constant="2" id="jCP-7H-VQH"/>
<constraint firstItem="gZY-WP-64r" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leading" constant="2" id="liW-AY-NA9"/>
<constraint firstItem="U3x-9F-5la" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="nrX-Sc-8LS"/>
<constraint firstAttribute="trailing" secondItem="Qlm-e9-pCp" secondAttribute="trailing" constant="16" id="qRu-HK-lqj"/>
</constraints>
</view>
<navigationItem key="navigationItem" title="Realex Payments" id="fqL-wg-T2k"/>
<connections>
<outlet property="activityIndicator" destination="U3x-9F-5la" id="7tS-By-McF"/>
<outlet property="payButton" destination="wef-U1-ibL" id="O1E-QZ-e28"/>
<outlet property="result_textView" destination="Qlm-e9-pCp" id="Inm-nm-K0d"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-452" y="34.632683658170919"/>
</scene>
</scenes>
</document>
Empty file modified Example/RXPiOS/Images.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Example/RXPiOS/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
Loading