This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Define variables | |
SCHEME="FWTest" | |
PROJECT_DIR=$(pwd) | |
ARCHIVE_PATH="$PROJECT_DIR/build/xcf" | |
DERIVED_DATA_PATH="$PROJECT_DIR/build/derived_data" | |
DEVICE_ARCHIVE_PATH="$ARCHIVE_PATH/ios.xcarchive" | |
SIMULATOR_ARCHIVE_PATH="$ARCHIVE_PATH/iossimulator.xcarchive" | |
XCFRAMEWORK_OUTPUT_PATH="$PROJECT_DIR/build/FWTest.xcframework" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-01-21 11:53:59.568 [Debug] [CyanApiSdkManager.swift:42] initialSDK(completion:) > isContentFilterEnabled:- false | |
2022-01-21 11:53:59.568 [Debug] [CyanApiSdkManager.swift:43] initialSDK(completion:) > isContentFilterActive:- false | |
2022-01-21 11:53:59.568 [Debug] [CyanApiSdkManager.swift:44] initialSDK(completion:) > isAuthenticated: false | |
2022-01-21 11:53:59.569 [Debug] [CyanApiSdkManager.swift:45] initialSDK(completion:) > isSdkActivated:- false | |
2022-01-21 11:53:59.569 [Debug] [CyanApiSdkManager.swift:229] setAuthToken() > candidate-setAuthentica: nil | |
headerToken {"X-CYAN-AUTHENTICATION-METHOD":"1","X-CYAN-PRODUCT-CODE":"4","X-CYAN-AUTHENTICATION-TOKEN":"9f60e2fdf4a1bf66c42bce30769535474a83ba506a7405723d5307ca3c447bb3"} | |
2022-01-21 11:53:59.606028+0600 Dev[21407:2821149] All headers: Optional(["X-CYAN-AUTHENTICATION-METHOD": "1", "X-CYAN-PRODUCT-CODE": "4", "X-CYAN-AUTHENTICATION-TOKEN": "9f60e2fdf4a1bf66c42bce30769535474a83ba506a7405723d5307ca3c447bb3"]) | |
2022-01-21 11:53:59.606191+0600 Dev[21407:2821149] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// LoveiOS | |
// | |
// Created by Imran on 9/5/20. | |
// Copyright © 2020 portonics. All rights reserved. | |
// | |
import UIKit | |
extension UIView { |