Skip to content

Commit 8089b06

Browse files
committed
Update audio_soloud
1 parent cc95f40 commit 8089b06

File tree

30 files changed

+618
-618
lines changed

30 files changed

+618
-618
lines changed

audio_soloud/step_02/android/app/src/main/kotlin/com/example/audio_soloud/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package com.example.audio_soloud
22

33
import io.flutter.embedding.android.FlutterActivity
44

5-
class MainActivity : FlutterActivity()
5+
class MainActivity: FlutterActivity()

audio_soloud/step_02/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

audio_soloud/step_02/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24+
021F759E721EF64C544A8363 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D73FB09AEC34D9A29A84861 /* Pods_RunnerTests.framework */; };
2425
331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C80D7294CF71000263BE5 /* RunnerTests.swift */; };
2526
335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; };
2627
33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; };
2728
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
2829
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
2930
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
30-
63FE1165F951769BF06347FE /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B86527FB38C0DF3A31A993D /* Pods_RunnerTests.framework */; };
31-
9562110F7C3EE4D27DC39713 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 528B075E892C92A1497BC5F8 /* Pods_Runner.framework */; };
31+
F0DB804B75023E840A67AC08 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F26B0CD6A6A6579AAAD05895 /* Pods_Runner.framework */; };
3232
/* End PBXBuildFile section */
3333

3434
/* Begin PBXContainerItemProxy section */
@@ -62,7 +62,8 @@
6262
/* End PBXCopyFilesBuildPhase section */
6363

6464
/* Begin PBXFileReference section */
65-
042B79579D0C246C002451EF /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
65+
14EA7F03C71924E5E8482549 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
66+
2DEDA63086BAD8245C408DA0 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
6667
331C80D5294CF71000263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6768
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
6869
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
@@ -79,31 +80,30 @@
7980
33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
8081
33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
8182
33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
82-
3B86527FB38C0DF3A31A993D /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
83-
528B075E892C92A1497BC5F8 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
84-
611D011EF4B1D75B226AC58A /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
83+
3C4682DB4904E9E40A0D3744 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
84+
6D73FB09AEC34D9A29A84861 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8585
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
86-
7F677BC8FF75C95809A52828 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
87-
8BEE52B223164EF40716553C /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
8886
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
89-
D47806E81D005579F7359B75 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
90-
DDD6890BB5392767E3D25BF1 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
87+
9828B5D08E218D80A809C7C2 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
88+
9A0E60FB5B3E199FF0419D8D /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
89+
DEA1E41A45C9C8F9312B81B9 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
90+
F26B0CD6A6A6579AAAD05895 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9191
/* End PBXFileReference section */
9292

