|
302 | 302 | B99EF4B723DB072000D821BC /* Temporal+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99EF4B623DB072000D821BC /* Temporal+Hashable.swift */; };
|
303 | 303 | B9A329CC243559BF00C5B80C /* TimeInterval+Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9A329CB243559BF00C5B80C /* TimeInterval+Helper.swift */; };
|
304 | 304 | B9A6A4E024452E0D00AC2792 /* AccessLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9A6A4DF24452E0D00AC2792 /* AccessLevel.swift */; };
|
| 305 | + B9AA09F12473CA29000E6FBB /* PostStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AA09F02473CA29000E6FBB /* PostStatus.swift */; }; |
305 | 306 | B9AE8FD923D8C609002742F9 /* TemporalFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AE8FD823D8C609002742F9 /* TemporalFormat.swift */; };
|
306 | 307 | B9AE8FDB23D8C643002742F9 /* TemporalFormat+Time.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AE8FDA23D8C643002742F9 /* TemporalFormat+Time.swift */; };
|
307 | 308 | B9AF547A23F324DB0059E6C4 /* TemporalOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF547923F324DB0059E6C4 /* TemporalOperation.swift */; };
|
|
310 | 311 | B9B50DC423D917BB0086F1E1 /* TemporalFormat+Date.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9B50DC323D917BB0086F1E1 /* TemporalFormat+Date.swift */; };
|
311 | 312 | B9B50DC623D918020086F1E1 /* Date.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9B50DC523D918020086F1E1 /* Date.swift */; };
|
312 | 313 | B9B50DC823DA15890086F1E1 /* DataStoreError+Temporal.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9B50DC723DA15890086F1E1 /* DataStoreError+Temporal.swift */; };
|
313 |
| - B9AA09F12473CA29000E6FBB /* PostStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AA09F02473CA29000E6FBB /* PostStatus.swift */; }; |
314 | 314 | B9B64A9F23FCBF7E00730B68 /* ModelValueConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9B64A9E23FCBF7E00730B68 /* ModelValueConverter.swift */; };
|
315 | 315 | B9DCA263240F217C00075E22 /* AnyEncodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9DCA262240F217C00075E22 /* AnyEncodableTests.swift */; };
|
316 | 316 | B9FAA10B23878122009414B4 /* ModelField+Association.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FAA10A23878122009414B4 /* ModelField+Association.swift */; };
|
|
1038 | 1038 | B99EF4B623DB072000D821BC /* Temporal+Hashable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Temporal+Hashable.swift"; sourceTree = "<group>"; };
|
1039 | 1039 | B9A329CB243559BF00C5B80C /* TimeInterval+Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TimeInterval+Helper.swift"; sourceTree = "<group>"; };
|
1040 | 1040 | B9A6A4DF24452E0D00AC2792 /* AccessLevel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccessLevel.swift; sourceTree = "<group>"; };
|
| 1041 | + B9AA09F02473CA29000E6FBB /* PostStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostStatus.swift; sourceTree = "<group>"; }; |
1041 | 1042 | B9AE8FD823D8C609002742F9 /* TemporalFormat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemporalFormat.swift; sourceTree = "<group>"; };
|
1042 | 1043 | B9AE8FDA23D8C643002742F9 /* TemporalFormat+Time.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TemporalFormat+Time.swift"; sourceTree = "<group>"; };
|
1043 | 1044 | B9AF547923F324DB0059E6C4 /* TemporalOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemporalOperation.swift; sourceTree = "<group>"; };
|
|
1046 | 1047 | B9B50DC323D917BB0086F1E1 /* TemporalFormat+Date.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TemporalFormat+Date.swift"; sourceTree = "<group>"; };
|
1047 | 1048 | B9B50DC523D918020086F1E1 /* Date.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Date.swift; sourceTree = "<group>"; };
|
1048 | 1049 | B9B50DC723DA15890086F1E1 /* DataStoreError+Temporal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DataStoreError+Temporal.swift"; sourceTree = "<group>"; };
|
1049 |
| - B9AA09F02473CA29000E6FBB /* PostStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostStatus.swift; sourceTree = "<group>"; }; |
1050 | 1050 | B9B64A9E23FCBF7E00730B68 /* ModelValueConverter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelValueConverter.swift; sourceTree = "<group>"; };
|
1051 | 1051 | B9DCA262240F217C00075E22 /* AnyEncodableTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyEncodableTests.swift; sourceTree = "<group>"; };
|
1052 | 1052 | B9FAA10A23878122009414B4 /* ModelField+Association.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ModelField+Association.swift"; sourceTree = "<group>"; };
|
|
3104 | 3104 | buildConfigurationList = FA131AC12360FE070008381C /* Build configuration list for PBXNativeTarget "AWSPluginsCore" */;
|
3105 | 3105 | buildPhases = (
|
3106 | 3106 | 2F8DAE72BD3C0F67BA5CAD60 /* [CP] Check Pods Manifest.lock */,
|
| 3107 | + FA131AA52360FE070008381C /* Headers */, |
3107 | 3108 | FA131AA62360FE070008381C /* Sources */,
|
3108 | 3109 | FA131AD12360FF310008381C /* SwiftFormat */,
|
3109 | 3110 | FA131AD22360FF320008381C /* SwiftLint */,
|
3110 |
| - FA131AA52360FE070008381C /* Headers */, |
3111 | 3111 | FA131AA72360FE070008381C /* Frameworks */,
|
3112 | 3112 | FA131AA82360FE070008381C /* Resources */,
|
3113 | 3113 | );
|
|
3149 | 3149 | buildConfigurationList = FAB2C9A12384B108008EE879 /* Build configuration list for PBXNativeTarget "AWSPluginsTestCommon" */;
|
3150 | 3150 | buildPhases = (
|
3151 | 3151 | 1738E575674762DA4F3DA08A /* [CP] Check Pods Manifest.lock */,
|
| 3152 | + FAB2C9952384B108008EE879 /* Headers */, |
3152 | 3153 | FAB2C9962384B108008EE879 /* Sources */,
|
3153 | 3154 | FAB2C9A22384B11B008EE879 /* SwiftFormat */,
|
3154 | 3155 | FAB2C9A32384B131008EE879 /* SwiftLint */,
|
3155 |
| - FAB2C9952384B108008EE879 /* Headers */, |
3156 | 3156 | FAB2C9972384B108008EE879 /* Frameworks */,
|
3157 | 3157 | FAB2C9982384B108008EE879 /* Resources */,
|
3158 | 3158 | );
|
|
3170 | 3170 | buildConfigurationList = FAC234E62279F8DA00424678 /* Build configuration list for PBXNativeTarget "Amplify" */;
|
3171 | 3171 | buildPhases = (
|
3172 | 3172 | 5F9B8F5FB2FC02D2CEA5EFD6 /* [CP] Check Pods Manifest.lock */,
|
| 3173 | + FAC234CD2279F8DA00424678 /* Headers */, |
| 3174 | + FAC234CE2279F8DA00424678 /* Sources */, |
3173 | 3175 | FAF8AC86233AB5CF009FBF97 /* SwiftFormat */,
|
3174 | 3176 | FAC23581227A2D8C00424678 /* SwiftLint */,
|
3175 |
| - FAC234CE2279F8DA00424678 /* Sources */, |
3176 |
| - FAC234CD2279F8DA00424678 /* Headers */, |
3177 | 3177 | FAC234CF2279F8DA00424678 /* Frameworks */,
|
3178 | 3178 | FAC234D02279F8DA00424678 /* Resources */,
|
3179 | 3179 | );
|
|
3238 | 3238 | buildConfigurationList = FACA360D2327FBD4000E74F6 /* Build configuration list for PBXNativeTarget "AmplifyTestCommon" */;
|
3239 | 3239 | buildPhases = (
|
3240 | 3240 | 8934CE3BAE4AA68651840D9C /* [CP] Check Pods Manifest.lock */,
|
| 3241 | + FACA35FF2327FBD4000E74F6 /* Headers */, |
3241 | 3242 | FACA36002327FBD4000E74F6 /* Sources */,
|
3242 | 3243 | 215A84AA234D330400109930 /* SwiftFormat */,
|
3243 | 3244 | 215A84AB234D332D00109930 /* SwiftLint */,
|
3244 |
| - FACA35FF2327FBD4000E74F6 /* Headers */, |
3245 | 3245 | FACA36012327FBD4000E74F6 /* Frameworks */,
|
3246 | 3246 | FACA36022327FBD4000E74F6 /* Resources */,
|
3247 | 3247 | );
|
|
3446 | 3446 | );
|
3447 | 3447 | runOnlyForDeploymentPostprocessing = 0;
|
3448 | 3448 | shellPath = /bin/sh;
|
3449 |
| - shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --config \"${SRCROOT}/.swiftlint.yml\" --path \"${SRCROOT}/AmplifyTests\"\n"; |
| 3449 | + shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --config \"${SRCROOT}/.swiftlint.yml\" --path \"${SRCROOT}/${PRODUCT_NAME}\"\n"; |
3450 | 3450 | };
|
3451 | 3451 | 21578BEF234D43E600FF0F03 /* SwiftLint */ = {
|
3452 | 3452 | isa = PBXShellScriptBuildPhase;
|
|
3464 | 3464 | );
|
3465 | 3465 | runOnlyForDeploymentPostprocessing = 0;
|
3466 | 3466 | shellPath = /bin/sh;
|
3467 |
| - shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --config \"${SRCROOT}/.swiftlint.yml\" --path \"${SRCROOT}/AmplifyFunctionalTests\"\n"; |
| 3467 | + shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --config \"${SRCROOT}/.swiftlint.yml\" --path \"${SRCROOT}/${PRODUCT_NAME}\"\n"; |
3468 | 3468 | };
|
3469 | 3469 | 21578BF1234D459B00FF0F03 /* SwiftFormat */ = {
|
3470 | 3470 | isa = PBXShellScriptBuildPhase;
|
|
3482 | 3482 | );
|
3483 | 3483 | runOnlyForDeploymentPostprocessing = 0;
|
3484 | 3484 | shellPath = /bin/sh;
|
3485 |
| - shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" --config \"${SRCROOT}/.swiftformat\" --swiftversion \"$SWIFT_VERSION\" \"${SRCROOT}/AmplifyTests\"\n"; |
| 3485 | + shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" --config \"${SRCROOT}/.swiftformat\" --swiftversion \"$SWIFT_VERSION\" \"${SRCROOT}/${PRODUCT_NAME}\"\n"; |
3486 | 3486 | };
|
3487 | 3487 | 21578BF2234D45BF00FF0F03 /* SwiftFormat */ = {
|
3488 | 3488 | isa = PBXShellScriptBuildPhase;
|
|
3500 | 3500 | );
|
3501 | 3501 | runOnlyForDeploymentPostprocessing = 0;
|
3502 | 3502 | shellPath = /bin/sh;
|
3503 |
| - shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" --config \"${SRCROOT}/.swiftformat\" --swiftversion \"$SWIFT_VERSION\" \"${SRCROOT}/AmplifyFunctionalTests\"\n"; |
| 3503 | + shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" --config \"${SRCROOT}/.swiftformat\" --swiftversion \"$SWIFT_VERSION\" \"${SRCROOT}/${PRODUCT_NAME}\"\n"; |
3504 | 3504 | };
|
3505 | 3505 | 215A84AA234D330400109930 /* SwiftFormat */ = {
|
3506 | 3506 | isa = PBXShellScriptBuildPhase;
|
|
3518 | 3518 | );
|
3519 | 3519 | runOnlyForDeploymentPostprocessing = 0;
|
3520 | 3520 | shellPath = /bin/sh;
|
3521 |
| - shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" --config \"${SRCROOT}/.swiftformat\" --swiftversion \"$SWIFT_VERSION\" \"${SRCROOT}/AmplifyTestCommon\"\n"; |
| 3521 | + shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" --config \"${SRCROOT}/.swiftformat\" --swiftversion \"$SWIFT_VERSION\" \"${SRCROOT}/${PRODUCT_NAME}\"\n"; |
3522 | 3522 | };
|
3523 | 3523 | 215A84AB234D332D00109930 /* SwiftLint */ = {
|
3524 | 3524 | isa = PBXShellScriptBuildPhase;
|
|
3536 | 3536 | );
|
3537 | 3537 | runOnlyForDeploymentPostprocessing = 0;
|
3538 | 3538 | shellPath = /bin/sh;
|
3539 |
| - shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --config \"${SRCROOT}/.swiftlint.yml\" --path \"${SRCROOT}/AmplifyTestCommon\"\n"; |
| 3539 | + shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --config \"${SRCROOT}/.swiftlint.yml\" --path \"${SRCROOT}/${PRODUCT_NAME}\"\n"; |
3540 | 3540 | };
|
3541 | 3541 | 2F8DAE72BD3C0F67BA5CAD60 /* [CP] Check Pods Manifest.lock */ = {
|
3542 | 3542 | isa = PBXShellScriptBuildPhase;
|
|
3862 | 3862 | );
|
3863 | 3863 | runOnlyForDeploymentPostprocessing = 0;
|
3864 | 3864 | shellPath = /bin/sh;
|
3865 |
| - shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --config \"${SRCROOT}/.swiftlint.yml\" --path \"${SRCROOT}/Amplify\"\n"; |
| 3865 | + shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --config \"${SRCROOT}/.swiftlint.yml\" --path \"${SRCROOT}/${PRODUCT_NAME}\"\n"; |
3866 | 3866 | };
|
3867 | 3867 | FAF8AC86233AB5CF009FBF97 /* SwiftFormat */ = {
|
3868 | 3868 | isa = PBXShellScriptBuildPhase;
|
|
3880 | 3880 | );
|
3881 | 3881 | runOnlyForDeploymentPostprocessing = 0;
|
3882 | 3882 | shellPath = /bin/sh;
|
3883 |
| - shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" --config \"${SRCROOT}/.swiftformat\" --swiftversion \"$SWIFT_VERSION\" \"${SRCROOT}/Amplify\"\n"; |
| 3883 | + shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" --config \"${SRCROOT}/.swiftformat\" --swiftversion \"$SWIFT_VERSION\" \"${SRCROOT}/${PRODUCT_NAME}\"\n"; |
3884 | 3884 | };
|
3885 | 3885 | /* End PBXShellScriptBuildPhase section */
|
3886 | 3886 |
|
|
0 commit comments