Skip to content

Commit

Permalink
added Package.resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed May 3, 2023
1 parent e3c87a5 commit 91fb7f3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
12 changes: 6 additions & 6 deletions XCredsLoginPlugIn/WifiWindowController.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand All @@ -28,7 +28,7 @@
<windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="144" y="174" width="450" height="356"/>
<rect key="screenRect" x="0.0" y="0.0" width="1496" height="933"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
<view key="contentView" id="82w-TR-3gA">
<rect key="frame" x="0.0" y="0.0" width="450" height="356"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
Expand Down Expand Up @@ -125,7 +125,7 @@ Gw
<windowStyleMask key="styleMask" titled="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="144" y="174" width="480" height="198"/>
<rect key="screenRect" x="0.0" y="0.0" width="1496" height="933"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
<view key="contentView" id="Dza-jC-NB8">
<rect key="frame" x="0.0" y="0.0" width="480" height="198"/>
<autoresizingMask key="autoresizingMask"/>
Expand Down Expand Up @@ -274,8 +274,8 @@ DQ
</window>
</objects>
<resources>
<image name="NSRefreshFreestandingTemplate" width="19" height="19"/>
<image name="NSStopProgressFreestandingTemplate" width="19" height="19"/>
<image name="NSRefreshFreestandingTemplate" width="20" height="20"/>
<image name="NSStopProgressFreestandingTemplate" width="20" height="20"/>
<image name="globe" catalog="system" width="15" height="15"/>
<image name="wifi" catalog="system" width="17" height="13"/>
</resources>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"object": {
"pins": [
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser.git",
"state": {
"branch": null,
"revision": "df9ee6676cd5b3bf5b330ec7568a5644f547201b",
"version": "1.1.3"
}
"pins" : [
{
"identity" : "oidclite",
"kind" : "remoteSourceControl",
"location" : "https://github.com/twocanoes/OIDCLite",
"state" : {
"branch" : "main",
"revision" : "bdc22bb4d448d7c2832b4438bead2d6b4af08f59"
}
]
},
"version": 1
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser.git",
"state" : {
"revision" : "df9ee6676cd5b3bf5b330ec7568a5644f547201b",
"version" : "1.1.3"
}
}
],
"version" : 2
}
Binary file not shown.

0 comments on commit 91fb7f3

Please sign in to comment.