Skip to content

Commit f24eaae

Browse files
committed
fix: try another patch
1 parent 31dd85f commit f24eaae

File tree

2 files changed

+338
-45
lines changed

2 files changed

+338
-45
lines changed

examples/hybrid/ios/HybridSampleApp.xcodeproj/project.pbxproj

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
0CFE4DEF2CC818D50003EEA7 /* HybridSampleAppUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFE4DEE2CC818D50003EEA7 /* HybridSampleAppUITests.m */; };
1919
0CFE4DF12CC818D50003EEA7 /* HybridSampleAppUITestsLaunchTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFE4DF02CC818D50003EEA7 /* HybridSampleAppUITestsLaunchTests.m */; };
2020
0CFE4DFE2CC81A4D0003EEA7 /* Instabug.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CFE4DFD2CC81A4D0003EEA7 /* Instabug.xcframework */; };
21-
5334C3AA1812F4CCEDD6ACFF /* libPods-HybridSampleApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CF66773FBD33A7BE68C1DA6 /* libPods-HybridSampleApp.a */; };
21+
EE06BE8D7933BEB6211BDF8E /* libPods-HybridSampleApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A5CB314F84490FD2A2F1D233 /* libPods-HybridSampleApp.a */; };
2222
/* End PBXBuildFile section */
2323

2424
/* Begin PBXContainerItemProxy section */
@@ -39,7 +39,6 @@
3939
/* End PBXContainerItemProxy section */
4040

4141
/* Begin PBXFileReference section */
42-
08E46746258CE9563B8264F7 /* Pods-HybridSampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HybridSampleApp.release.xcconfig"; path = "Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp.release.xcconfig"; sourceTree = "<group>"; };
4342
0CFE4DC52CC818D30003EEA7 /* HybridSampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HybridSampleApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
4443
0CFE4DC82CC818D30003EEA7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4544
0CFE4DC92CC818D30003EEA7 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -58,8 +57,9 @@
5857
0CFE4DEE2CC818D50003EEA7 /* HybridSampleAppUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HybridSampleAppUITests.m; sourceTree = "<group>"; };
5958
0CFE4DF02CC818D50003EEA7 /* HybridSampleAppUITestsLaunchTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HybridSampleAppUITestsLaunchTests.m; sourceTree = "<group>"; };
6059
0CFE4DFD2CC81A4D0003EEA7 /* Instabug.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Instabug.xcframework; path = Pods/Instabug/Instabug.xcframework; sourceTree = "<group>"; };
61-
1CF66773FBD33A7BE68C1DA6 /* libPods-HybridSampleApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HybridSampleApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
62-
775ACD699F67E1A0E34E732E /* Pods-HybridSampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HybridSampleApp.debug.xcconfig"; path = "Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp.debug.xcconfig"; sourceTree = "<group>"; };
60+
762D48A4CBCD612E525FCD10 /* Pods-HybridSampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HybridSampleApp.debug.xcconfig"; path = "Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp.debug.xcconfig"; sourceTree = "<group>"; };
61+
78D1695664598CAB8AF30382 /* Pods-HybridSampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HybridSampleApp.release.xcconfig"; path = "Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp.release.xcconfig"; sourceTree = "<group>"; };
62+
A5CB314F84490FD2A2F1D233 /* libPods-HybridSampleApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HybridSampleApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6363
/* End PBXFileReference section */
6464

