Skip to content

Commit

Permalink
refactor(*): create a global pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jun 5, 2024
1 parent 7c1d220 commit 63781a1
Show file tree
Hide file tree
Showing 37 changed files with 877 additions and 445 deletions.
866 changes: 866 additions & 0 deletions ApiVideoLiveStream.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "b8db540652b5bd5eb3916830a8f5e215a161e6b759d8633d4f84752129aa75e2",
"pins" : [
{
"identity" : "haishinkit.swift",
Expand All @@ -14,19 +15,19 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/futuretap/InAppSettingsKit.git",
"state" : {
"revision" : "1c5122f51206ea86b2301ea8a93e7703617a9b40",
"version" : "3.3.6"
"revision" : "5b6a33cd5d227d71f79bf8e43be2049d981c6aad",
"version" : "3.7.1"
}
},
{
"identity" : "logboard",
"kind" : "remoteSourceControl",
"location" : "https://github.com/shogo4405/Logboard.git",
"state" : {
"revision" : "6a7cbf54553936103084ed72cfb6d6f836758229",
"version" : "2.4.1"
"revision" : "c6328f9751627287bcddcf0106eb54e5ca6b9ef8",
"version" : "2.4.2"
}
}
],
"version" : 2
"version" : 3
}
Binary file not shown.
439 changes: 0 additions & 439 deletions Examples/ExampleUIKit/ExampleUIKit.xcodeproj/project.pbxproj

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
</array>
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>Your own description of the purpose</string>
<key>NSMicrophoneUsageDescription</key>
<string>Your own description of the purpose</string>
</dict>
</plist>
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/shogo4405/HaishinKit.swift", from: "1.7.3")
.package(url: "https://github.com/shogo4405/HaishinKit.swift", exact: "1.7.3")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 63781a1

Please sign in to comment.