-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
82 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// swift-tools-version:5.3 | ||
|
||
// Leave blank. This is only here so that Xcode doesn't display it. | ||
|
||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "App", | ||
products: [], | ||
targets: [] | ||
) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// swift-tools-version:5.3 | ||
|
||
// Leave blank. This is only here so that Xcode doesn't display it. | ||
|
||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "AppUITests", | ||
products: [], | ||
targets: [] | ||
) |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
// swift-tools-version:5.3 | ||
import Foundation | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "DropBear", | ||
platforms: [.iOS(.v10)], | ||
products: [ | ||
.library(name: "DropBear", targets: ["DropBear"]), | ||
.library(name: "DropBearSupport", targets: ["DropBearSupport"]), | ||
], | ||
dependencies: [ | ||
], | ||
targets: [ | ||
// Library | ||
.target( | ||
name: "DropBear", | ||
exclude: ["Info.plist", "DropBear.h"], | ||
linkerSettings: [.linkedFramework("XCTest")] | ||
), | ||
.testTarget( | ||
name: "DropBearTests", | ||
dependencies: ["DropBear"], | ||
exclude: ["Info.plist"] | ||
), | ||
|
||
// App Support | ||
.target( | ||
name: "DropBearSupport", | ||
exclude: ["Info.plist", "DropBearSupport.h"] | ||
), | ||
.testTarget( | ||
name: "DropBearSupportTests", | ||
dependencies: ["DropBearSupport"], | ||
exclude: ["Info.plist"] | ||
), | ||
] | ||
) |
7 changes: 7 additions & 0 deletions
7
Sources/DropBear/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ public enum DropBear { | |
timer.cancel() | ||
} | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...tAssertions/ElementAssertion+Exists.swift → ...tAssertions/ElementAssertion+Exists.swift
This file contains 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
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
Sources/DropBearGen/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+7.13 MB
Sources/DropBearGen/dropbeargen-0.13.0/lib_InternalSwiftSyntaxParser.dylib
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.