Skip to content

Commit

Permalink
[Add] Added ATS to Example to allow requests to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Stas Kirichok authored and Stas Kirichok committed Aug 29, 2018
1 parent 80ee458 commit be58c54
Show file tree
Hide file tree
Showing 23 changed files with 82 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Example
//
// Created by Stas Kirichok on 28-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import UIKit
Expand Down
13 changes: 13 additions & 0 deletions Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/SummatorService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Example
//
// Created by Stas Kirichok on 29-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Example
//
// Created by Stas Kirichok on 28-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
//
// ExampleUITests.swift
// ExampleUITests
// SummatorControllerTests.swift
// SummatorControllerTests
//
// Created by Stas Kirichok on 28-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill. All rights reserved.
//

import XCTest

class ExampleUITests: XCTestCase {
class SummatorControllerTests: XCTestCase {

private let app = XCUIApplication()

Expand Down
2 changes: 1 addition & 1 deletion ExampleUnitTests/SummatorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ExampleTests
//
// Created by Stas Kirichok on 28-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import XCTest
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Example:
## Authors

DarthRumata, [email protected] (Windmill Smart Solutions)
SergeVKom, [email protected]

SergeVKom, [email protected] (original library)

## License

Expand Down
58 changes: 44 additions & 14 deletions ReportPortalAgent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
368751BF1F5867200021B74D /* ReportingService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 368751B81F5867200021B74D /* ReportingService.swift */; };
9203A3872135882F00BFAF82 /* GetCurrentLaunchEndPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9203A3862135882F00BFAF82 /* GetCurrentLaunchEndPoint.swift */; };
9203A38F2135C20C00BFAF82 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9203A38E2135C20C00BFAF82 /* AppDelegate.swift */; };
9203A3912135C20C00BFAF82 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9203A3902135C20C00BFAF82 /* ViewController.swift */; };
9203A3912135C20C00BFAF82 /* SummatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9203A3902135C20C00BFAF82 /* SummatorViewController.swift */; };
9203A3942135C20C00BFAF82 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9203A3922135C20C00BFAF82 /* Main.storyboard */; };
9203A3962135C20E00BFAF82 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9203A3952135C20E00BFAF82 /* Assets.xcassets */; };
9203A3992135C20E00BFAF82 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9203A3972135C20E00BFAF82 /* LaunchScreen.storyboard */; };
9203A3A42135C20E00BFAF82 /* SummatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9203A3A32135C20E00BFAF82 /* SummatorTests.swift */; };
9203A3AF2135C20E00BFAF82 /* ExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9203A3AE2135C20E00BFAF82 /* ExampleUITests.swift */; };
9203A3AF2135C20E00BFAF82 /* SummatorControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9203A3AE2135C20E00BFAF82 /* SummatorControllerTests.swift */; };
9203A3BB2136B21F00BFAF82 /* SummatorService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9203A3BA2136B21F00BFAF82 /* SummatorService.swift */; };
9203A3BE2136E2CA00BFAF82 /* ReportPortalAgent.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 368751A51F5866CA0021B74D /* ReportPortalAgent.framework */; };
9203A3C12136E2D800BFAF82 /* ReportPortalAgent.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 368751A51F5866CA0021B74D /* ReportPortalAgent.framework */; };
92FEE06C212E925D00ADB1ED /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92FEE06B212E925D00ADB1ED /* Item.swift */; };
92FEE06E212E926400ADB1ED /* Launch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92FEE06D212E926400ADB1ED /* Launch.swift */; };
92FEE070212E943400ADB1ED /* Finish.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92FEE06F212E943400ADB1ED /* Finish.swift */; };
Expand Down Expand Up @@ -52,6 +54,20 @@
remoteGlobalIDString = 9203A38B2135C20C00BFAF82;
remoteInfo = Example;
};
9203A3BC2136E2C400BFAF82 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 3687519C1F5866CA0021B74D /* Project object */;
proxyType = 1;
remoteGlobalIDString = 368751A41F5866CA0021B74D;
remoteInfo = ReportPortalAgent;
};
9203A3BF2136E2D400BFAF82 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 3687519C1F5866CA0021B74D /* Project object */;
proxyType = 1;
remoteGlobalIDString = 368751A41F5866CA0021B74D;
remoteInfo = ReportPortalAgent;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
Expand All @@ -65,7 +81,7 @@
9203A3862135882F00BFAF82 /* GetCurrentLaunchEndPoint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GetCurrentLaunchEndPoint.swift; sourceTree = "<group>"; };
9203A38C2135C20C00BFAF82 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
9203A38E2135C20C00BFAF82 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9203A3902135C20C00BFAF82 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
9203A3902135C20C00BFAF82 /* SummatorViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SummatorViewController.swift; sourceTree = "<group>"; };
9203A3932135C20C00BFAF82 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
9203A3952135C20E00BFAF82 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9203A3982135C20E00BFAF82 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
Expand All @@ -74,7 +90,7 @@
9203A3A32135C20E00BFAF82 /* SummatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SummatorTests.swift; sourceTree = "<group>"; };
9203A3A52135C20E00BFAF82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9203A3AA2135C20E00BFAF82 /* ExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9203A3AE2135C20E00BFAF82 /* ExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleUITests.swift; sourceTree = "<group>"; };
9203A3AE2135C20E00BFAF82 /* SummatorControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SummatorControllerTests.swift; sourceTree = "<group>"; };
9203A3B02135C20E00BFAF82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9203A3BA2136B21F00BFAF82 /* SummatorService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SummatorService.swift; sourceTree = "<group>"; };
92FEE06B212E925D00ADB1ED /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -116,13 +132,15 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9203A3BE2136E2CA00BFAF82 /* ReportPortalAgent.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9203A3A72135C20E00BFAF82 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9203A3C12136E2D800BFAF82 /* ReportPortalAgent.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -182,7 +200,7 @@
isa = PBXGroup;
children = (
9203A38E2135C20C00BFAF82 /* AppDelegate.swift */,
9203A3902135C20C00BFAF82 /* ViewController.swift */,
9203A3902135C20C00BFAF82 /* SummatorViewController.swift */,
9203A3BA2136B21F00BFAF82 /* SummatorService.swift */,
9203A3922135C20C00BFAF82 /* Main.storyboard */,
9203A3952135C20E00BFAF82 /* Assets.xcassets */,
Expand All @@ -204,7 +222,7 @@
9203A3AD2135C20E00BFAF82 /* ExampleUITests */ = {
isa = PBXGroup;
children = (
9203A3AE2135C20E00BFAF82 /* ExampleUITests.swift */,
9203A3AE2135C20E00BFAF82 /* SummatorControllerTests.swift */,
9203A3B02135C20E00BFAF82 /* Info.plist */,
);
path = ExampleUITests;
Expand Down Expand Up @@ -306,6 +324,7 @@
buildRules = (
);
dependencies = (
9203A3BD2136E2C400BFAF82 /* PBXTargetDependency */,
9203A3A12135C20E00BFAF82 /* PBXTargetDependency */,
);
name = ExampleUnitTests;
Expand All @@ -324,6 +343,7 @@
buildRules = (
);
dependencies = (
9203A3C02136E2D400BFAF82 /* PBXTargetDependency */,
9203A3AC2135C20E00BFAF82 /* PBXTargetDependency */,
);
name = ExampleUITests;
Expand Down Expand Up @@ -449,7 +469,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9203A3912135C20C00BFAF82 /* ViewController.swift in Sources */,
9203A3912135C20C00BFAF82 /* SummatorViewController.swift in Sources */,
9203A3BB2136B21F00BFAF82 /* SummatorService.swift in Sources */,
9203A38F2135C20C00BFAF82 /* AppDelegate.swift in Sources */,
);
Expand All @@ -467,7 +487,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9203A3AF2135C20E00BFAF82 /* ExampleUITests.swift in Sources */,
9203A3AF2135C20E00BFAF82 /* SummatorControllerTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -484,6 +504,16 @@
target = 9203A38B2135C20C00BFAF82 /* Example */;
targetProxy = 9203A3AB2135C20E00BFAF82 /* PBXContainerItemProxy */;
};
9203A3BD2136E2C400BFAF82 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 368751A41F5866CA0021B74D /* ReportPortalAgent */;
targetProxy = 9203A3BC2136E2C400BFAF82 /* PBXContainerItemProxy */;
};
9203A3C02136E2D400BFAF82 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 368751A41F5866CA0021B74D /* ReportPortalAgent */;
targetProxy = 9203A3BF2136E2D400BFAF82 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -639,7 +669,7 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = RPAgentSwiftXCTest/Info.plist;
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
ONLY_ACTIVE_ARCH = NO;
Expand Down Expand Up @@ -667,7 +697,7 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = RPAgentSwiftXCTest/Info.plist;
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
ONLY_ACTIVE_ARCH = NO;
Expand Down Expand Up @@ -730,7 +760,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = ExampleUnitTests/Info.plist;
INFOPLIST_FILE = ExampleUnitTests/Info_private.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.windmill.ExampleUnitTests;
Expand All @@ -752,7 +782,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = ExampleUnitTests/Info.plist;
INFOPLIST_FILE = ExampleUnitTests/Info_private.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.windmill.ExampleUnitTests;
Expand All @@ -773,7 +803,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = ExampleUITests/Info.plist;
INFOPLIST_FILE = ExampleUITests/Info_private.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.windmill.ExampleUITests;
Expand All @@ -794,7 +824,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = ExampleUITests/Info.plist;
INFOPLIST_FILE = ExampleUITests/Info_private.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.windmill.ExampleUITests;
Expand Down
2 changes: 1 addition & 1 deletion Sources/EndPoints/EndPoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// EndPoint.swift
// com.oxagile.automation.RPAgentSwiftXCTest
//
// Created by Sergey Komarov on 8/29/17.
// Created by Windmill Smart Solutions on 8/29/17.
// Copyright © 2017 Oxagile. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Sources/EndPoints/FinishItemEndPoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/EndPoints/FinishLaunchEndPoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/EndPoints/StartItemEndPoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/EndPoints/StartLaunchEndPoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Entities/AgentConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Entities/Finish.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Entities/Item.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/RPListener.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Listener.swift
// com.oxagile.automation.RPAgentSwiftXCTest
//
// Created by Sergey Komarov on 5/12/17.
// Created by Windmill Smart Solutions on 5/12/17.
// Copyright © 2017 Oxagile. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Sources/TestStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/TestType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Utilities/AuthorizationPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Utilities/TagHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RPAgentSwiftXCTest
//
// Created by Stas Kirichok on 23-08-2018.
// Copyright © 2018 Sergey Komarov. All rights reserved.
// Copyright © 2018 Windmill Smart Solutions. All rights reserved.
//

import Foundation
Expand Down
Loading

0 comments on commit be58c54

Please sign in to comment.