Skip to content

Commit

Permalink
Swift Package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hoofsc committed Jan 11, 2022
1 parent d7777cc commit 4498ee5
Show file tree
Hide file tree
Showing 30 changed files with 12 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
12 changes: 10 additions & 2 deletions AcceptSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,20 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
A0070CCD1D38AE0A008BD8D4 = {
598953F4278D3F7D0075DD84 /* Sources */ = {
isa = PBXGroup;
children = (
598953E5278D2FC60075DD84 /* Package.swift */,
A0070CD91D38AE0A008BD8D4 /* AcceptSDK */,
A0070CE51D38AE0A008BD8D4 /* AcceptSDKTests */,
);
path = Sources;
sourceTree = "<group>";
};
A0070CCD1D38AE0A008BD8D4 = {
isa = PBXGroup;
children = (
598953E5278D2FC60075DD84 /* Package.swift */,
598953F4278D3F7D0075DD84 /* Sources */,
A0070CD81D38AE0A008BD8D4 /* Products */,
);
sourceTree = "<group>";
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ let package = Package(
targets: [
.target(
name: "AcceptSDK",
path: "AcceptSDK",
path: "AcceptSDK/",
dependencies: [],
resources: [
.process("Info.plist")
]
),
.testTarget(
name: "AcceptSDKTests",
path: "AcceptSDKTests",
path: "AcceptSDKTest/s",
dependencies: ["AcceptSDK"],
resources: [
.process("Info.plist")
Expand Down
Binary file added Sources/AcceptSDK/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4498ee5

Please sign in to comment.