Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2024-02-07 16:44:25 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9f12e11ebb6acb1a32c01173b41fcb7d434a16cc
9f12e11e
1 parent
3dac4569
storyboard fixes
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
115 additions
and
9 deletions
SwiftWarplyFramework.podspec
SwiftWarplyFramework/SwiftWarplyFramework.xcodeproj/project.pbxproj
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/Main.storyboard
SwiftWarplyFramework/SwiftWarplyFramework/MapViewController.swift
SwiftWarplyFramework.podspec
View file @
9f12e11
...
...
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec
.
author
=
{
"billy"
=>
"skourasbl@gmail.com"
}
spec
.
platform
=
:ios
,
"1
1
.0"
spec
.
platform
=
:ios
,
"1
3
.0"
spec
.
source
=
{
:git
=>
"https://git.warp.ly/open-source/warply_sdk_framework.git"
,
:tag
=>
"0.2.50"
}
# spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h"
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcodeproj/project.pbxproj
View file @
9f12e11
...
...
@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
1E011FF42B73CDBF00A0DE7B /* MapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E011FF32B73CDBF00A0DE7B /* MapViewController.swift */; };
1E029A4129E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E029A4029E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift */; };
1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E029A4229E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift */; };
1E108A9228A3F9280008B8E7 /* pf_square_sans_pro_regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */; };
...
...
@@ -197,6 +198,7 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
1E011FF32B73CDBF00A0DE7B /* MapViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapViewController.swift; sourceTree = "<group>"; };
1E029A4029E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponBCHeaderTableViewCell.swift; sourceTree = "<group>"; };
1E029A4229E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponBCFooterTableViewCell.swift; sourceTree = "<group>"; };
1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_regular.ttf; sourceTree = "<group>"; };
...
...
@@ -402,6 +404,25 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
1E011FF52B73CDC500A0DE7B /* screens */ = {
isa = PBXGroup;
children = (
1EEA9FD12B737D900019C854 /* LoyaltyViewController.swift */,
1EE509FE2B72843E0089134D /* OffersViewController.swift */,
1E011FF32B73CDBF00A0DE7B /* MapViewController.swift */,
);
name = screens;
sourceTree = "<group>";
};
1E011FF62B73CDDE00A0DE7B /* cells */ = {
isa = PBXGroup;
children = (
1EEA9FCF2B7371670019C854 /* OffersTableViewCell.swift */,
1EEA9FD32B7384260019C854 /* FiltersTableViewCell.swift */,
);
name = cells;
sourceTree = "<group>";
};
1E108A8B28A3F8FF0008B8E7 /* Resources */ = {
isa = PBXGroup;
children = (
...
...
@@ -509,12 +530,10 @@
children = (
E6A77A37282BC3530045BBA8 /* Media.xcassets */,
E6A77861282933E50045BBA8 /* Main.storyboard */,
1E011FF52B73CDC500A0DE7B /* screens */,
1E011FF62B73CDDE00A0DE7B /* cells */,
1ECA079328D9E53F00D2BDE0 /* MapsViewController.xib */,
1ECA079228D9E53F00D2BDE0 /* MapsViewController.swift */,
1EEA9FD12B737D900019C854 /* LoyaltyViewController.swift */,
1EE509FE2B72843E0089134D /* OffersViewController.swift */,
1EEA9FCF2B7371670019C854 /* OffersTableViewCell.swift */,
1EEA9FD32B7384260019C854 /* FiltersTableViewCell.swift */,
E6A778DE282933E60045BBA8 /* GiftsViewController.swift */,
1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */,
1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */,
...
...
@@ -1002,6 +1021,7 @@
E6A778EC282933E60045BBA8 /* WLNativeVideoTableViewCell.m in Sources */,
E6A77954282933E70045BBA8 /* MyApi.m in Sources */,
A09DBCAE2888BA8100DD50B0 /* SharingHistoryViewController.swift in Sources */,
1E011FF42B73CDBF00A0DE7B /* MapViewController.swift in Sources */,
E6A778F2282933E60045BBA8 /* WLNativeAdCollectionViewCell.m in Sources */,
E6A77904282933E60045BBA8 /* WLEvent.m in Sources */,
E6A77927282933E70045BBA8 /* UIRefreshControl+AFNetworking.m in Sources */,
...
...
@@ -1222,7 +1242,7 @@
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count.";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 1
1
.0;
IPHONEOS_DEPLOYMENT_TARGET = 1
3
.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
...
...
@@ -1260,7 +1280,7 @@
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count.";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 1
1
.0;
IPHONEOS_DEPLOYMENT_TARGET = 1
3
.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
...
...
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
9f12e11
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/Main.storyboard
View file @
9f12e11
...
...
@@ -3988,13 +3988,22 @@
</objects>
<point
key=
"canvasLocation"
x=
"1612"
y=
"129"
/>
</scene>
<!--
Offers
View Controller-->
<!--
Loyalty
View Controller-->
<scene
sceneID=
"wdU-7S-AU1"
>
<objects>
<viewController
storyboardIdentifier=
"
OffersViewController"
id=
"zKA-A2-Dl8"
customClass=
"Offers
ViewController"
customModule=
"SwiftWarplyFramework"
customModuleProvider=
"target"
sceneMemberID=
"viewController"
>
<viewController
storyboardIdentifier=
"
LoyaltyViewController"
id=
"zKA-A2-Dl8"
customClass=
"Loyalty
ViewController"
customModule=
"SwiftWarplyFramework"
customModuleProvider=
"target"
sceneMemberID=
"viewController"
>
<view
key=
"view"
contentMode=
"scaleToFill"
id=
"YeC-iK-Hrq"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"414"
height=
"896"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
heightSizable=
"YES"
/>
<subviews>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
fixedFrame=
"YES"
text=
"LoyaltyViewController"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"q0C-j0-m2a"
>
<rect
key=
"frame"
x=
"124"
y=
"438"
width=
"166"
height=
"21"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"17"
/>
<nil
key=
"textColor"
/>
<nil
key=
"highlightedColor"
/>
</label>
</subviews>
<viewLayoutGuide
key=
"safeArea"
id=
"LGo-tV-2gt"
/>
<color
key=
"backgroundColor"
red=
"0.90588235294117647"
green=
"0.91764705882352937"
blue=
"0.92156862745098034"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
</view>
...
...
@@ -4003,6 +4012,54 @@
</objects>
<point
key=
"canvasLocation"
x=
"-1259"
y=
"-2161"
/>
</scene>
<!--Offers View Controller-->
<scene
sceneID=
"j98-Jy-mEu"
>
<objects>
<viewController
storyboardIdentifier=
"OffersViewController"
id=
"EDh-Zo-yDu"
customClass=
"OffersViewController"
customModule=
"SwiftWarplyFramework"
customModuleProvider=
"target"
sceneMemberID=
"viewController"
>
<view
key=
"view"
contentMode=
"scaleToFill"
id=
"AgP-hz-ava"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"414"
height=
"896"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
heightSizable=
"YES"
/>
<subviews>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
fixedFrame=
"YES"
text=
"OffersViewController"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"gBj-Dk-4Cd"
>
<rect
key=
"frame"
x=
"124"
y=
"437"
width=
"159"
height=
"21"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"17"
/>
<nil
key=
"textColor"
/>
<nil
key=
"highlightedColor"
/>
</label>
</subviews>
<viewLayoutGuide
key=
"safeArea"
id=
"CXd-ry-9QY"
/>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
/>
</view>
</viewController>
<placeholder
placeholderIdentifier=
"IBFirstResponder"
id=
"877-ji-SVH"
userLabel=
"First Responder"
customClass=
"UIResponder"
sceneMemberID=
"firstResponder"
/>
</objects>
<point
key=
"canvasLocation"
x=
"-372"
y=
"-2162"
/>
</scene>
<!--Map View Controller-->
<scene
sceneID=
"ruy-e5-gGU"
>
<objects>
<viewController
storyboardIdentifier=
"MapViewController"
id=
"Ndh-mM-XPb"
customClass=
"MapViewController"
customModule=
"SwiftWarplyFramework"
customModuleProvider=
"target"
sceneMemberID=
"viewController"
>
<view
key=
"view"
contentMode=
"scaleToFill"
id=
"YX1-Nw-62m"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"414"
height=
"896"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
heightSizable=
"YES"
/>
<subviews>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
fixedFrame=
"YES"
text=
"MapViewController"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"hxt-S7-xrl"
>
<rect
key=
"frame"
x=
"127"
y=
"437"
width=
"145"
height=
"21"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"17"
/>
<nil
key=
"textColor"
/>
<nil
key=
"highlightedColor"
/>
</label>
</subviews>
<viewLayoutGuide
key=
"safeArea"
id=
"bFi-bg-SVE"
/>
<color
key=
"backgroundColor"
systemColor=
"systemBackgroundColor"
/>
</view>
</viewController>
<placeholder
placeholderIdentifier=
"IBFirstResponder"
id=
"7av-3d-VKz"
userLabel=
"First Responder"
customClass=
"UIResponder"
sceneMemberID=
"firstResponder"
/>
</objects>
<point
key=
"canvasLocation"
x=
"522"
y=
"-2162"
/>
</scene>
<!--Unified Coupons View Controller-->
<scene
sceneID=
"Z2h-VR-UST"
>
<objects>
...
...
SwiftWarplyFramework/SwiftWarplyFramework/MapViewController.swift
0 → 100644
View file @
9f12e11
//
// MapViewController.swift
// SwiftWarplyFramework
//
// Created by Manos Chorianopoulos on 7/2/24.
//
import
UIKit
@objc
public
class
MapViewController
:
UIViewController
{
public
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/
}
Please
register
or
login
to post a comment