|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 777D472B2A53EA9D0050C0E7 /* ChatGPTAPIManager in Frameworks */ = {isa = PBXBuildFile; productRef = 777D472A2A53EA9D0050C0E7 /* ChatGPTAPIManager */; }; |
| 11 | + 777D472F2A53F7560050C0E7 /* english_song.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 777D472D2A53F7550050C0E7 /* english_song.m4a */; }; |
| 12 | + 777D47302A53F7560050C0E7 /* translation_file.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 777D472E2A53F7550050C0E7 /* translation_file.m4a */; }; |
| 13 | + 777D47322A5419150050C0E7 /* AudioViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 777D47312A5419150050C0E7 /* AudioViewModel.swift */; }; |
10 | 14 | A8B85FCD2A431318005FBEDE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B85FCC2A431318005FBEDE /* AppDelegate.swift */; };
|
11 | 15 | A8B85FCF2A431318005FBEDE /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B85FCE2A431318005FBEDE /* SceneDelegate.swift */; };
|
12 | 16 | A8B85FD12A431318005FBEDE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B85FD02A431318005FBEDE /* ViewController.swift */; };
|
|
24 | 28 | A8B860102A431AA6005FBEDE /* EZLoadingActivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B860082A431AA6005FBEDE /* EZLoadingActivity.swift */; };
|
25 | 29 | A8B860112A431AA6005FBEDE /* ImageWithTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B860092A431AA6005FBEDE /* ImageWithTextViewController.swift */; };
|
26 | 30 | A8B860132A432135005FBEDE /* openai.svg in Resources */ = {isa = PBXBuildFile; fileRef = A8B860122A432135005FBEDE /* openai.svg */; };
|
27 |
| - A8B860192A432841005FBEDE /* ChatGPTAPIManager in Frameworks */ = {isa = PBXBuildFile; productRef = A8B860182A432841005FBEDE /* ChatGPTAPIManager */; }; |
28 | 31 | A8B860252A440C52005FBEDE /* MessageModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B860242A440C52005FBEDE /* MessageModel.swift */; };
|
29 | 32 | A8B8602D2A4413F2005FBEDE /* ChatViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B8602C2A4413F2005FBEDE /* ChatViewModel.swift */; };
|
30 | 33 | A8B8602F2A44140A005FBEDE /* ImageViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B8602E2A441409005FBEDE /* ImageViewModel.swift */; };
|
31 | 34 | A8B860342A44431C005FBEDE /* TextGenerationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B860332A44431C005FBEDE /* TextGenerationViewModel.swift */; };
|
32 | 35 | A8B8607C2A45AE40005FBEDE /* AudioViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B8607B2A45AE40005FBEDE /* AudioViewController.swift */; };
|
33 |
| - A8B8607E2A45B474005FBEDE /* sample-15s.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = A8B8607D2A45B474005FBEDE /* sample-15s.mp3 */; }; |
34 |
| - A8B860802A45BCFE005FBEDE /* passenger-let-her-go-official-video.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = A8B8607F2A45BCFE005FBEDE /* passenger-let-her-go-official-video.mp3 */; }; |
35 |
| - A8B860822A45C555005FBEDE /* Hindi Songs.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = A8B860812A45C555005FBEDE /* Hindi Songs.mp3 */; }; |
36 | 36 | /* End PBXBuildFile section */
|
37 | 37 |
|
38 | 38 | /* Begin PBXContainerItemProxy section */
|
|
53 | 53 | /* End PBXContainerItemProxy section */
|
54 | 54 |
|
55 | 55 | /* Begin PBXFileReference section */
|
| 56 | + 777D47282A53EA8F0050C0E7 /* chatgpt-ios-sdk */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "chatgpt-ios-sdk"; path = ..; sourceTree = "<group>"; }; |
| 57 | + 777D472D2A53F7550050C0E7 /* english_song.m4a */ = {isa = PBXFileReference; lastKnownFileType = file; path = english_song.m4a; sourceTree = "<group>"; }; |
| 58 | + 777D472E2A53F7550050C0E7 /* translation_file.m4a */ = {isa = PBXFileReference; lastKnownFileType = file; path = translation_file.m4a; sourceTree = "<group>"; }; |
| 59 | + 777D47312A5419150050C0E7 /* AudioViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioViewModel.swift; sourceTree = "<group>"; }; |
56 | 60 | A8B85FC92A431318005FBEDE /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
57 | 61 | A8B85FCC2A431318005FBEDE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
58 | 62 | A8B85FCE2A431318005FBEDE /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
79 | 83 | A8B8602E2A441409005FBEDE /* ImageViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageViewModel.swift; sourceTree = "<group>"; };
|
80 | 84 | A8B860332A44431C005FBEDE /* TextGenerationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextGenerationViewModel.swift; sourceTree = "<group>"; };
|
81 | 85 | A8B8607B2A45AE40005FBEDE /* AudioViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioViewController.swift; sourceTree = "<group>"; };
|
82 |
| - A8B8607D2A45B474005FBEDE /* sample-15s.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "sample-15s.mp3"; sourceTree = "<group>"; }; |
83 |
| - A8B8607F2A45BCFE005FBEDE /* passenger-let-her-go-official-video.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "passenger-let-her-go-official-video.mp3"; sourceTree = "<group>"; }; |
84 |
| - A8B860812A45C555005FBEDE /* Hindi Songs.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "Hindi Songs.mp3"; sourceTree = "<group>"; }; |
85 | 86 | /* End PBXFileReference section */
|
86 | 87 |
|
87 | 88 | /* Begin PBXFrameworksBuildPhase section */
|
88 | 89 | A8B85FC62A431318005FBEDE /* Frameworks */ = {
|
89 | 90 | isa = PBXFrameworksBuildPhase;
|
90 | 91 | buildActionMask = 2147483647;
|
91 | 92 | files = (
|
92 |
| - A8B860192A432841005FBEDE /* ChatGPTAPIManager in Frameworks */, |
| 93 | + 777D472B2A53EA9D0050C0E7 /* ChatGPTAPIManager in Frameworks */, |
93 | 94 | );
|
94 | 95 | runOnlyForDeploymentPostprocessing = 0;
|
95 | 96 | };
|
|
110 | 111 | /* End PBXFrameworksBuildPhase section */
|
111 | 112 |
|
112 | 113 | /* Begin PBXGroup section */
|
| 114 | + 777D47292A53EA9D0050C0E7 /* Frameworks */ = { |
| 115 | + isa = PBXGroup; |
| 116 | + children = ( |
| 117 | + ); |
| 118 | + name = Frameworks; |
| 119 | + sourceTree = "<group>"; |
| 120 | + }; |
| 121 | + 777D472C2A53F3730050C0E7 /* AudioTranslationAndTranscript */ = { |
| 122 | + isa = PBXGroup; |
| 123 | + children = ( |
| 124 | + A8B8607B2A45AE40005FBEDE /* AudioViewController.swift */, |
| 125 | + ); |
| 126 | + path = AudioTranslationAndTranscript; |
| 127 | + sourceTree = "<group>"; |
| 128 | + }; |
113 | 129 | A8B85FC02A431318005FBEDE = {
|
114 | 130 | isa = PBXGroup;
|
115 | 131 | children = (
|
| 132 | + 777D47282A53EA8F0050C0E7 /* chatgpt-ios-sdk */, |
116 | 133 | A8B85FCB2A431318005FBEDE /* Example */,
|
117 | 134 | A8B85FE22A43131A005FBEDE /* ExampleTests */,
|
118 | 135 | A8B85FEC2A43131A005FBEDE /* ExampleUITests */,
|
119 | 136 | A8B85FCA2A431318005FBEDE /* Products */,
|
| 137 | + 777D47292A53EA9D0050C0E7 /* Frameworks */, |
120 | 138 | );
|
121 | 139 | sourceTree = "<group>";
|
122 | 140 | };
|
|
163 | 181 | A8B860202A440BB9005FBEDE /* Views */ = {
|
164 | 182 | isa = PBXGroup;
|
165 | 183 | children = (
|
| 184 | + A8B860262A440C79005FBEDE /* Cells */, |
166 | 185 | A8B860322A444295005FBEDE /* TextToImage */,
|
167 | 186 | A8B860302A444288005FBEDE /* ChatAndText */,
|
168 |
| - A8B860262A440C79005FBEDE /* Cells */, |
| 187 | + 777D472C2A53F3730050C0E7 /* AudioTranslationAndTranscript */, |
169 | 188 | A8B85FD02A431318005FBEDE /* ViewController.swift */,
|
170 | 189 | A8B860082A431AA6005FBEDE /* EZLoadingActivity.swift */,
|
171 |
| - A8B8607B2A45AE40005FBEDE /* AudioViewController.swift */, |
172 | 190 | );
|
173 | 191 | path = Views;
|
174 | 192 | sourceTree = "<group>";
|
|
179 | 197 | A8B8602C2A4413F2005FBEDE /* ChatViewModel.swift */,
|
180 | 198 | A8B8602E2A441409005FBEDE /* ImageViewModel.swift */,
|
181 | 199 | A8B860332A44431C005FBEDE /* TextGenerationViewModel.swift */,
|
| 200 | + 777D47312A5419150050C0E7 /* AudioViewModel.swift */, |
182 | 201 | );
|
183 | 202 | path = ViewModles;
|
184 | 203 | sourceTree = "<group>";
|
|
223 | 242 | A8B860292A440CC0005FBEDE /* Supporting */ = {
|
224 | 243 | isa = PBXGroup;
|
225 | 244 | children = (
|
226 |
| - A8B8607D2A45B474005FBEDE /* sample-15s.mp3 */, |
227 |
| - A8B8607F2A45BCFE005FBEDE /* passenger-let-her-go-official-video.mp3 */, |
228 |
| - A8B860812A45C555005FBEDE /* Hindi Songs.mp3 */, |
| 245 | + 777D472D2A53F7550050C0E7 /* english_song.m4a */, |
| 246 | + 777D472E2A53F7550050C0E7 /* translation_file.m4a */, |
229 | 247 | A8B85FD52A43131A005FBEDE /* Assets.xcassets */,
|
230 | 248 | A8B860122A432135005FBEDE /* openai.svg */,
|
231 | 249 | A8B85FDA2A43131A005FBEDE /* Info.plist */,
|
|
266 | 284 | );
|
267 | 285 | name = Example;
|
268 | 286 | packageProductDependencies = (
|
269 |
| - A8B860182A432841005FBEDE /* ChatGPTAPIManager */, |
| 287 | + 777D472A2A53EA9D0050C0E7 /* ChatGPTAPIManager */, |
270 | 288 | );
|
271 | 289 | productName = Example;
|
272 | 290 | productReference = A8B85FC92A431318005FBEDE /* Example.app */;
|
|
341 | 359 | );
|
342 | 360 | mainGroup = A8B85FC02A431318005FBEDE;
|
343 | 361 | packageReferences = (
|
344 |
| - A8B860172A432841005FBEDE /* XCRemoteSwiftPackageReference "chatgpt-ios-sdk" */, |
345 | 362 | );
|
346 | 363 | productRefGroup = A8B85FCA2A431318005FBEDE /* Products */;
|
347 | 364 | projectDirPath = "";
|
|
359 | 376 | isa = PBXResourcesBuildPhase;
|
360 | 377 | buildActionMask = 2147483647;
|
361 | 378 | files = (
|
| 379 | + 777D472F2A53F7560050C0E7 /* english_song.m4a in Resources */, |
362 | 380 | A8B8600A2A431AA6005FBEDE /* UserCell.xib in Resources */,
|
363 |
| - A8B8607E2A45B474005FBEDE /* sample-15s.mp3 in Resources */, |
| 381 | + 777D47302A53F7560050C0E7 /* translation_file.m4a in Resources */, |
364 | 382 | A8B85FD92A43131A005FBEDE /* LaunchScreen.storyboard in Resources */,
|
365 | 383 | A8B860132A432135005FBEDE /* openai.svg in Resources */,
|
366 |
| - A8B860822A45C555005FBEDE /* Hindi Songs.mp3 in Resources */, |
367 |
| - A8B860802A45BCFE005FBEDE /* passenger-let-her-go-official-video.mp3 in Resources */, |
368 | 384 | A8B85FD62A43131A005FBEDE /* Assets.xcassets in Resources */,
|
369 | 385 | A8B8600F2A431AA6005FBEDE /* AssistantCell.xib in Resources */,
|
370 | 386 | A8B85FD42A431318005FBEDE /* Main.storyboard in Resources */,
|
|
399 | 415 | A8B85FD12A431318005FBEDE /* ViewController.swift in Sources */,
|
400 | 416 | A8B8600E2A431AA6005FBEDE /* ChatViewController.swift in Sources */,
|
401 | 417 | A8B860252A440C52005FBEDE /* MessageModel.swift in Sources */,
|
| 418 | + 777D47322A5419150050C0E7 /* AudioViewModel.swift in Sources */, |
402 | 419 | A8B860102A431AA6005FBEDE /* EZLoadingActivity.swift in Sources */,
|
403 | 420 | A8B85FCD2A431318005FBEDE /* AppDelegate.swift in Sources */,
|
404 | 421 | A8B85FCF2A431318005FBEDE /* SceneDelegate.swift in Sources */,
|
|
745 | 762 | };
|
746 | 763 | /* End XCConfigurationList section */
|
747 | 764 |
|
748 |
| -/* Begin XCRemoteSwiftPackageReference section */ |
749 |
| - A8B860172A432841005FBEDE /* XCRemoteSwiftPackageReference "chatgpt-ios-sdk" */ = { |
750 |
| - isa = XCRemoteSwiftPackageReference; |
751 |
| - repositoryURL = "https://github.com/DevCrew-io/chatgpt-ios-sdk.git"; |
752 |
| - requirement = { |
753 |
| - kind = upToNextMajorVersion; |
754 |
| - minimumVersion = 1.0.2; |
755 |
| - }; |
756 |
| - }; |
757 |
| -/* End XCRemoteSwiftPackageReference section */ |
758 |
| - |
759 | 765 | /* Begin XCSwiftPackageProductDependency section */
|
760 |
| - A8B860182A432841005FBEDE /* ChatGPTAPIManager */ = { |
| 766 | + 777D472A2A53EA9D0050C0E7 /* ChatGPTAPIManager */ = { |
761 | 767 | isa = XCSwiftPackageProductDependency;
|
762 |
| - package = A8B860172A432841005FBEDE /* XCRemoteSwiftPackageReference "chatgpt-ios-sdk" */; |
763 | 768 | productName = ChatGPTAPIManager;
|
764 | 769 | };
|
765 | 770 | /* End XCSwiftPackageProductDependency section */
|
|
0 commit comments