Commit 53b026ff by Anand.suthar

add certificates

parent 3bff6dba
......@@ -31,6 +31,12 @@
B024389020B53E23007D12AE /* Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = B024385220B52F4D007D12AE /* Audio.swift */; };
B024389820B5493D007D12AE /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B024389720B5493D007D12AE /* BaseViewController.swift */; };
B024389C20B549BE007D12AE /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B024389B20B549BE007D12AE /* Utils.swift */; };
B029E16A213FB12300354D9D /* fengshui_seller_dev.mobileprovision in Resources */ = {isa = PBXBuildFile; fileRef = B029E164213FB12200354D9D /* fengshui_seller_dev.mobileprovision */; };
B029E16B213FB12300354D9D /* dev.cer in Resources */ = {isa = PBXBuildFile; fileRef = B029E165213FB12200354D9D /* dev.cer */; };
B029E16C213FB12300354D9D /* dev.p12 in Resources */ = {isa = PBXBuildFile; fileRef = B029E166213FB12200354D9D /* dev.p12 */; };
B029E16D213FB12300354D9D /* Fengshui_Seller_Production.mobileprovision in Resources */ = {isa = PBXBuildFile; fileRef = B029E167213FB12200354D9D /* Fengshui_Seller_Production.mobileprovision */; };
B029E16E213FB12300354D9D /* production.cer in Resources */ = {isa = PBXBuildFile; fileRef = B029E168213FB12300354D9D /* production.cer */; };
B029E16F213FB12300354D9D /* production.p12 in Resources */ = {isa = PBXBuildFile; fileRef = B029E169213FB12300354D9D /* production.p12 */; };
B032225E20F1D6B9005116F4 /* TermsAndRules.swift in Sources */ = {isa = PBXBuildFile; fileRef = B032225D20F1D6B9005116F4 /* TermsAndRules.swift */; };
B038371E20F37F5200B68870 /* Appointment.swift in Sources */ = {isa = PBXBuildFile; fileRef = B038371D20F37F5200B68870 /* Appointment.swift */; };
B038372020F37F6300B68870 /* AppointmentExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = B038371F20F37F6300B68870 /* AppointmentExt.swift */; };
......@@ -569,6 +575,12 @@
B024388920B53D5C007D12AE /* CompleteEnquiryViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompleteEnquiryViewController.swift; sourceTree = "<group>"; };
B024389720B5493D007D12AE /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
B024389B20B549BE007D12AE /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
B029E164213FB12200354D9D /* fengshui_seller_dev.mobileprovision */ = {isa = PBXFileReference; lastKnownFileType = file; path = fengshui_seller_dev.mobileprovision; sourceTree = "<group>"; };
B029E165213FB12200354D9D /* dev.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = dev.cer; sourceTree = "<group>"; };
B029E166213FB12200354D9D /* dev.p12 */ = {isa = PBXFileReference; lastKnownFileType = file; path = dev.p12; sourceTree = "<group>"; };
B029E167213FB12200354D9D /* Fengshui_Seller_Production.mobileprovision */ = {isa = PBXFileReference; lastKnownFileType = file; path = Fengshui_Seller_Production.mobileprovision; sourceTree = "<group>"; };
B029E168213FB12300354D9D /* production.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = production.cer; sourceTree = "<group>"; };
B029E169213FB12300354D9D /* production.p12 */ = {isa = PBXFileReference; lastKnownFileType = file; path = production.p12; sourceTree = "<group>"; };
B032225D20F1D6B9005116F4 /* TermsAndRules.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TermsAndRules.swift; sourceTree = "<group>"; };
B038371D20F37F5200B68870 /* Appointment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Appointment.swift; sourceTree = "<group>"; };
B038371F20F37F6300B68870 /* AppointmentExt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppointmentExt.swift; sourceTree = "<group>"; };
......@@ -1028,6 +1040,7 @@
B09212B620B805EA00798423 /* Constants.swift */,
B024389720B5493D007D12AE /* BaseViewController.swift */,
B06CB31B20F6287C007FD838 /* JSONLocalization.swift */,
B029E163213FB0B000354D9D /* Certificates */,
B04F588B20B8070D00A0F6B8 /* ThirdPartyLibs */,
B09212B120B8059900798423 /* HTTP */,
B09212A420B8050E00798423 /* Extensions */,
......@@ -1138,6 +1151,19 @@
path = Cells;
sourceTree = "<group>";
};
B029E163213FB0B000354D9D /* Certificates */ = {
isa = PBXGroup;
children = (
B029E165213FB12200354D9D /* dev.cer */,
B029E166213FB12200354D9D /* dev.p12 */,
B029E164213FB12200354D9D /* fengshui_seller_dev.mobileprovision */,
B029E167213FB12200354D9D /* Fengshui_Seller_Production.mobileprovision */,
B029E168213FB12300354D9D /* production.cer */,
B029E169213FB12300354D9D /* production.p12 */,
);
path = Certificates;
sourceTree = "<group>";
};
B038371420F37F2F00B68870 /* Appointment */ = {
isa = PBXGroup;
children = (
......@@ -2184,6 +2210,7 @@
EC04CE9C2052CE1100B425BB /* AdditionalFeatureTableViewCell.xib in Resources */,
EC04CE782052CDE700B425BB /* CompareProductAttributeValueCollectionView.xib in Resources */,
EC04CEAC2052CE2C00B425BB /* EmptyNewAddress.xib in Resources */,
B029E16C213FB12300354D9D /* dev.p12 in Resources */,
EC04CD3D2052CC0100B425BB /* Assets.xcassets in Resources */,
B093FF8C2119975C001DCA11 /* GoogleService-Info.plist in Resources */,
B06CB32920F628DF007FD838 /* hi.json in Resources */,
......@@ -2210,6 +2237,7 @@
EC04CEF72052CE9400B425BB /* AddressViewCell.xib in Resources */,
EC04CFE22052CF3900B425BB /* LaunchScreen.storyboard in Resources */,
EC04CE1B2052CDA300B425BB /* SellerDashBoardReportCell.xib in Resources */,
B029E16E213FB12300354D9D /* production.cer in Resources */,
EC04CF0F2052CEAD00B425BB /* CategoriesTableViewCell.xib in Resources */,
EC04D0382052D2F400B425BB /* PaymentTableViewCell.xib in Resources */,
EC04CE7C2052CDE700B425BB /* CompareProductCollectionView.xib in Resources */,
......@@ -2224,6 +2252,7 @@
EC04CF4A2052CF0B00B425BB /* ProductImageCell.xib in Resources */,
EC04CD762052CCAB00B425BB /* CreditMemoListViewCell.xib in Resources */,
EC04CF262052CEDD00B425BB /* ic_placeholder.png in Resources */,
B029E16F213FB12300354D9D /* production.p12 in Resources */,
EC04CFAD2052CF2A00B425BB /* ic_eye_closed@3x.png in Resources */,
EC04CEDE2052CE6700B425BB /* MyOrderTableViewCell.xib in Resources */,
EC04CDDE2052CD5500B425BB /* DownloadTransactionListController.xib in Resources */,
......@@ -2235,6 +2264,7 @@
EC04CEFA2052CE9400B425BB /* AddressViewCell3.xib in Resources */,
EC04CD9E2052CD2100B425BB /* CustomerInfoTableViewCell.xib in Resources */,
EC04CD5F2052CC6000B425BB /* CreateCreditMemoListItemCell.xib in Resources */,
B029E16D213FB12300354D9D /* Fengshui_Seller_Production.mobileprovision in Resources */,
EC04CD9B2052CD2100B425BB /* SellerOrderDetailsTotalCell.xib in Resources */,
EC04CDC62052CD4500B425BB /* SellerRatingViewCell.xib in Resources */,
EC04CF162052CEBD00B425BB /* ProfileTableViewCell.xib in Resources */,
......@@ -2257,6 +2287,8 @@
EC04CFC02052CF2A00B425BB /* IQKeyboardManager.bundle in Resources */,
EC04CE182052CDA300B425BB /* TopSellingProduct.xib in Resources */,
EC04CE9A2052CE1100B425BB /* CatalogProductImage.xib in Resources */,
B029E16A213FB12300354D9D /* fengshui_seller_dev.mobileprovision in Resources */,
B029E16B213FB12300354D9D /* dev.cer in Resources */,
EC04D0332052D2F400B425BB /* OrderReviewProductCell.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
......
{
"images" : [
{
"idiom" : "universal",
"filename" : "play.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
......@@ -24,7 +24,8 @@ class UserSettings {
UserDefaults.standard.set(newValue, forKey: "currency")
}
get {
return UserDefaults.standard.string(forKey: "currency")
return ""
// return UserDefaults.standard.string(forKey: "currency")
}
}
......
......@@ -1602,13 +1602,13 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Yv0-Ls-SuI">
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Yv0-Ls-SuI">
<rect key="frame" x="69" y="8" width="45" height="45"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="H2u-OT-Ea0"/>
<constraint firstAttribute="height" constant="45" id="WWu-VI-2Ku"/>
</constraints>
<state key="normal" title="play"/>
<state key="normal" image="play"/>
<connections>
<action selector="play" destination="o1g-bv-fBp" eventType="touchUpInside" id="Lr2-We-MK3"/>
</connections>
......@@ -1649,13 +1649,13 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5iO-aw-rRo">
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5iO-aw-rRo">
<rect key="frame" x="263" y="8" width="45" height="45"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="Gms-nh-Jxy"/>
<constraint firstAttribute="height" constant="45" id="bsn-Ba-jPA"/>
</constraints>
<state key="normal" title="play"/>
<state key="normal" image="play"/>
<connections>
<action selector="play" destination="Jpr-96-NaU" eventType="touchUpInside" id="Nmf-Xb-Pzo"/>
</connections>
......@@ -1698,10 +1698,6 @@
<constraint firstAttribute="width" constant="30" id="u9Q-h8-dBL"/>
</constraints>
<state key="normal" image="speech"/>
<connections>
<action selector="endRecordAudio" destination="Psj-7u-2hR" eventType="touchUpInside" id="COx-x0-XIp"/>
<action selector="startRecordAudio" destination="Psj-7u-2hR" eventType="touchDown" id="hr3-ci-S7i"/>
</connections>
</button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="aYB-vl-13h">
<rect key="frame" x="47" y="4" width="264" height="37"/>
......@@ -1731,15 +1727,28 @@
<action selector="sendMessage" destination="Psj-7u-2hR" eventType="touchUpInside" id="FSi-Dw-8dp"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cQ2-Aa-1ew">
<rect key="frame" x="-1" y="0.0" width="46" height="44"/>
<constraints>
<constraint firstAttribute="width" constant="46" id="aHg-yd-Kel"/>
</constraints>
<connections>
<action selector="endRecordAudio" destination="Psj-7u-2hR" eventType="touchUpInside" id="gDO-ib-JKV"/>
<action selector="startRecordAudio" destination="Psj-7u-2hR" eventType="touchDown" id="i0V-Ht-C1g"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<constraints>
<constraint firstItem="bzQ-Wj-cDY" firstAttribute="leading" secondItem="Sld-01-3ke" secondAttribute="leading" constant="9" id="8Jh-eB-1eQ"/>
<constraint firstItem="aVM-iS-vM0" firstAttribute="leading" secondItem="aYB-vl-13h" secondAttribute="trailing" constant="1" id="C3b-QA-UwX"/>
<constraint firstItem="MTH-Qs-B62" firstAttribute="leading" secondItem="bzQ-Wj-cDY" secondAttribute="trailing" constant="14" id="D2Y-Yi-ZHP"/>
<constraint firstAttribute="bottom" secondItem="cQ2-Aa-1ew" secondAttribute="bottom" id="DgF-3s-471"/>
<constraint firstItem="aVM-iS-vM0" firstAttribute="centerY" secondItem="Sld-01-3ke" secondAttribute="centerY" id="HPy-FV-KC7"/>
<constraint firstItem="cQ2-Aa-1ew" firstAttribute="leading" secondItem="Sld-01-3ke" secondAttribute="leading" constant="-1" id="WLg-Rm-ZDF"/>
<constraint firstAttribute="trailing" secondItem="aVM-iS-vM0" secondAttribute="trailing" constant="8" id="X4H-iG-yyc"/>
<constraint firstItem="aYB-vl-13h" firstAttribute="top" secondItem="Sld-01-3ke" secondAttribute="top" constant="4" id="ZQd-tI-S63"/>
<constraint firstItem="cQ2-Aa-1ew" firstAttribute="top" secondItem="Sld-01-3ke" secondAttribute="top" id="beF-7g-4Iz"/>
<constraint firstAttribute="bottom" secondItem="bzQ-Wj-cDY" secondAttribute="bottom" constant="6" id="hGc-vM-TzD"/>
<constraint firstAttribute="bottom" secondItem="MTH-Qs-B62" secondAttribute="bottom" constant="4" id="kqs-b5-1aZ"/>
<constraint firstAttribute="bottom" secondItem="aYB-vl-13h" secondAttribute="bottom" constant="3" id="lUg-DO-ywx"/>
......@@ -1819,6 +1828,7 @@
<image name="emptyStar" width="15" height="15"/>
<image name="home" width="25" height="25"/>
<image name="placeholder" width="140" height="144"/>
<image name="play" width="50" height="50"/>
<image name="profile_icon" width="120" height="120"/>
<image name="shadow" width="720" height="10"/>
<image name="speech" width="64" height="64"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment