-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from KCY-Fit-a-Pet/feat/91
📮🎨 기록 api 연동 + 기록 ui 변경 사항들
- Loading branch information
Showing
42 changed files
with
1,535 additions
and
289 deletions.
There are no files selected for viewing
109 changes: 103 additions & 6 deletions
109
fit-a-pet-client/fit-a-pet-client.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
113 changes: 113 additions & 0 deletions
113
fit-a-pet-client/fit-a-pet-client.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "abseil-cpp-swiftpm", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/abseil-cpp-SwiftPM.git", | ||
"state" : { | ||
"revision" : "583de9bd60f66b40e78d08599cc92036c2e7e4e1", | ||
"version" : "0.20220203.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "boringssl-swiftpm", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/boringssl-SwiftPM.git", | ||
"state" : { | ||
"revision" : "dd3eda2b05a3f459fc3073695ad1b28659066eab", | ||
"version" : "0.9.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "firebase-ios-sdk", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/firebase-ios-sdk", | ||
"state" : { | ||
"revision" : "7e80c25b51c2ffa238879b07fbfc5baa54bb3050", | ||
"version" : "9.6.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "googleappmeasurement", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleAppMeasurement.git", | ||
"state" : { | ||
"revision" : "c1cfde8067668027b23a42c29d11c246152fe046", | ||
"version" : "9.6.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "googledatatransport", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleDataTransport.git", | ||
"state" : { | ||
"revision" : "a732a4b47f59e4f725a2ea10f0c77e93a7131117", | ||
"version" : "9.3.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "googleutilities", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/GoogleUtilities.git", | ||
"state" : { | ||
"revision" : "bc27fad73504f3d4af235de451f02ee22586ebd3", | ||
"version" : "7.12.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "grpc-ios", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/grpc/grpc-ios.git", | ||
"state" : { | ||
"revision" : "8440b914756e0d26d4f4d054a1c1581daedfc5b6", | ||
"version" : "1.44.3-grpc" | ||
} | ||
}, | ||
{ | ||
"identity" : "gtm-session-fetcher", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/gtm-session-fetcher.git", | ||
"state" : { | ||
"revision" : "5ccda3981422a84186387dbb763ba739178b529c", | ||
"version" : "2.3.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "leveldb", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/leveldb.git", | ||
"state" : { | ||
"revision" : "9d108e9112aa1d65ce508facf804674546116d9c", | ||
"version" : "1.22.3" | ||
} | ||
}, | ||
{ | ||
"identity" : "nanopb", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/firebase/nanopb.git", | ||
"state" : { | ||
"revision" : "819d0a2173aff699fb8c364b6fb906f7cdb1a692", | ||
"version" : "2.30909.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "promises", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/google/promises.git", | ||
"state" : { | ||
"revision" : "e70e889c0196c76d22759eb50d6a0270ca9f1d9e", | ||
"version" : "2.3.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-protobuf", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-protobuf.git", | ||
"state" : { | ||
"revision" : "65e8f29b2d63c4e38e736b25c27b83e012159be8", | ||
"version" : "1.25.2" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
Binary file modified
BIN
+32.8 KB
(110%)
...it-a-pet-client.xcworkspace/xcuserdata/maclove.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
30 changes: 30 additions & 0 deletions
30
...-pet-client.xcworkspace/xcuserdata/maclove.xcuserdatad/xcschemes/xcschememanagement.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>SchemeUserState</key> | ||
<dict> | ||
<key>Promises (Playground) 1.xcscheme</key> | ||
<dict> | ||
<key>isShown</key> | ||
<false/> | ||
<key>orderHint</key> | ||
<integer>16</integer> | ||
</dict> | ||
<key>Promises (Playground) 2.xcscheme</key> | ||
<dict> | ||
<key>isShown</key> | ||
<false/> | ||
<key>orderHint</key> | ||
<integer>17</integer> | ||
</dict> | ||
<key>Promises (Playground).xcscheme</key> | ||
<dict> | ||
<key>isShown</key> | ||
<false/> | ||
<key>orderHint</key> | ||
<integer>15</integer> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.