Skip to content

Commit

Permalink
Added licence to DefaultsTests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdias committed Aug 24, 2017
1 parent 0530a70 commit dc6d195
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
16 changes: 8 additions & 8 deletions DefaultsKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

/* Begin PBXBuildFile section */
A0AC4AAA1F43853D0070F91D /* DefaultsKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A0AC4AA01F43853D0070F91D /* DefaultsKit.framework */; };
A0AC4AAF1F43853D0070F91D /* DefaultsKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4AAE1F43853D0070F91D /* DefaultsKitTests.swift */; };
A0AC4AAF1F43853D0070F91D /* DefaultsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4AAE1F43853D0070F91D /* DefaultsTests.swift */; };
A0AC4AB11F43853D0070F91D /* DefaultsKit.h in Headers */ = {isa = PBXBuildFile; fileRef = A0AC4AA31F43853D0070F91D /* DefaultsKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
A0AC4ABB1F4385500070F91D /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4ABA1F4385500070F91D /* Defaults.swift */; };
A0B195CD1F48841300B53EC6 /* Person.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0B195CB1F486E0000B53EC6 /* Person.swift */; };
A0F000F61F48CEE500617715 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4ABA1F4385500070F91D /* Defaults.swift */; };
A0F001041F48CF9D00617715 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4ABA1F4385500070F91D /* Defaults.swift */; };
A0F0011E1F48D0BD00617715 /* DefaultsKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A0F000E91F48CECE00617715 /* DefaultsKit.framework */; };
A0F001261F48D12900617715 /* Person.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0B195CB1F486E0000B53EC6 /* Person.swift */; };
A0F001271F48D12900617715 /* DefaultsKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4AAE1F43853D0070F91D /* DefaultsKitTests.swift */; };
A0F001271F48D12900617715 /* DefaultsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4AAE1F43853D0070F91D /* DefaultsTests.swift */; };
A0F001311F48D34200617715 /* DefaultsKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A0F000FC1F48CF8200617715 /* DefaultsKit.framework */; };
A0F001371F48D35700617715 /* Person.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0B195CB1F486E0000B53EC6 /* Person.swift */; };
A0F001381F48D35700617715 /* DefaultsKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4AAE1F43853D0070F91D /* DefaultsKitTests.swift */; };
A0F001381F48D35700617715 /* DefaultsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AC4AAE1F43853D0070F91D /* DefaultsTests.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -51,7 +51,7 @@
A0AC4AA31F43853D0070F91D /* DefaultsKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DefaultsKit.h; sourceTree = "<group>"; };
A0AC4AA41F43853D0070F91D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A0AC4AA91F43853D0070F91D /* DefaultsKit iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DefaultsKit iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
A0AC4AAE1F43853D0070F91D /* DefaultsKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsKitTests.swift; sourceTree = "<group>"; };
A0AC4AAE1F43853D0070F91D /* DefaultsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsTests.swift; sourceTree = "<group>"; };
A0AC4AB01F43853D0070F91D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A0AC4ABA1F4385500070F91D /* Defaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Defaults.swift; sourceTree = "<group>"; };
A0B195CB1F486E0000B53EC6 /* Person.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Person.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -146,7 +146,7 @@
isa = PBXGroup;
children = (
A0B195CB1F486E0000B53EC6 /* Person.swift */,
A0AC4AAE1F43853D0070F91D /* DefaultsKitTests.swift */,
A0AC4AAE1F43853D0070F91D /* DefaultsTests.swift */,
A0AC4AB01F43853D0070F91D /* Info.plist */,
);
path = Tests;
Expand Down Expand Up @@ -401,7 +401,7 @@
buildActionMask = 2147483647;
files = (
A0B195CD1F48841300B53EC6 /* Person.swift in Sources */,
A0AC4AAF1F43853D0070F91D /* DefaultsKitTests.swift in Sources */,
A0AC4AAF1F43853D0070F91D /* DefaultsTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -425,7 +425,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A0F001271F48D12900617715 /* DefaultsKitTests.swift in Sources */,
A0F001271F48D12900617715 /* DefaultsTests.swift in Sources */,
A0F001261F48D12900617715 /* Person.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -434,7 +434,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A0F001381F48D35700617715 /* DefaultsKitTests.swift in Sources */,
A0F001381F48D35700617715 /* DefaultsTests.swift in Sources */,
A0F001371F48D35700617715 /* Person.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
24 changes: 20 additions & 4 deletions Tests/DefaultsKitTests.swift → Tests/DefaultsTests.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
//
// DefaultsKitTests.swift
// DefaultsKitTests
// DefaultsTests.swift
//
// Created by Nuno Dias on 15/08/2017.
// Copyright © 2017 Nuno Dias. All rights reserved.
// Copyright (c) 2017 Nuno Manuel Dias
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all
// copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//

import XCTest
Expand Down

0 comments on commit dc6d195

Please sign in to comment.