Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Decred Wallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
60E853A025B324C800E4CFDD /* ConnectedPeerViewcontroller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60E8539F25B324C800E4CFDD /* ConnectedPeerViewcontroller.swift */; };
60E853A425B4805200E4CFDD /* PeerInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60E853A325B4805200E4CFDD /* PeerInfo.swift */; };
60E853A825B48F9800E4CFDD /* ConnectedPeerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60E853A725B48F9800E4CFDD /* ConnectedPeerTableViewCell.swift */; };
78BCAF472729B4F8003B46D6 /* NewLocalizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 78BCAF462729B4F8003B46D6 /* NewLocalizable.strings */; };
AD24C23D2343E445009583C9 /* NotificationsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD24C23C2343E445009583C9 /* NotificationsManager.swift */; };
B164982429AEDD7AF8C8782C /* Pods_Decred_Wallet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9714AB438E597D403032748 /* Pods_Decred_Wallet.framework */; };
B304B39423F202A400B81798 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = B304B39323F202A400B81798 /* Settings.swift */; };
Expand Down Expand Up @@ -279,6 +280,7 @@
60E853A325B4805200E4CFDD /* PeerInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PeerInfo.swift; sourceTree = "<group>"; };
60E853A725B48F9800E4CFDD /* ConnectedPeerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectedPeerTableViewCell.swift; sourceTree = "<group>"; };
6A0625AB1C6ACD2EC77F544F /* Pods-Decred Wallet.mainnet debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Decred Wallet.mainnet debug.xcconfig"; path = "Target Support Files/Pods-Decred Wallet/Pods-Decred Wallet.mainnet debug.xcconfig"; sourceTree = "<group>"; };
78BCAF462729B4F8003B46D6 /* NewLocalizable.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = NewLocalizable.strings; sourceTree = "<group>"; };
A9714AB438E597D403032748 /* Pods_Decred_Wallet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Decred_Wallet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
AD24C23C2343E445009583C9 /* NotificationsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsManager.swift; sourceTree = "<group>"; };
B107091A1D996651AB5D8891 /* Pods-Decred Wallet.testnet debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Decred Wallet.testnet debug.xcconfig"; path = "Target Support Files/Pods-Decred Wallet/Pods-Decred Wallet.testnet debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -651,6 +653,7 @@
B3B4699E228F0C2E00A68EDD /* Info.plist */,
B39BDC4C228F798300F3FB55 /* BuildConfig.swift */,
DD396E7726E6E2DA009EAB23 /* ColorThemeViewController.swift */,
78BCAF462729B4F8003B46D6 /* NewLocalizable.strings */,
);
path = "Decred Wallet";
sourceTree = "<group>";
Expand Down Expand Up @@ -1200,6 +1203,7 @@
B3B46A42228F0F6700A68EDD /* progress bar-1s-200px.gif in Resources */,
B3B46A0E228F0F2700A68EDD /* wordlist.txt in Resources */,
B3E727C623DD4ABF003B06B4 /* WalletAccountTableViewCell.xib in Resources */,
78BCAF472729B4F8003B46D6 /* NewLocalizable.strings in Resources */,
DDD7D20925C1BCCB0013BF0A /* Privacy.storyboard in Resources */,
B3A8E80A23E593720094957B /* CheckableListOptionTableViewCell.xib in Resources */,
DDDF95D523C20AA70057AA7F /* SignMessage.storyboard in Resources */,
Expand Down
Loading