Skip to content

Commit

Permalink
Direct Tap 3.2.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Jun 7, 2022
1 parent c5e6f37 commit 3bbddec
Show file tree
Hide file tree
Showing 12 changed files with 1,503 additions and 55 deletions.
93 changes: 86 additions & 7 deletions TestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@
objects = {

/* Begin PBXBuildFile section */
00AF44AB28353AA9003F2656 /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = 00AF44AA28353AA9003F2656 /* RxCocoa */; };
00AF44AD28353AA9003F2656 /* RxSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 00AF44AC28353AA9003F2656 /* RxSwift */; };
00F45A902833D95400749BD7 /* TPKeyboardAvoiding in Frameworks */ = {isa = PBXBuildFile; productRef = 00F45A8F2833D95400749BD7 /* TPKeyboardAvoiding */; };
00F45A952833DD5400749BD7 /* Ubuntu-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 00F45A922833DD5300749BD7 /* Ubuntu-Regular.ttf */; };
00F45A962833DD5400749BD7 /* Lato-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 00F45A932833DD5300749BD7 /* Lato-Bold.ttf */; };
00F45A972833DD5400749BD7 /* Lato-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 00F45A942833DD5400749BD7 /* Lato-Regular.ttf */; };
00F45A9A2833F98D00749BD7 /* SDWebImageSVGCoder in Frameworks */ = {isa = PBXBuildFile; productRef = 00F45A992833F98D00749BD7 /* SDWebImageSVGCoder */; };
8E06A5BF256DEAFC009004DD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E06A5BE256DEAFC009004DD /* AppDelegate.swift */; };
8E06A5C1256DEAFC009004DD /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E06A5C0256DEAFC009004DD /* SceneDelegate.swift */; };
8E06A5C3256DEAFC009004DD /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E06A5C2256DEAFC009004DD /* ViewController.swift */; };
8E06A5C6256DEAFC009004DD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8E06A5C4256DEAFC009004DD /* Main.storyboard */; };
8E06A5C8256DEAFC009004DD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8E06A5C7256DEAFC009004DD /* Assets.xcassets */; };
8E06A5CB256DEAFC009004DD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8E06A5C9256DEAFC009004DD /* LaunchScreen.storyboard */; };
8EA7BA1A27B0EB0D0079BE3A /* DirectTap in Frameworks */ = {isa = PBXBuildFile; productRef = 8EA7BA1927B0EB0D0079BE3A /* DirectTap */; };
8E90E3A12845F3A600C4AB07 /* DirectTap in Frameworks */ = {isa = PBXBuildFile; productRef = 8E90E3A02845F3A600C4AB07 /* DirectTap */; };
8EE1C1512583070C00FCB79C /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EE1C1502583070C00FCB79C /* Constants.swift */; };
/* End PBXBuildFile section */