6565
/* Begin PBXFrameworksBuildPhase section */
@@ -68,7 +68,7 @@
6868
buildActionMask = 2147483647;
6969
files = (
7070
0CFE4DFE2CC81A4D0003EEA7 /* Instabug.xcframework in Frameworks */,
71-
5334C3AA1812F4CCEDD6ACFF /* libPods-HybridSampleApp.a in Frameworks */,
71+
EE06BE8D7933BEB6211BDF8E /* libPods-HybridSampleApp.a in Frameworks */,
7272
);
7373
runOnlyForDeploymentPostprocessing = 0;
7474
};
@@ -149,8 +149,8 @@
149149
2DDC8407773CA2FAF348AF0C /* Pods */ = {
150150
isa = PBXGroup;
151151
children = (
152-
775ACD699F67E1A0E34E732E /* Pods-HybridSampleApp.debug.xcconfig */,
153-
08E46746258CE9563B8264F7 /* Pods-HybridSampleApp.release.xcconfig */,
152+
762D48A4CBCD612E525FCD10 /* Pods-HybridSampleApp.debug.xcconfig */,
153+
78D1695664598CAB8AF30382 /* Pods-HybridSampleApp.release.xcconfig */,
154154
);
155155
path = Pods;
156156
sourceTree = "<group>";
@@ -159,7 +159,7 @@
159159
isa = PBXGroup;
160160
children = (
161161
0CFE4DFD2CC81A4D0003EEA7 /* Instabug.xcframework */,
162-
1CF66773FBD33A7BE68C1DA6 /* libPods-HybridSampleApp.a */,
162+
A5CB314F84490FD2A2F1D233 /* libPods-HybridSampleApp.a */,
163163
);
164164
name = Frameworks;
165165
sourceTree = "<group>";
@@ -171,15 +171,15 @@
171171
isa = PBXNativeTarget;
172172
buildConfigurationList = 0CFE4DF42CC818D50003EEA7 /* Build configuration list for PBXNativeTarget "HybridSampleApp" */;
173173
buildPhases = (
174-
201F6474BCC200869270807E /* [CP] Check Pods Manifest.lock */,
174+
2634B07EBC6AA40AE6C07B5B /* [CP] Check Pods Manifest.lock */,
175175
0CFE4DC12CC818D30003EEA7 /* Sources */,
176176
0CFE4DC22CC818D30003EEA7 /* Frameworks */,
177177
0CFE4DC32CC818D30003EEA7 /* Resources */,
178178
0C3BA78F2CD3CC490012085A /* start */,
179179
0C3BA7902CD3CD1D0012085A /* Bundle React Native code and images */,
180-
7E4EF0AC0AA2F82ADE19FD31 /* [CP] Embed Pods Frameworks */,
181-
C5B4F0F4EA93376A1C360511 /* [CP] Copy Pods Resources */,
182-
A41A88C274C80A462DAAD8B7 /* [CP-User] [instabug-reactnative] Upload Sourcemap */,
180+
B8F7842EC4EA257EF5BF5C8D /* [CP] Embed Pods Frameworks */,
181+
31ABFBAD927E9789F1D7C6F3 /* [CP] Copy Pods Resources */,
182+
FA663BCE91616B8225BDACB8 /* [CP-User] [instabug-reactnative] Upload Sourcemap */,
183183
);
184184
buildRules = (
185185
);
@@ -335,7 +335,7 @@
335335
shellPath = /bin/sh;
336336
shellScript = "# Type a script or drag a script file from your workspace\nexport NODE_BINARY=node\nexport ENTRY_FILE=\"index.js\"\n\n# This is the path to your project's root, where \"package.json\" lives\nexport PROJECT_ROOT=\"$PROJECT_DIR/..\"\n\nWITH_ENVIRONMENT=\"${PROJECT_ROOT}/node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"${PROJECT_ROOT}/node_modules/react-native/scripts/react-native-xcode.sh\"\n\nif [[ -f \"$WITH_ENVIRONMENT\" ]]; then\n /bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\nelse\n echo \"error: File $WITH_ENVIRONMENT does not exist. Are you sure React Native is installed in your project?\"\n exit 1\nfi\n";
337337
};
338-
201F6474BCC200869270807E /* [CP] Check Pods Manifest.lock */ = {
338+
2634B07EBC6AA40AE6C07B5B /* [CP] Check Pods Manifest.lock */ = {
339339
isa = PBXShellScriptBuildPhase;
340340
buildActionMask = 2147483647;
341341
files = (
@@ -357,49 +357,49 @@
357357
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";
358358
showEnvVarsInLog = 0;
359359
};
360-
7E4EF0AC0AA2F82ADE19FD31 /* [CP] Embed Pods Frameworks */ = {
360+
31ABFBAD927E9789F1D7C6F3 /* [CP] Copy Pods Resources */ = {
361361
isa = PBXShellScriptBuildPhase;
362362
buildActionMask = 2147483647;
363363
files = (
364364
);
365365
inputFileListPaths = (
366-
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
366+
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources-${CONFIGURATION}-input-files.xcfilelist",
367367
);
368-
name = "[CP] Embed Pods Frameworks";
368+
name = "[CP] Copy Pods Resources";
369369
outputFileListPaths = (
370-
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
370+
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources-${CONFIGURATION}-output-files.xcfilelist",
371371
);
372372
runOnlyForDeploymentPostprocessing = 0;
373373
shellPath = /bin/sh;
374-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-frameworks.sh\"\n";
374+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources.sh\"\n";
375375
showEnvVarsInLog = 0;
376376
};
377-
A41A88C274C80A462DAAD8B7 /* [CP-User] [instabug-reactnative] Upload Sourcemap */ = {
377+
B8F7842EC4EA257EF5BF5C8D /* [CP] Embed Pods Frameworks */ = {
378378
isa = PBXShellScriptBuildPhase;
379379
buildActionMask = 2147483647;
380380
files = (
381381
);
382-
name = "[CP-User] [instabug-reactnative] Upload Sourcemap";
382+
inputFileListPaths = (
383+
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
384+
);
385+
name = "[CP] Embed Pods Frameworks";
386+
outputFileListPaths = (
387+
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
388+
);
383389
runOnlyForDeploymentPostprocessing = 0;
384390
shellPath = /bin/sh;
385-
shellScript = "#!/bin/sh\n\nmain() {\n # Read environment variables from ios/.xcode.env if it exists\n env_path=\"$PODS_ROOT/../.xcode.env\"\n if [ -f \"$env_path\" ]; then\n source \"$env_path\"\n fi\n\n # Read environment variables from ios/.xcode.env.local if it exists\n local_env_path=\"${ENV_PATH}.local\"\n if [ -f \"$local_env_path\" ]; then\n source \"$local_env_path\"\n fi\n\n if [[ \"$INSTABUG_SOURCEMAPS_UPLOAD_DISABLE\" = true ]]; then\n echo \"[Info] \\`INSTABUG_SOURCEMAPS_UPLOAD_DISABLE\\` was set to true, skipping sourcemaps upload...\"\n exit 0\n fi\n\n if [[ \"$CONFIGURATION\" = \"Debug\" ]]; then\n echo \"[Info] Building in debug mode, skipping sourcemaps upload...\"\n exit 0\n fi\n\n if [[ -z \"$INFOPLIST_FILE\" ]] || [[ -z \"$PROJECT_DIR\" ]]; then\n echo \"[Error] Instabug sourcemaps script must be invoked by Xcode\"\n exit 0\n fi\n\n local source_map_file=$(generate_sourcemaps | tail -n 1)\n\n local js_project_dir=\"$PROJECT_DIR/..\"\n local instabug_dir=$(dirname $(node -p \"require.resolve('instabug-reactnative/package.json')\"))\n local inferred_token=$(cd $js_project_dir && source $instabug_dir/scripts/find-token.sh)\n local app_token=$(resolve_var \"App Token\" \"INSTABUG_APP_TOKEN\" \"$inferred_token\" | tail -n 1)\n\n local inferred_name=$(/usr/libexec/PlistBuddy -c 'print CFBundleShortVersionString' \"$PROJECT_DIR/$INFOPLIST_FILE\")\n local version_name=$(resolve_var \"Version Name\" \"INSTABUG_APP_VERSION_NAME\" \"$inferred_name\" | tail -n 1)\n\n local inferred_code=$(/usr/libexec/PlistBuddy -c 'print CFBundleVersion' \"$PROJECT_DIR/$INFOPLIST_FILE\")\n local version_code=$(resolve_var \"Version Code\" \"INSTABUG_APP_VERSION_CODE\" \"$inferred_code\" | tail -n 1)\n\n node $instabug_dir/bin/index.js upload-sourcemaps \\\n --platform ios \\\n --file $source_map_file \\\n --token $app_token \\\n --name $version_name \\\n --code $version_code\n}\n\ngenerate_sourcemaps() {\n local react_native_dir=$(dirname $(node -p \"require.resolve('react-native/package.json')\"))\n\n # Fixes an issue with react-native prior to v0.67.0\n # For more info: https://github.com/facebook/react-native/issues/32168\n export RN_DIR=$react_native_dir\n\n # Used withing `react-native-xcode.sh` to generate sourcemap file\n export SOURCEMAP_FILE=\"$(pwd)/main.jsbundle.map\";\n\n source \"$react_native_dir/scripts/react-native-xcode.sh\"\n\n if [[ ! -f \"$SOURCEMAP_FILE\" ]]; then\n echo \"[Error] Unable to find source map file at: $SOURCEMAP_FILE\"\n exit 0\n fi\n\n echo $SOURCEMAP_FILE\n}\n\nresolve_var() {\n local name=$1\n local env_key=$2\n local default_value=$3\n\n local env_value=\"${!env_key}\"\n\n if [[ -n \"$env_value\" ]] && [[ -n \"$default_value\" ]] && [[ \"$env_value\" != default_value ]]; then\n echo \"[Warning] Environment variable \\`$env_key\\` might have incorrect value, make sure this was intentional:\"\n echo \" Environment Value: $env_value\"\n echo \" Default Value: $default_value\"\n fi\n\n local value=\"${env_value:-$default_value}\"\n\n if [[ -z \"$value\" ]]; then\n echo \"[Error] Unable to find $name! Set the environment variable \\`$env_key\\` and try again.\"\n exit 0\n fi\n\n echo $value\n}\n\nmain \"$@\"; exit\n";
391+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-frameworks.sh\"\n";
392+
showEnvVarsInLog = 0;
386393
};
387-
C5B4F0F4EA93376A1C360511 /* [CP] Copy Pods Resources */ = {
394+
FA663BCE91616B8225BDACB8 /* [CP-User] [instabug-reactnative] Upload Sourcemap */ = {
388395
isa = PBXShellScriptBuildPhase;
389396
buildActionMask = 2147483647;
390397
files = (
391398
);
392-
inputFileListPaths = (
393-
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources-${CONFIGURATION}-input-files.xcfilelist",
394-
);
395-
name = "[CP] Copy Pods Resources";
396-
outputFileListPaths = (
397-
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources-${CONFIGURATION}-output-files.xcfilelist",
398-
);
399+
name = "[CP-User] [instabug-reactnative] Upload Sourcemap";
399400
runOnlyForDeploymentPostprocessing = 0;
400401
shellPath = /bin/sh;
401-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources.sh\"\n";
402-
showEnvVarsInLog = 0;
402+
shellScript = "#!/bin/sh\n\nmain() {\n # Read environment variables from ios/.xcode.env if it exists\n env_path=\"$PODS_ROOT/../.xcode.env\"\n if [ -f \"$env_path\" ]; then\n source \"$env_path\"\n fi\n\n # Read environment variables from ios/.xcode.env.local if it exists\n local_env_path=\"${ENV_PATH}.local\"\n if [ -f \"$local_env_path\" ]; then\n source \"$local_env_path\"\n fi\n\n if [[ \"$INSTABUG_SOURCEMAPS_UPLOAD_DISABLE\" = true ]]; then\n echo \"[Info] \\`INSTABUG_SOURCEMAPS_UPLOAD_DISABLE\\` was set to true, skipping sourcemaps upload...\"\n exit 0\n fi\n\n if [[ \"$CONFIGURATION\" = \"Debug\" ]]; then\n echo \"[Info] Building in debug mode, skipping sourcemaps upload...\"\n exit 0\n fi\n\n if [[ -z \"$INFOPLIST_FILE\" ]] || [[ -z \"$PROJECT_DIR\" ]]; then\n echo \"[Error] Instabug sourcemaps script must be invoked by Xcode\"\n exit 0\n fi\n\n local source_map_file=$(generate_sourcemaps | tail -n 1)\n\n local js_project_dir=\"$PROJECT_DIR/..\"\n local instabug_dir=$(dirname $(node -p \"require.resolve('instabug-reactnative/package.json')\"))\n local inferred_token=$(cd $js_project_dir && source $instabug_dir/scripts/find-token.sh)\n local app_token=$(resolve_var \"App Token\" \"INSTABUG_APP_TOKEN\" \"$inferred_token\" | tail -n 1)\n\n local inferred_name=$(/usr/libexec/PlistBuddy -c 'print CFBundleShortVersionString' \"$PROJECT_DIR/$INFOPLIST_FILE\")\n local version_name=$(resolve_var \"Version Name\" \"INSTABUG_APP_VERSION_NAME\" \"$inferred_name\" | tail -n 1)\n\n local inferred_code=$(/usr/libexec/PlistBuddy -c 'print CFBundleVersion' \"$PROJECT_DIR/$INFOPLIST_FILE\")\n local version_code=$(resolve_var \"Version Code\" \"INSTABUG_APP_VERSION_CODE\" \"$inferred_code\" | tail -n 1)\n\n node $instabug_dir/bin/index.js upload-sourcemaps \\\n --platform ios \\\n --file $source_map_file \\\n --token $app_token \\\n --name $version_name \\\n --code $version_code\n}\n\ngenerate_sourcemaps() {\n local react_native_dir=$(dirname $(node -p \"require.resolve('react-native/package.json')\"))\n\n # Fixes an issue with react-native prior to v0.67.0\n # For more info: https://github.com/facebook/react-native/issues/32168\n export RN_DIR=$react_native_dir\n\n # Used withing `react-native-xcode.sh` to generate sourcemap file\n export SOURCEMAP_FILE=\"$(pwd)/main.jsbundle.map\";\n\n source \"$react_native_dir/scripts/react-native-xcode.sh\"\n\n if [[ ! -f \"$SOURCEMAP_FILE\" ]]; then\n echo \"[Error] Unable to find source map file at: $SOURCEMAP_FILE\"\n exit 0\n fi\n\n echo $SOURCEMAP_FILE\n}\n\nresolve_var() {\n local name=$1\n local env_key=$2\n local default_value=$3\n\n local env_value=\"${!env_key}\"\n\n if [[ -n \"$env_value\" ]] && [[ -n \"$default_value\" ]] && [[ \"$env_value\" != default_value ]]; then\n echo \"[Warning] Environment variable \\`$env_key\\` might have incorrect value, make sure this was intentional:\"\n echo \" Environment Value: $env_value\"\n echo \" Default Value: $default_value\"\n fi\n\n local value=\"${env_value:-$default_value}\"\n\n if [[ -z \"$value\" ]]; then\n echo \"[Error] Unable to find $name! Set the environment variable \\`$env_key\\` and try again.\"\n exit 0\n fi\n\n echo $value\n}\n\nmain \"$@\"; exit\n";
403403
};
404404
/* End PBXShellScriptBuildPhase section */
405405

@@ -593,7 +593,7 @@
593593
};
594594
0CFE4DF52CC818D50003EEA7 /* Debug */ = {
595595
isa = XCBuildConfiguration;
596-
baseConfigurationReference = 775ACD699F67E1A0E34E732E /* Pods-HybridSampleApp.debug.xcconfig */;
596+
baseConfigurationReference = 762D48A4CBCD612E525FCD10 /* Pods-HybridSampleApp.debug.xcconfig */;
597597
buildSettings = {
598598
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
599599
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -623,7 +623,7 @@
623623
};
624624
0CFE4DF62CC818D50003EEA7 /* Release */ = {
625625
isa = XCBuildConfiguration;
626-
baseConfigurationReference = 08E46746258CE9563B8264F7 /* Pods-HybridSampleApp.release.xcconfig */;
626+
baseConfigurationReference = 78D1695664598CAB8AF30382 /* Pods-HybridSampleApp.release.xcconfig */;
627627
buildSettings = {
628628
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
629629
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;

0 commit comments

Comments
 (0)