Showing
9 changed files
with
57 additions
and
3 deletions
... | @@ -7,6 +7,11 @@ | ... | @@ -7,6 +7,11 @@ |
7 | objects = { | 7 | objects = { |
8 | 8 | ||
9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
10 | + 1E108A9228A3F9280008B8E7 /* pf_square_sans_pro_regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */; }; | ||
11 | + 1E108A9328A3F9280008B8E7 /* pf_square_sans_pro_medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8E28A3F9280008B8E7 /* pf_square_sans_pro_medium.ttf */; }; | ||
12 | + 1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */; }; | ||
13 | + 1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */; }; | ||
14 | + 1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */; }; | ||
10 | 1E2966EA2837A21D00F83FAC /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1E2966E92837A21D00F83FAC /* RSBarcodes_Swift */; }; | 15 | 1E2966EA2837A21D00F83FAC /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1E2966E92837A21D00F83FAC /* RSBarcodes_Swift */; }; |
11 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; | 16 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; |
12 | 1EA1AF0A2835346A008998AA /* CouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */; }; | 17 | 1EA1AF0A2835346A008998AA /* CouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */; }; |
... | @@ -158,6 +163,12 @@ | ... | @@ -158,6 +163,12 @@ |
158 | /* End PBXBuildFile section */ | 163 | /* End PBXBuildFile section */ |
159 | 164 | ||
160 | /* Begin PBXFileReference section */ | 165 | /* Begin PBXFileReference section */ |
166 | + 1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_regular.ttf; sourceTree = "<group>"; }; | ||
167 | + 1E108A8E28A3F9280008B8E7 /* pf_square_sans_pro_medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_medium.ttf; sourceTree = "<group>"; }; | ||
168 | + 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_extra_black.ttf; sourceTree = "<group>"; }; | ||
169 | + 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold_italic.ttf; sourceTree = "<group>"; }; | ||
170 | + 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold.ttf; sourceTree = "<group>"; }; | ||
171 | + 1E108A9728A3FA9B0008B8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; | ||
161 | 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; | 172 | 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; |
162 | 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponsTableViewCell.swift; sourceTree = "<group>"; }; | 173 | 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponsTableViewCell.swift; sourceTree = "<group>"; }; |
163 | 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxTableViewCell.swift; sourceTree = "<group>"; }; | 174 | 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxTableViewCell.swift; sourceTree = "<group>"; }; |
... | @@ -323,6 +334,26 @@ | ... | @@ -323,6 +334,26 @@ |
323 | /* End PBXFrameworksBuildPhase section */ | 334 | /* End PBXFrameworksBuildPhase section */ |
324 | 335 | ||
325 | /* Begin PBXGroup section */ | 336 | /* Begin PBXGroup section */ |
337 | + 1E108A8B28A3F8FF0008B8E7 /* Resources */ = { | ||
338 | + isa = PBXGroup; | ||
339 | + children = ( | ||
340 | + 1E108A8C28A3F9090008B8E7 /* Fonts */, | ||
341 | + ); | ||
342 | + name = Resources; | ||
343 | + sourceTree = "<group>"; | ||
344 | + }; | ||
345 | + 1E108A8C28A3F9090008B8E7 /* Fonts */ = { | ||
346 | + isa = PBXGroup; | ||
347 | + children = ( | ||
348 | + 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */, | ||
349 | + 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */, | ||
350 | + 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */, | ||
351 | + 1E108A8E28A3F9280008B8E7 /* pf_square_sans_pro_medium.ttf */, | ||
352 | + 1E108A8D28A3F9270008B8E7 /* pf_square_sans_pro_regular.ttf */, | ||
353 | + ); | ||
354 | + name = Fonts; | ||
355 | + sourceTree = "<group>"; | ||
356 | + }; | ||
326 | 98AD36FA62350CEABCD961A7 /* Frameworks */ = { | 357 | 98AD36FA62350CEABCD961A7 /* Frameworks */ = { |
327 | isa = PBXGroup; | 358 | isa = PBXGroup; |
328 | children = ( | 359 | children = ( |
... | @@ -399,6 +430,8 @@ | ... | @@ -399,6 +430,8 @@ |
399 | E6A77850282933340045BBA8 /* SwiftWarplyFramework */ = { | 430 | E6A77850282933340045BBA8 /* SwiftWarplyFramework */ = { |
400 | isa = PBXGroup; | 431 | isa = PBXGroup; |
401 | children = ( | 432 | children = ( |
433 | + 1E108A9728A3FA9B0008B8E7 /* Info.plist */, | ||
434 | + 1E108A8B28A3F8FF0008B8E7 /* Resources */, | ||
402 | A02F34042882B6E60086465F /* TelcoViewController.swift */, | 435 | A02F34042882B6E60086465F /* TelcoViewController.swift */, |
403 | A07936712885E65C00064122 /* models */, | 436 | A07936712885E65C00064122 /* models */, |
404 | A079366A2885CDDC00064122 /* analysis */, | 437 | A079366A2885CDDC00064122 /* analysis */, |
... | @@ -780,7 +813,10 @@ | ... | @@ -780,7 +813,10 @@ |
780 | buildActionMask = 2147483647; | 813 | buildActionMask = 2147483647; |
781 | files = ( | 814 | files = ( |
782 | E6A778E5282933E60045BBA8 /* Main.storyboard in Resources */, | 815 | E6A778E5282933E60045BBA8 /* Main.storyboard in Resources */, |
816 | + 1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */, | ||
817 | + 1E108A9228A3F9280008B8E7 /* pf_square_sans_pro_regular.ttf in Resources */, | ||
783 | E6A778EA282933E60045BBA8 /* WLNativeVideoTableViewCell.xib in Resources */, | 818 | E6A778EA282933E60045BBA8 /* WLNativeVideoTableViewCell.xib in Resources */, |
819 | + 1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */, | ||
784 | E6A7790A282933E60045BBA8 /* warp_white_close_button.png in Resources */, | 820 | E6A7790A282933E60045BBA8 /* warp_white_close_button.png in Resources */, |
785 | E6A778F4282933E60045BBA8 /* WLNativeAdCollectionViewCell.xib in Resources */, | 821 | E6A778F4282933E60045BBA8 /* WLNativeAdCollectionViewCell.xib in Resources */, |
786 | E6A778F3282933E60045BBA8 /* WLNativeAdTableViewCell.xib in Resources */, | 822 | E6A778F3282933E60045BBA8 /* WLNativeAdTableViewCell.xib in Resources */, |
... | @@ -789,7 +825,9 @@ | ... | @@ -789,7 +825,9 @@ |
789 | E6A77908282933E60045BBA8 /* warp_white_close_button@2x.png in Resources */, | 825 | E6A77908282933E60045BBA8 /* warp_white_close_button@2x.png in Resources */, |
790 | E6A77909282933E60045BBA8 /* warp_white_forward_button@2x.png in Resources */, | 826 | E6A77909282933E60045BBA8 /* warp_white_forward_button@2x.png in Resources */, |
791 | E6A77906282933E60045BBA8 /* warp_white_forward_button.png in Resources */, | 827 | E6A77906282933E60045BBA8 /* warp_white_forward_button.png in Resources */, |
828 | + 1E108A9328A3F9280008B8E7 /* pf_square_sans_pro_medium.ttf in Resources */, | ||
792 | E6A77907282933E60045BBA8 /* warp_white_back_button.png in Resources */, | 829 | E6A77907282933E60045BBA8 /* warp_white_back_button.png in Resources */, |
830 | + 1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */, | ||
793 | ); | 831 | ); |
794 | runOnlyForDeploymentPostprocessing = 0; | 832 | runOnlyForDeploymentPostprocessing = 0; |
795 | }; | 833 | }; |
... | @@ -1044,6 +1082,7 @@ | ... | @@ -1044,6 +1082,7 @@ |
1044 | DYLIB_CURRENT_VERSION = 1; | 1082 | DYLIB_CURRENT_VERSION = 1; |
1045 | DYLIB_INSTALL_NAME_BASE = "@rpath"; | 1083 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1046 | GENERATE_INFOPLIST_FILE = YES; | 1084 | GENERATE_INFOPLIST_FILE = YES; |
1085 | + INFOPLIST_FILE = SwiftWarplyFramework/Info.plist; | ||
1047 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; | 1086 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
1048 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; | 1087 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; |
1049 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 1088 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
... | @@ -1081,6 +1120,7 @@ | ... | @@ -1081,6 +1120,7 @@ |
1081 | DYLIB_CURRENT_VERSION = 1; | 1120 | DYLIB_CURRENT_VERSION = 1; |
1082 | DYLIB_INSTALL_NAME_BASE = "@rpath"; | 1121 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1083 | GENERATE_INFOPLIST_FILE = YES; | 1122 | GENERATE_INFOPLIST_FILE = YES; |
1123 | + INFOPLIST_FILE = SwiftWarplyFramework/Info.plist; | ||
1084 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; | 1124 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
1085 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; | 1125 | INFOPLIST_KEY_NSMotionUsageDescription = "We are using motion usage in order to track your step count."; |
1086 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 1126 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ... | ... |
No preview for this file type
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
3 | +<plist version="1.0"> | ||
4 | +<dict> | ||
5 | + <key>UIAppFonts</key> | ||
6 | + <array> | ||
7 | + <string>pf_square_sans_pro_bold_italic.ttf</string> | ||
8 | + <string>pf_square_sans_pro_bold.ttf</string> | ||
9 | + <string>pf_square_sans_pro_medium.ttf</string> | ||
10 | + <string>pf_square_sans_pro_regular.ttf</string> | ||
11 | + <string>pf_square_sans_pro_extra_black.ttf</string> | ||
12 | + </array> | ||
13 | +</dict> | ||
14 | +</plist> |
... | @@ -874,19 +874,19 @@ | ... | @@ -874,19 +874,19 @@ |
874 | <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="MCY-xv-vpg"> | 874 | <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="MCY-xv-vpg"> |
875 | <rect key="frame" x="20" y="20" width="254" height="60.5"/> | 875 | <rect key="frame" x="20" y="20" width="254" height="60.5"/> |
876 | <subviews> | 876 | <subviews> |
877 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Ενεργός κωδικός:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ucC-u4-AQL"> | 877 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Ενεργός κωδικός:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ucC-u4-AQL"> |
878 | <rect key="frame" x="0.0" y="0.0" width="254" height="21.5"/> | 878 | <rect key="frame" x="0.0" y="0.0" width="254" height="21.5"/> |
879 | <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="18"/> | 879 | <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="18"/> |
880 | <color key="textColor" red="0.23529411759999999" green="0.32549019610000002" blue="0.39607843139999999" alpha="1" colorSpace="calibratedRGB"/> | 880 | <color key="textColor" red="0.23529411759999999" green="0.32549019610000002" blue="0.39607843139999999" alpha="1" colorSpace="calibratedRGB"/> |
881 | <nil key="highlightedColor"/> | 881 | <nil key="highlightedColor"/> |
882 | </label> | 882 | </label> |
883 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="961544809" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qBe-Jw-QUx"> | 883 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="961544809" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qBe-Jw-QUx"> |
884 | <rect key="frame" x="0.0" y="23.5" width="254" height="21.5"/> | 884 | <rect key="frame" x="0.0" y="23.5" width="254" height="21.5"/> |
885 | <fontDescription key="fontDescription" type="system" weight="heavy" pointSize="18"/> | 885 | <fontDescription key="fontDescription" type="system" weight="heavy" pointSize="18"/> |
886 | <color key="textColor" red="0.23529411759999999" green="0.32549019610000002" blue="0.39607843139999999" alpha="1" colorSpace="calibratedRGB"/> | 886 | <color key="textColor" red="0.23529411759999999" green="0.32549019610000002" blue="0.39607843139999999" alpha="1" colorSpace="calibratedRGB"/> |
887 | <nil key="highlightedColor"/> | 887 | <nil key="highlightedColor"/> |
888 | </label> | 888 | </label> |
889 | - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="Λήγει σε 4 ημέρες" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qL0-3b-eqA"> | 889 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Λήγει σε 4 ημέρες" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qL0-3b-eqA"> |
890 | <rect key="frame" x="0.0" y="47" width="254" height="13.5"/> | 890 | <rect key="frame" x="0.0" y="47" width="254" height="13.5"/> |
891 | <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/> | 891 | <fontDescription key="fontDescription" type="system" weight="medium" pointSize="11"/> |
892 | <color key="textColor" red="0.2274509804" green="0.32156862749999998" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> | 892 | <color key="textColor" red="0.2274509804" green="0.32156862749999998" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment