Showing
5 changed files
with
115 additions
and
9 deletions
... | @@ -15,7 +15,7 @@ Pod::Spec.new do |spec| | ... | @@ -15,7 +15,7 @@ Pod::Spec.new do |spec| |
15 | 15 | ||
16 | spec.author = { "billy" => "skourasbl@gmail.com" } | 16 | spec.author = { "billy" => "skourasbl@gmail.com" } |
17 | 17 | ||
18 | - spec.platform = :ios, "11.0" | 18 | + spec.platform = :ios, "13.0" |
19 | 19 | ||
20 | spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.2.50" } | 20 | spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.2.50" } |
21 | # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" | 21 | # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" | ... | ... |
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
7 | objects = { | 7 | objects = { |
8 | 8 | ||
9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
10 | + 1E011FF42B73CDBF00A0DE7B /* MapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E011FF32B73CDBF00A0DE7B /* MapViewController.swift */; }; | ||
10 | 1E029A4129E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E029A4029E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift */; }; | 11 | 1E029A4129E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E029A4029E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift */; }; |
11 | 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E029A4229E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift */; }; | 12 | 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E029A4229E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift */; }; |
12 | 1E108A9228A3F9280008B8E7 /* pf_square_sans_pro_regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */; }; | 13 | 1E108A9228A3F9280008B8E7 /* pf_square_sans_pro_regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */; }; |
... | @@ -197,6 +198,7 @@ | ... | @@ -197,6 +198,7 @@ |
197 | /* End PBXBuildFile section */ | 198 | /* End PBXBuildFile section */ |
198 | 199 | ||
199 | /* Begin PBXFileReference section */ | 200 | /* Begin PBXFileReference section */ |
201 | + 1E011FF32B73CDBF00A0DE7B /* MapViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapViewController.swift; sourceTree = "<group>"; }; | ||
200 | 1E029A4029E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponBCHeaderTableViewCell.swift; sourceTree = "<group>"; }; | 202 | 1E029A4029E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponBCHeaderTableViewCell.swift; sourceTree = "<group>"; }; |
201 | 1E029A4229E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponBCFooterTableViewCell.swift; sourceTree = "<group>"; }; | 203 | 1E029A4229E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponBCFooterTableViewCell.swift; sourceTree = "<group>"; }; |
202 | 1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_regular.ttf; sourceTree = "<group>"; }; | 204 | 1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_regular.ttf; sourceTree = "<group>"; }; |
... | @@ -402,6 +404,25 @@ | ... | @@ -402,6 +404,25 @@ |
402 | /* End PBXFrameworksBuildPhase section */ | 404 | /* End PBXFrameworksBuildPhase section */ |
403 | 405 | ||
404 | /* Begin PBXGroup section */ | 406 | /* Begin PBXGroup section */ |
407 | + 1E011FF52B73CDC500A0DE7B /* screens */ = { | ||
408 | + isa = PBXGroup; | ||
409 | + children = ( | ||
410 | + 1EEA9FD12B737D900019C854 /* LoyaltyViewController.swift */, | ||
411 | + 1EE509FE2B72843E0089134D /* OffersViewController.swift */, | ||
412 | + 1E011FF32B73CDBF00A0DE7B /* MapViewController.swift */, | ||
413 | + ); | ||
414 | + name = screens; | ||
415 | + sourceTree = "<group>"; | ||
416 | + }; | ||
417 | + 1E011FF62B73CDDE00A0DE7B /* cells */ = { | ||
418 | + isa = PBXGroup; | ||
419 | + children = ( | ||
420 | + 1EEA9FCF2B7371670019C854 /* OffersTableViewCell.swift */, | ||
421 | + 1EEA9FD32B7384260019C854 /* FiltersTableViewCell.swift */, | ||
422 | + ); | ||
423 | + name = cells; | ||
424 | + sourceTree = "<group>"; | ||
425 | + }; | ||
405 | 1E108A8B28A3F8FF0008B8E7 /* Resources */ = { | 426 | 1E108A8B28A3F8FF0008B8E7 /* Resources */ = { |
406 | isa = PBXGroup; | 427 | isa = PBXGroup; |
407 | children = ( | 428 | children = ( |
... | @@ -509,12 +530,10 @@ | ... | @@ -509,12 +530,10 @@ |
509 | children = ( | 530 | children = ( |
510 | E6A77A37282BC3530045BBA8 /* Media.xcassets */, | 531 | E6A77A37282BC3530045BBA8 /* Media.xcassets */, |
511 | E6A77861282933E50045BBA8 /* Main.storyboard */, | 532 | E6A77861282933E50045BBA8 /* Main.storyboard */, |
533 | + 1E011FF52B73CDC500A0DE7B /* screens */, | ||
534 | + 1E011FF62B73CDDE00A0DE7B /* cells */, | ||
512 | 1ECA079328D9E53F00D2BDE0 /* MapsViewController.xib */, | 535 | 1ECA079328D9E53F00D2BDE0 /* MapsViewController.xib */, |
513 | 1ECA079228D9E53F00D2BDE0 /* MapsViewController.swift */, | 536 | 1ECA079228D9E53F00D2BDE0 /* MapsViewController.swift */, |
514 | - 1EEA9FD12B737D900019C854 /* LoyaltyViewController.swift */, | ||
515 | - 1EE509FE2B72843E0089134D /* OffersViewController.swift */, | ||
516 | - 1EEA9FCF2B7371670019C854 /* OffersTableViewCell.swift */, | ||
517 | - 1EEA9FD32B7384260019C854 /* FiltersTableViewCell.swift */, | ||
518 | E6A778DE282933E60045BBA8 /* GiftsViewController.swift */, | 537 | E6A778DE282933E60045BBA8 /* GiftsViewController.swift */, |
519 | 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */, | 538 | 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */, |
520 | 1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */, | 539 | 1EDCB47929DEEC2E00DF218B /* UnifiedCouponBarcodeViewController.swift */, |
... | @@ -1002,6 +1021,7 @@ | ... | @@ -1002,6 +1021,7 @@ |
1002 | E6A778EC282933E60045BBA8 /* WLNativeVideoTableViewCell.m in Sources */, | 1021 | E6A778EC282933E60045BBA8 /* WLNativeVideoTableViewCell.m in Sources */, |
1003 | E6A77954282933E70045BBA8 /* MyApi.m in Sources */, | 1022 | E6A77954282933E70045BBA8 /* MyApi.m in Sources */, |
1004 | A09DBCAE2888BA8100DD50B0 /* SharingHistoryViewController.swift in Sources */, | 1023 | A09DBCAE2888BA8100DD50B0 /* SharingHistoryViewController.swift in Sources */, |
1024 | + 1E011FF42B73CDBF00A0DE7B /* MapViewController.swift in Sources */, | ||
1005 | E6A778F2282933E60045BBA8 /* WLNativeAdCollectionViewCell.m in Sources */, | 1025 | E6A778F2282933E60045BBA8 /* WLNativeAdCollectionViewCell.m in Sources */, |
1006 | E6A77904282933E60045BBA8 /* WLEvent.m in Sources */, | 1026 | E6A77904282933E60045BBA8 /* WLEvent.m in Sources */, |
1007 | E6A77927282933E70045BBA8 /* UIRefreshControl+AFNetworking.m in Sources */, | 1027 | E6A77927282933E70045BBA8 /* UIRefreshControl+AFNetworking.m in Sources */, |
... | @@ -1222,7 +1242,7 @@ | ... | @@ -1222,7 +1242,7 @@ |
1222 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; | 1242 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
1223 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; | 1243 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; |
1224 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 1244 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1225 | - IPHONEOS_DEPLOYMENT_TARGET = 11.0; | 1245 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
1226 | LD_RUNPATH_SEARCH_PATHS = ( | 1246 | LD_RUNPATH_SEARCH_PATHS = ( |
1227 | "$(inherited)", | 1247 | "$(inherited)", |
1228 | "@executable_path/Frameworks", | 1248 | "@executable_path/Frameworks", |
... | @@ -1260,7 +1280,7 @@ | ... | @@ -1260,7 +1280,7 @@ |
1260 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; | 1280 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
1261 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; | 1281 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; |
1262 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 1282 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1263 | - IPHONEOS_DEPLOYMENT_TARGET = 11.0; | 1283 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
1264 | LD_RUNPATH_SEARCH_PATHS = ( | 1284 | LD_RUNPATH_SEARCH_PATHS = ( |
1265 | "$(inherited)", | 1285 | "$(inherited)", |
1266 | "@executable_path/Frameworks", | 1286 | "@executable_path/Frameworks", | ... | ... |
No preview for this file type
... | @@ -3988,13 +3988,22 @@ | ... | @@ -3988,13 +3988,22 @@ |
3988 | </objects> | 3988 | </objects> |
3989 | <point key="canvasLocation" x="1612" y="129"/> | 3989 | <point key="canvasLocation" x="1612" y="129"/> |
3990 | </scene> | 3990 | </scene> |
3991 | - <!--Offers View Controller--> | 3991 | + <!--Loyalty View Controller--> |
3992 | <scene sceneID="wdU-7S-AU1"> | 3992 | <scene sceneID="wdU-7S-AU1"> |
3993 | <objects> | 3993 | <objects> |
3994 | - <viewController storyboardIdentifier="OffersViewController" id="zKA-A2-Dl8" customClass="OffersViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | 3994 | + <viewController storyboardIdentifier="LoyaltyViewController" id="zKA-A2-Dl8" customClass="LoyaltyViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> |
3995 | <view key="view" contentMode="scaleToFill" id="YeC-iK-Hrq"> | 3995 | <view key="view" contentMode="scaleToFill" id="YeC-iK-Hrq"> |
3996 | <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | 3996 | <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
3997 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | 3997 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
3998 | + <subviews> | ||
3999 | + <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"> | ||
4000 | + <rect key="frame" x="124" y="438" width="166" height="21"/> | ||
4001 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
4002 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> | ||
4003 | + <nil key="textColor"/> | ||
4004 | + <nil key="highlightedColor"/> | ||
4005 | + </label> | ||
4006 | + </subviews> | ||
3998 | <viewLayoutGuide key="safeArea" id="LGo-tV-2gt"/> | 4007 | <viewLayoutGuide key="safeArea" id="LGo-tV-2gt"/> |
3999 | <color key="backgroundColor" red="0.90588235294117647" green="0.91764705882352937" blue="0.92156862745098034" alpha="1" colorSpace="calibratedRGB"/> | 4008 | <color key="backgroundColor" red="0.90588235294117647" green="0.91764705882352937" blue="0.92156862745098034" alpha="1" colorSpace="calibratedRGB"/> |
4000 | </view> | 4009 | </view> |
... | @@ -4003,6 +4012,54 @@ | ... | @@ -4003,6 +4012,54 @@ |
4003 | </objects> | 4012 | </objects> |
4004 | <point key="canvasLocation" x="-1259" y="-2161"/> | 4013 | <point key="canvasLocation" x="-1259" y="-2161"/> |
4005 | </scene> | 4014 | </scene> |
4015 | + <!--Offers View Controller--> | ||
4016 | + <scene sceneID="j98-Jy-mEu"> | ||
4017 | + <objects> | ||
4018 | + <viewController storyboardIdentifier="OffersViewController" id="EDh-Zo-yDu" customClass="OffersViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | ||
4019 | + <view key="view" contentMode="scaleToFill" id="AgP-hz-ava"> | ||
4020 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
4021 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
4022 | + <subviews> | ||
4023 | + <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"> | ||
4024 | + <rect key="frame" x="124" y="437" width="159" height="21"/> | ||
4025 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
4026 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> | ||
4027 | + <nil key="textColor"/> | ||
4028 | + <nil key="highlightedColor"/> | ||
4029 | + </label> | ||
4030 | + </subviews> | ||
4031 | + <viewLayoutGuide key="safeArea" id="CXd-ry-9QY"/> | ||
4032 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
4033 | + </view> | ||
4034 | + </viewController> | ||
4035 | + <placeholder placeholderIdentifier="IBFirstResponder" id="877-ji-SVH" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
4036 | + </objects> | ||
4037 | + <point key="canvasLocation" x="-372" y="-2162"/> | ||
4038 | + </scene> | ||
4039 | + <!--Map View Controller--> | ||
4040 | + <scene sceneID="ruy-e5-gGU"> | ||
4041 | + <objects> | ||
4042 | + <viewController storyboardIdentifier="MapViewController" id="Ndh-mM-XPb" customClass="MapViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController"> | ||
4043 | + <view key="view" contentMode="scaleToFill" id="YX1-Nw-62m"> | ||
4044 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | ||
4045 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
4046 | + <subviews> | ||
4047 | + <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"> | ||
4048 | + <rect key="frame" x="127" y="437" width="145" height="21"/> | ||
4049 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
4050 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> | ||
4051 | + <nil key="textColor"/> | ||
4052 | + <nil key="highlightedColor"/> | ||
4053 | + </label> | ||
4054 | + </subviews> | ||
4055 | + <viewLayoutGuide key="safeArea" id="bFi-bg-SVE"/> | ||
4056 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
4057 | + </view> | ||
4058 | + </viewController> | ||
4059 | + <placeholder placeholderIdentifier="IBFirstResponder" id="7av-3d-VKz" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
4060 | + </objects> | ||
4061 | + <point key="canvasLocation" x="522" y="-2162"/> | ||
4062 | + </scene> | ||
4006 | <!--Unified Coupons View Controller--> | 4063 | <!--Unified Coupons View Controller--> |
4007 | <scene sceneID="Z2h-VR-UST"> | 4064 | <scene sceneID="Z2h-VR-UST"> |
4008 | <objects> | 4065 | <objects> | ... | ... |
1 | +// | ||
2 | +// MapViewController.swift | ||
3 | +// SwiftWarplyFramework | ||
4 | +// | ||
5 | +// Created by Manos Chorianopoulos on 7/2/24. | ||
6 | +// | ||
7 | + | ||
8 | +import UIKit | ||
9 | + | ||
10 | +@objc public class MapViewController: UIViewController { | ||
11 | + | ||
12 | + public override func viewDidLoad() { | ||
13 | + super.viewDidLoad() | ||
14 | + | ||
15 | + // Do any additional setup after loading the view. | ||
16 | + } | ||
17 | + | ||
18 | + | ||
19 | + /* | ||
20 | + // MARK: - Navigation | ||
21 | + | ||
22 | + // In a storyboard-based application, you will often want to do a little preparation before navigation | ||
23 | + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { | ||
24 | + // Get the new view controller using segue.destination. | ||
25 | + // Pass the selected object to the new view controller. | ||
26 | + } | ||
27 | + */ | ||
28 | + | ||
29 | +} |
-
Please register or login to post a comment