9393
/* Begin PBXFrameworksBuildPhase section */
9494
331C80D2294CF70F00263BE5 /* Frameworks */ = {
9595
isa = PBXFrameworksBuildPhase;
9696
buildActionMask = 2147483647;
9797
files = (
98-
63FE1165F951769BF06347FE /* Pods_RunnerTests.framework in Frameworks */,
98+
021F759E721EF64C544A8363 /* Pods_RunnerTests.framework in Frameworks */,
9999
);
100100
runOnlyForDeploymentPostprocessing = 0;
101101
};
102102
33CC10EA2044A3C60003C045 /* Frameworks */ = {
103103
isa = PBXFrameworksBuildPhase;
104104
buildActionMask = 2147483647;
105105
files = (
106-
9562110F7C3EE4D27DC39713 /* Pods_Runner.framework in Frameworks */,
106+
F0DB804B75023E840A67AC08 /* Pods_Runner.framework in Frameworks */,
107107
);
108108
runOnlyForDeploymentPostprocessing = 0;
109109
};
@@ -137,7 +137,7 @@
137137
331C80D6294CF71000263BE5 /* RunnerTests */,
138138
33CC10EE2044A3C60003C045 /* Products */,
139139
D73912EC22F37F3D000D13A0 /* Frameworks */,
140-
86EEC1D932993C343FFEBD96 /* Pods */,
140+
7F7E7662DDCA89EC700943C7 /* Pods */,
141141
);
142142
sourceTree = "<group>";
143143
};
@@ -185,15 +185,15 @@
185185
path = Runner;
186186
sourceTree = "<group>";
187187
};
188-
86EEC1D932993C343FFEBD96 /* Pods */ = {
188+
7F7E7662DDCA89EC700943C7 /* Pods */ = {
189189
isa = PBXGroup;
190190
children = (
191-
7F677BC8FF75C95809A52828 /* Pods-Runner.debug.xcconfig */,
192-
042B79579D0C246C002451EF /* Pods-Runner.release.xcconfig */,
193-
8BEE52B223164EF40716553C /* Pods-Runner.profile.xcconfig */,
194-
DDD6890BB5392767E3D25BF1 /* Pods-RunnerTests.debug.xcconfig */,
195-
D47806E81D005579F7359B75 /* Pods-RunnerTests.release.xcconfig */,
196-
611D011EF4B1D75B226AC58A /* Pods-RunnerTests.profile.xcconfig */,
191+
2DEDA63086BAD8245C408DA0 /* Pods-Runner.debug.xcconfig */,
192+
9A0E60FB5B3E199FF0419D8D /* Pods-Runner.release.xcconfig */,
193+
3C4682DB4904E9E40A0D3744 /* Pods-Runner.profile.xcconfig */,
194+
9828B5D08E218D80A809C7C2 /* Pods-RunnerTests.debug.xcconfig */,
195+
14EA7F03C71924E5E8482549 /* Pods-RunnerTests.release.xcconfig */,
196+
DEA1E41A45C9C8F9312B81B9 /* Pods-RunnerTests.profile.xcconfig */,
197197
);
198198
name = Pods;
199199
path = Pods;
@@ -202,8 +202,8 @@
202202
D73912EC22F37F3D000D13A0 /* Frameworks */ = {
203203
isa = PBXGroup;
204204
children = (
205-
528B075E892C92A1497BC5F8 /* Pods_Runner.framework */,
206-
3B86527FB38C0DF3A31A993D /* Pods_RunnerTests.framework */,
205+
F26B0CD6A6A6579AAAD05895 /* Pods_Runner.framework */,
206+
6D73FB09AEC34D9A29A84861 /* Pods_RunnerTests.framework */,
207207
);
208208
name = Frameworks;
209209
sourceTree = "<group>";
@@ -215,7 +215,7 @@
215215
isa = PBXNativeTarget;
216216
buildConfigurationList = 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
217217
buildPhases = (
218-
FD6E47669C69DEF45E11B96D /* [CP] Check Pods Manifest.lock */,
218+
4B6B13A4559E7B5D33266C8F /* [CP] Check Pods Manifest.lock */,
219219
331C80D1294CF70F00263BE5 /* Sources */,
220220
331C80D2294CF70F00263BE5 /* Frameworks */,
221221
331C80D3294CF70F00263BE5 /* Resources */,
@@ -234,13 +234,13 @@
234234
isa = PBXNativeTarget;
235235
buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
236236
buildPhases = (
237-
60447F611E9A6283CDB5086A /* [CP] Check Pods Manifest.lock */,
237+
E66D866C1A242277B6B38D20 /* [CP] Check Pods Manifest.lock */,
238238
33CC10E92044A3C60003C045 /* Sources */,
239239
33CC10EA2044A3C60003C045 /* Frameworks */,
240240
33CC10EB2044A3C60003C045 /* Resources */,
241241
33CC110E2044A8840003C045 /* Bundle Framework */,
242242
3399D490228B24CF009A79C7 /* ShellScript */,
243-
8EACF5ACF629A57301D9AD23 /* [CP] Embed Pods Frameworks */,
243+
D860BD48C73949EB26D8E809 /* [CP] Embed Pods Frameworks */,
244244
);
245245
buildRules = (
246246
);
@@ -361,7 +361,7 @@
361361
shellPath = /bin/sh;
362362
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
363363
};
364-
60447F611E9A6283CDB5086A /* [CP] Check Pods Manifest.lock */ = {
364+
4B6B13A4559E7B5D33266C8F /* [CP] Check Pods Manifest.lock */ = {
365365
isa = PBXShellScriptBuildPhase;
366366
buildActionMask = 2147483647;
367367
files = (
@@ -376,14 +376,14 @@
376376
outputFileListPaths = (
377377
);
378378
outputPaths = (
379-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
379+
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
380380
);
381381
runOnlyForDeploymentPostprocessing = 0;
382382
shellPath = /bin/sh;
383383
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
384384
showEnvVarsInLog = 0;
385385
};
386-
8EACF5ACF629A57301D9AD23 /* [CP] Embed Pods Frameworks */ = {
386+
D860BD48C73949EB26D8E809 /* [CP] Embed Pods Frameworks */ = {
387387
isa = PBXShellScriptBuildPhase;
388388
buildActionMask = 2147483647;
389389
files = (
@@ -400,7 +400,7 @@
400400
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
401401
showEnvVarsInLog = 0;
402402
};
403-
FD6E47669C69DEF45E11B96D /* [CP] Check Pods Manifest.lock */ = {
403+
E66D866C1A242277B6B38D20 /* [CP] Check Pods Manifest.lock */ = {
404404
isa = PBXShellScriptBuildPhase;
405405
buildActionMask = 2147483647;
406406
files = (
@@ -415,7 +415,7 @@
415415
outputFileListPaths = (
416416
);
417417
outputPaths = (
418-
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
418+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
419419
);
420420
runOnlyForDeploymentPostprocessing = 0;
421421
shellPath = /bin/sh;
@@ -473,7 +473,7 @@
473473
/* Begin XCBuildConfiguration section */
474474
331C80DB294CF71000263BE5 /* Debug */ = {
475475
isa = XCBuildConfiguration;
476-
baseConfigurationReference = DDD6890BB5392767E3D25BF1 /* Pods-RunnerTests.debug.xcconfig */;
476+
baseConfigurationReference = 9828B5D08E218D80A809C7C2 /* Pods-RunnerTests.debug.xcconfig */;
477477
buildSettings = {
478478
BUNDLE_LOADER = "$(TEST_HOST)";
479479
CURRENT_PROJECT_VERSION = 1;
@@ -488,7 +488,7 @@
488488
};
489489
331C80DC294CF71000263BE5 /* Release */ = {
490490
isa = XCBuildConfiguration;
491-
baseConfigurationReference = D47806E81D005579F7359B75 /* Pods-RunnerTests.release.xcconfig */;
491+
baseConfigurationReference = 14EA7F03C71924E5E8482549 /* Pods-RunnerTests.release.xcconfig */;
492492
buildSettings = {
493493
BUNDLE_LOADER = "$(TEST_HOST)";
494494
CURRENT_PROJECT_VERSION = 1;
@@ -503,7 +503,7 @@
503503
};
504504
331C80DD294CF71000263BE5 /* Profile */ = {
505505
isa = XCBuildConfiguration;
506-
baseConfigurationReference = 611D011EF4B1D75B226AC58A /* Pods-RunnerTests.profile.xcconfig */;
506+
baseConfigurationReference = DEA1E41A45C9C8F9312B81B9 /* Pods-RunnerTests.profile.xcconfig */;
507507
buildSettings = {
508508
BUNDLE_LOADER = "$(TEST_HOST)";
509509
CURRENT_PROJECT_VERSION = 1;

audio_soloud/step_02/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PRODUCT_NAME = audio_soloud
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.audioSoloud
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.

audio_soloud/step_02/windows/runner/Runner.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ BEGIN
9393
VALUE "FileDescription", "audio_soloud" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "audio_soloud" "\0"
96-
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
96+
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "audio_soloud.exe" "\0"
9898
VALUE "ProductName", "audio_soloud" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

audio_soloud/step_03/android/app/src/main/kotlin/com/example/audio_soloud/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package com.example.audio_soloud
22

33
import io.flutter.embedding.android.FlutterActivity
44

5-
class MainActivity : FlutterActivity()
5+
class MainActivity: FlutterActivity()

0 commit comments

Comments
 (0)