Skip to content

Commit

Permalink
undo some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Jan 19, 2024
1 parent f71b263 commit 15568c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let package = Package(
.package(url: "[email protected]:swift-libp2p/swift-multibase.git", from: "0.0.1"),
.package(url: "[email protected]:GigaBitcoin/secp256k1.swift.git", exact: "0.10.0"),
.package(url: "[email protected]:goncalo-frade-iohk/Swift-JWT.git", from: "4.1.3"),
.package(url: "https://github.com/input-output-hk/anoncreds-rs.git", exact: "0.3.3"),
.package(url: "https://github.com/input-output-hk/anoncreds-rs.git", exact: "0.3.3")
],
targets: [
.target(
Expand Down Expand Up @@ -203,6 +203,6 @@ let package = Package(
.product(name: "Logging", package: "swift-log")
],
path: "Core/Sources"
),
)
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
C91A5C622AB0E1E500B9B0C0 /* AtalaPrismWalletDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AtalaPrismWalletDemo.entitlements; sourceTree = "<group>"; };
EE0E1FAC29473B10003CD7D5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
EE0E1FAE29473B10003CD7D5 /* SteradianBold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = SteradianBold.otf; sourceTree = "<group>"; };
EE0E1FAF29473B10003CD7D5 /* SteradianMedium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = SteradianMedium.otf; sourceTree = "<group>"; };
Expand Down Expand Up @@ -318,7 +317,6 @@
EEE61FB82937CA280053AE52 /* AtalaPrismWalletDemo */ = {
isa = PBXGroup;
children = (
C91A5C622AB0E1E500B9B0C0 /* AtalaPrismWalletDemo.entitlements */,
EE6C38DD2946276F006CD2D3 /* Resources */,
EEE620312937FF2C0053AE52 /* Info.plist */,
EEE620112937F1C30053AE52 /* Helper */,
Expand Down Expand Up @@ -725,7 +723,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = AtalaPrismWalletDemo/AtalaPrismWalletDemo.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"AtalaPrismWalletDemo/Preview Content\"";
Expand Down Expand Up @@ -757,7 +754,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = AtalaPrismWalletDemo/AtalaPrismWalletDemo.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"AtalaPrismWalletDemo/Preview Content\"";
Expand Down

0 comments on commit 15568c3

Please sign in to comment.