Manos Chorianopoulos

new structure

......@@ -7,10 +7,13 @@
objects = {
/* Begin PBXBuildFile section */
1E917CD62DDF64B2002221D8 /* MyRewardsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E917CD52DDF64B2002221D8 /* MyRewardsViewController.xib */; };
1E917CD72DDF64B2002221D8 /* MyRewardsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E917CD42DDF64B2002221D8 /* MyRewardsViewController.swift */; };
1E917CDB2DDF68C7002221D8 /* CouponViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E917CDA2DDF68C7002221D8 /* CouponViewController.xib */; };
1E917CDC2DDF68C7002221D8 /* CouponViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E917CD92DDF68C7002221D8 /* CouponViewController.swift */; };
1E917CE02DDF6909002221D8 /* ProfileViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E917CDF2DDF6909002221D8 /* ProfileViewController.xib */; };
1E917CE12DDF6909002221D8 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E917CDE2DDF6909002221D8 /* ProfileViewController.swift */; };
1EA554212DDE1EF40061E740 /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1EA554202DDE1EF40061E740 /* RSBarcodes_Swift */; };
1EA8E5B72DDF31C300CD3418 /* MyRewardsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA8E5B62DDF31C300CD3418 /* MyRewardsViewController.swift */; };
1EA8E5B92DDF31ED00CD3418 /* CouponViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA8E5B82DDF31ED00CD3418 /* CouponViewController.swift */; };
1EA8E5BB2DDF320A00CD3418 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BA2DDF320A00CD3418 /* ProfileViewController.swift */; };
1EA8E5C02DDF427A00CD3418 /* PingLCG-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BD2DDF427A00CD3418 /* PingLCG-Bold.otf */; };
1EA8E5C12DDF427A00CD3418 /* PingLCG-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BE2DDF427A00CD3418 /* PingLCG-Light.otf */; };
1EA8E5C22DDF427A00CD3418 /* PingLCG-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1EA8E5BF2DDF427A00CD3418 /* PingLCG-Regular.otf */; };
......@@ -139,9 +142,12 @@
/* Begin PBXFileReference section */
1E108A9728A3FA9B0008B8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1EA8E5B62DDF31C300CD3418 /* MyRewardsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyRewardsViewController.swift; sourceTree = "<group>"; };
1EA8E5B82DDF31ED00CD3418 /* CouponViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponViewController.swift; sourceTree = "<group>"; };
1EA8E5BA2DDF320A00CD3418 /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; };
1E917CD42DDF64B2002221D8 /* MyRewardsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyRewardsViewController.swift; sourceTree = "<group>"; };
1E917CD52DDF64B2002221D8 /* MyRewardsViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MyRewardsViewController.xib; sourceTree = "<group>"; };
1E917CD92DDF68C7002221D8 /* CouponViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponViewController.swift; sourceTree = "<group>"; };
1E917CDA2DDF68C7002221D8 /* CouponViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CouponViewController.xib; sourceTree = "<group>"; };
1E917CDE2DDF6909002221D8 /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; };
1E917CDF2DDF6909002221D8 /* ProfileViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProfileViewController.xib; sourceTree = "<group>"; };
1EA8E5BD2DDF427A00CD3418 /* PingLCG-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Bold.otf"; path = "fonts/PingLCG-Bold.otf"; sourceTree = "<group>"; };
1EA8E5BE2DDF427A00CD3418 /* PingLCG-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Light.otf"; path = "fonts/PingLCG-Light.otf"; sourceTree = "<group>"; };
1EA8E5BF2DDF427A00CD3418 /* PingLCG-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "PingLCG-Regular.otf"; path = "fonts/PingLCG-Regular.otf"; sourceTree = "<group>"; };
......@@ -302,13 +308,40 @@
name = Fonts;
sourceTree = "<group>";
};
1E917CD32DDF6472002221D8 /* MyRewardsViewController */ = {
isa = PBXGroup;
children = (
1E917CD42DDF64B2002221D8 /* MyRewardsViewController.swift */,
1E917CD52DDF64B2002221D8 /* MyRewardsViewController.xib */,
);
path = MyRewardsViewController;
sourceTree = "<group>";
};
1E917CD82DDF687E002221D8 /* CouponViewController */ = {
isa = PBXGroup;
children = (
1E917CD92DDF68C7002221D8 /* CouponViewController.swift */,
1E917CDA2DDF68C7002221D8 /* CouponViewController.xib */,
);
path = CouponViewController;
sourceTree = "<group>";
};
1E917CDD2DDF68D8002221D8 /* ProfileViewController */ = {
isa = PBXGroup;
children = (
1E917CDE2DDF6909002221D8 /* ProfileViewController.swift */,
1E917CDF2DDF6909002221D8 /* ProfileViewController.xib */,
);
path = ProfileViewController;
sourceTree = "<group>";
};
1EA8E5B42DDF315600CD3418 /* screens */ = {
isa = PBXGroup;
children = (
E6A77A31282BA9C60045BBA8 /* CampaignViewController.swift */,
1EA8E5B62DDF31C300CD3418 /* MyRewardsViewController.swift */,
1EA8E5B82DDF31ED00CD3418 /* CouponViewController.swift */,
1EA8E5BA2DDF320A00CD3418 /* ProfileViewController.swift */,
1E917CD32DDF6472002221D8 /* MyRewardsViewController */,
1E917CD82DDF687E002221D8 /* CouponViewController */,
1E917CDD2DDF68D8002221D8 /* ProfileViewController */,
);
path = screens;
sourceTree = "<group>";
......@@ -730,6 +763,7 @@
files = (
E6A778E5282933E60045BBA8 /* Main.storyboard in Resources */,
E6A778EA282933E60045BBA8 /* WLNativeVideoTableViewCell.xib in Resources */,
1E917CD62DDF64B2002221D8 /* MyRewardsViewController.xib in Resources */,
E6A7790A282933E60045BBA8 /* warp_white_close_button.png in Resources */,
E6A778F4282933E60045BBA8 /* WLNativeAdCollectionViewCell.xib in Resources */,
E6A778F3282933E60045BBA8 /* WLNativeAdTableViewCell.xib in Resources */,
......@@ -739,8 +773,10 @@
1EA8E5C12DDF427A00CD3418 /* PingLCG-Light.otf in Resources */,
1EA8E5C22DDF427A00CD3418 /* PingLCG-Regular.otf in Resources */,
E6A77908282933E60045BBA8 /* warp_white_close_button@2x.png in Resources */,
1E917CDB2DDF68C7002221D8 /* CouponViewController.xib in Resources */,
E6A77909282933E60045BBA8 /* warp_white_forward_button@2x.png in Resources */,
E6A77906282933E60045BBA8 /* warp_white_forward_button.png in Resources */,
1E917CE02DDF6909002221D8 /* ProfileViewController.xib in Resources */,
E6A77907282933E60045BBA8 /* warp_white_back_button.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
......@@ -786,7 +822,7 @@
E6A778E6282933E60045BBA8 /* MyEmptyClass.swift in Sources */,
E6A77912282933E60045BBA8 /* WLAnalyticsManager.m in Sources */,
E6A77930282933E70045BBA8 /* UIImageView+AFNetworking.m in Sources */,
1EA8E5BB2DDF320A00CD3418 /* ProfileViewController.swift in Sources */,
1E917CE12DDF6909002221D8 /* ProfileViewController.swift in Sources */,
E6A77900282933E60045BBA8 /* WLInboxItemViewController.m in Sources */,
E6A7793E282933E70045BBA8 /* AFHTTPSessionManager.m in Sources */,
E6A77933282933E70045BBA8 /* UIButton+AFNetworking.m in Sources */,
......@@ -816,9 +852,10 @@
E6A778EE282933E60045BBA8 /* WLNativeAdsTableMode.m in Sources */,
E6A778DF282933E60045BBA8 /* WarplyReactMethods.m in Sources */,
E6A77941282933E70045BBA8 /* AFURLRequestSerialization.m in Sources */,
1E917CD72DDF64B2002221D8 /* MyRewardsViewController.swift in Sources */,
E6A77915282933E60045BBA8 /* WLUtils.m in Sources */,
1E917CDC2DDF68C7002221D8 /* CouponViewController.swift in Sources */,
E6A77947282933E70045BBA8 /* FMDatabaseQueue.m in Sources */,
1EA8E5B92DDF31ED00CD3418 /* CouponViewController.swift in Sources */,
E6A77922282933E60045BBA8 /* NSData+SSToolkitAdditions.m in Sources */,
E6A7794A282933E70045BBA8 /* FMDatabaseAdditions.m in Sources */,
E6A77903282933E60045BBA8 /* WLAPSItem.m in Sources */,
......@@ -827,7 +864,6 @@
E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */,
E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */,
E6A7791A282933E60045BBA8 /* WLAPPActionHandler.m in Sources */,
1EA8E5B72DDF31C300CD3418 /* MyRewardsViewController.swift in Sources */,
E6A77924282933E70045BBA8 /* NSString+SSToolkitAdditions.m in Sources */,
E6A7792A282933E70045BBA8 /* AFNetworkActivityIndicatorManager.m in Sources */,
E6A77914282933E60045BBA8 /* WLUserManager.m in Sources */,
......
......@@ -4,7 +4,6 @@
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
......@@ -59,55 +58,5 @@
</objects>
<point key="canvasLocation" x="1612" y="836"/>
</scene>
<!--My Rewards View Controller-->
<scene sceneID="5Z9-7e-Je2">
<objects>
<viewController storyboardIdentifier="MyRewardsViewController" hidesBottomBarWhenPushed="YES" id="jxe-K1-tsM" customClass="MyRewardsViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="7On-xX-YH2">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="FWy-UE-2yz"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="LyN-Rp-e1b" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1612" y="1524"/>
</scene>
<!--Coupon View Controller-->
<scene sceneID="bP1-cV-tDs">
<objects>
<viewController storyboardIdentifier="CouponViewController" hidesBottomBarWhenPushed="YES" id="Xnq-6m-m5u" customClass="CouponViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="y8p-ue-j03">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="Yhf-yE-F6H"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="J6B-II-nQj" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2404" y="1523"/>
</scene>
<!--Profile View Controller-->
<scene sceneID="AbC-Ib-qRG">
<objects>
<viewController storyboardIdentifier="ProfileViewController" hidesBottomBarWhenPushed="YES" id="rbu-6X-c3M" customClass="ProfileViewController" customModule="SwiftWarplyFramework" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="yoY-dq-4TL">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="Kzt-Ka-PII"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Q75-tr-lP9" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3190" y="1523"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
......
......@@ -7,14 +7,14 @@
import UIKit
class CouponViewController: UIViewController {
@objc public class CouponViewController: UIViewController {
override func viewDidLoad() {
public override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CouponViewController" customModuleProvider="target">
<connections>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
</view>
</objects>
</document>
......@@ -7,14 +7,14 @@
import UIKit
class MyRewardsViewController: UIViewController {
@objc public class MyRewardsViewController: UIViewController {
override func viewDidLoad() {
public override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MyRewardsViewController" customModuleProvider="target">
<connections>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
</view>
</objects>
</document>
......@@ -7,14 +7,14 @@
import UIKit
class ProfileViewController: UIViewController {
@objc public class ProfileViewController: UIViewController {
override func viewDidLoad() {
public override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ProfileViewController" customModuleProvider="target">
<connections>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
</view>
</objects>
</document>