[PR #4] [MERGED] Added Currency App project #18

Closed
opened 2025-12-29 04:20:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ivanvorobei/SwiftUI/pull/4
Author: @alexliubj
Created: 6/27/2019
Status: Merged
Merged: 6/27/2019
Merged by: @ivanvorobei

Base: masterHead: master


📝 Commits (2)

📊 Changes

22 files changed (+1618 additions, -0 deletions)

View changed files

Other Projects/Currency-SwiftUI/Currency-SwiftUI.xcodeproj/project.pbxproj (+611 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata (+7 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (+8 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/AddCurrencyView.swift (+62 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/AppDelegate.swift (+58 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/Assets.xcassets/AppIcon.appiconset/Contents.json (+98 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/Assets.xcassets/Contents.json (+6 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/Base.lproj/LaunchScreen.storyboard (+25 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/ConverterView.swift (+158 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/CurrencyData.swift (+59 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/CurrencyItemView.swift (+82 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/CurrencyList.swift (+69 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/Info.plist (+62 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/Preview Content/Preview Assets.xcassets/Contents.json (+6 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/SceneDelegate.swift (+78 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUI/UserData.swift (+78 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUITests/Currency_SwiftUITests.swift (+51 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUITests/Info.plist (+22 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUIUITests/Currency_SwiftUIUITests.swift (+51 -0)
Other Projects/Currency-SwiftUI/Currency-SwiftUIUITests/Info.plist (+22 -0)

...and 2 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ivanvorobei/SwiftUI/pull/4 **Author:** [@alexliubj](https://github.com/alexliubj) **Created:** 6/27/2019 **Status:** ✅ Merged **Merged:** 6/27/2019 **Merged by:** [@ivanvorobei](https://github.com/ivanvorobei) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`9ebaee5`](https://github.com/ivanvorobei/SwiftUI/commit/9ebaee5659bb3bc93634237a511cf4e9b7b626ed) Added currency app - [`a1bcede`](https://github.com/ivanvorobei/SwiftUI/commit/a1bcede0f2cd5a76520017013d1eee1c53c95155) Added a project. ### 📊 Changes **22 files changed** (+1618 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI.xcodeproj/project.pbxproj` (+611 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata` (+7 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist` (+8 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/AddCurrencyView.swift` (+62 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/AppDelegate.swift` (+58 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/Assets.xcassets/AppIcon.appiconset/Contents.json` (+98 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/Assets.xcassets/Contents.json` (+6 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/Base.lproj/LaunchScreen.storyboard` (+25 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/ConverterView.swift` (+158 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/CurrencyData.swift` (+59 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/CurrencyItemView.swift` (+82 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/CurrencyList.swift` (+69 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/Info.plist` (+62 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/Preview Content/Preview Assets.xcassets/Contents.json` (+6 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/SceneDelegate.swift` (+78 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUI/UserData.swift` (+78 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUITests/Currency_SwiftUITests.swift` (+51 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUITests/Info.plist` (+22 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUIUITests/Currency_SwiftUIUITests.swift` (+51 -0) ➕ `Other Projects/Currency-SwiftUI/Currency-SwiftUIUITests/Info.plist` (+22 -0) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:20:13 +01:00
adam closed this issue 2025-12-29 04:20:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/SwiftUI#18