Expand All @@ -31,6 +38,9 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
00F45A922833DD5300749BD7 /* Ubuntu-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Ubuntu-Regular.ttf"; sourceTree = "<group>"; };
00F45A932833DD5300749BD7 /* Lato-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Bold.ttf"; sourceTree = "<group>"; };
00F45A942833DD5400749BD7 /* Lato-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Regular.ttf"; sourceTree = "<group>"; };
8E06A5BB256DEAFC009004DD /* TestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
8E06A5BE256DEAFC009004DD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
8E06A5C0256DEAFC009004DD /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -47,13 +57,27 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8EA7BA1A27B0EB0D0079BE3A /* DirectTap in Frameworks */,
00F45A9A2833F98D00749BD7 /* SDWebImageSVGCoder in Frameworks */,
00F45A902833D95400749BD7 /* TPKeyboardAvoiding in Frameworks */,
00AF44AD28353AA9003F2656 /* RxSwift in Frameworks */,
00AF44AB28353AA9003F2656 /* RxCocoa in Frameworks */,
8E90E3A12845F3A600C4AB07 /* DirectTap in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
00F45A912833DD2B00749BD7 /* Fonts */ = {
isa = PBXGroup;
children = (
00F45A932833DD5300749BD7 /* Lato-Bold.ttf */,
00F45A942833DD5400749BD7 /* Lato-Regular.ttf */,
00F45A922833DD5300749BD7 /* Ubuntu-Regular.ttf */,
);
path = Fonts;
sourceTree = "<group>";
};
8E06A5B2256DEAFB009004DD = {
isa = PBXGroup;
children = (
Expand All @@ -74,6 +98,7 @@
8E06A5BD256DEAFC009004DD /* TestApp */ = {
isa = PBXGroup;
children = (
00F45A912833DD2B00749BD7 /* Fonts */,
8E06A5BE256DEAFC009004DD /* AppDelegate.swift */,
8E06A5C0256DEAFC009004DD /* SceneDelegate.swift */,
8E06A5C2256DEAFC009004DD /* ViewController.swift */,
Expand Down Expand Up @@ -111,7 +136,11 @@
);
name = TestApp;
packageProductDependencies = (
8EA7BA1927B0EB0D0079BE3A /* DirectTap */,
8E90E3A02845F3A600C4AB07 /* DirectTap */,
00F45A8F2833D95400749BD7 /* TPKeyboardAvoiding */,
00F45A992833F98D00749BD7 /* SDWebImageSVGCoder */,
00AF44AA28353AA9003F2656 /* RxCocoa */,
00AF44AC28353AA9003F2656 /* RxSwift */,
);
productName = TestApp;
productReference = 8E06A5BB256DEAFC009004DD /* TestApp.app */;
Expand Down Expand Up @@ -141,7 +170,10 @@
);
mainGroup = 8E06A5B2256DEAFB009004DD;
packageReferences = (
8EA7BA1827B0EB0D0079BE3A /* XCRemoteSwiftPackageReference "core-sdk-ios" */,
8E90E39F2845F3A600C4AB07 /* XCRemoteSwiftPackageReference "core-sdk-ios" */,
00F45A8E2833D95400749BD7 /* XCRemoteSwiftPackageReference "TPKeyboardAvoiding" */,
00F45A982833F98D00749BD7 /* XCRemoteSwiftPackageReference "SDWebImageSVGCoder" */,
00AF44A928353AA9003F2656 /* XCRemoteSwiftPackageReference "RxSwift" */,
);
productRefGroup = 8E06A5BC256DEAFC009004DD /* Products */;
projectDirPath = "";
Expand All @@ -157,6 +189,9 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
00F45A952833DD5400749BD7 /* Ubuntu-Regular.ttf in Resources */,
00F45A972833DD5400749BD7 /* Lato-Regular.ttf in Resources */,
00F45A962833DD5400749BD7 /* Lato-Bold.ttf in Resources */,
8E06A5CB256DEAFC009004DD /* LaunchScreen.storyboard in Resources */,
8E06A5C8256DEAFC009004DD /* Assets.xcassets in Resources */,
8E06A5C6256DEAFC009004DD /* Main.storyboard in Resources */,
Expand Down Expand Up @@ -407,7 +442,31 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
8EA7BA1827B0EB0D0079BE3A /* XCRemoteSwiftPackageReference "core-sdk-ios" */ = {
00AF44A928353AA9003F2656 /* XCRemoteSwiftPackageReference "RxSwift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ReactiveX/RxSwift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.0.0;
};
};
00F45A8E2833D95400749BD7 /* XCRemoteSwiftPackageReference "TPKeyboardAvoiding" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/michaeltyson/TPKeyboardAvoiding";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
00F45A982833F98D00749BD7 /* XCRemoteSwiftPackageReference "SDWebImageSVGCoder" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImageSVGCoder.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
8E90E39F2845F3A600C4AB07 /* XCRemoteSwiftPackageReference "core-sdk-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/brankas/core-sdk-ios";
requirement = {
Expand All @@ -418,9 +477,29 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
8EA7BA1927B0EB0D0079BE3A /* DirectTap */ = {
00AF44AA28353AA9003F2656 /* RxCocoa */ = {
isa = XCSwiftPackageProductDependency;
package = 00AF44A928353AA9003F2656 /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxCocoa;
};
00AF44AC28353AA9003F2656 /* RxSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 00AF44A928353AA9003F2656 /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxSwift;
};
00F45A8F2833D95400749BD7 /* TPKeyboardAvoiding */ = {
isa = XCSwiftPackageProductDependency;
package = 00F45A8E2833D95400749BD7 /* XCRemoteSwiftPackageReference "TPKeyboardAvoiding" */;
productName = TPKeyboardAvoiding;
};
00F45A992833F98D00749BD7 /* SDWebImageSVGCoder */ = {
isa = XCSwiftPackageProductDependency;
package = 00F45A982833F98D00749BD7 /* XCRemoteSwiftPackageReference "SDWebImageSVGCoder" */;
productName = SDWebImageSVGCoder;
};
8E90E3A02845F3A600C4AB07 /* DirectTap */ = {
isa = XCSwiftPackageProductDependency;
package = 8EA7BA1827B0EB0D0079BE3A /* XCRemoteSwiftPackageReference "core-sdk-ios" */;
package = 8E90E39F2845F3A600C4AB07 /* XCRemoteSwiftPackageReference "core-sdk-ios" */;
productName = DirectTap;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,43 @@
"location" : "https://github.com/brankas/core-sdk-ios",
"state" : {
"branch" : "master",
"revision" : "f864c2d7fb375e8789070e7f053095dfc247f2db"
"revision" : "361908f384270c4d464089c680dc8f8490bc08fc"
}
},
{
"identity" : "rxswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveX/RxSwift.git",
"state" : {
"revision" : "b4307ba0b6425c0ba4178e138799946c3da594f8",
"version" : "6.5.0"
}
},
{
"identity" : "sdwebimage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "2e63d0061da449ad0ed130768d05dceb1496de44",
"version" : "5.12.5"
}
},
{
"identity" : "sdwebimagesvgcoder",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImageSVGCoder.git",
"state" : {
"revision" : "afbe025cbdae37c20c144956fbabc07ddd5c0fc2",
"version" : "1.6.1"
}
},
{
"identity" : "tpkeyboardavoiding",
"kind" : "remoteSourceControl",
"location" : "https://github.com/michaeltyson/TPKeyboardAvoiding",
"state" : {
"revision" : "3217d6287a6b0ecb1db65a214a2e0fba9934e417",
"version" : "1.3.5"
}
}
],
Expand Down
23 changes: 23 additions & 0 deletions TestApp/Assets.xcassets/ic_banking.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "ic_banking.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "ic_banking@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "ic_banking@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3bbddec

Please sign in to comment.