|
29 | 29 | F20FD5EB2F7D37180007E1F9 /* WaveformImageTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = F20FD5E52F7D37180007E1F9 /* WaveformImageTypes.swift */; }; |
30 | 30 | F20FD5ED2F7D37180007E1F9 /* WaveformImageDrawer+iOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = F20FD5E42F7D37180007E1F9 /* WaveformImageDrawer+iOS.swift */; }; |
31 | 31 | F20FD5EE2F7D37180007E1F9 /* TempiFFT.swift in Sources */ = {isa = PBXBuildFile; fileRef = F20FD5E12F7D37180007E1F9 /* TempiFFT.swift */; }; |
| 32 | + F21B09822F91EEC400B83482 /* VideoEditorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F21B09802F91EEC400B83482 /* VideoEditorTests.swift */; }; |
| 33 | + F21B09832F91F2B400B83482 /* img1.jpg in Resources */ = {isa = PBXBuildFile; fileRef = F2A12A182F74776900FBF32C /* img1.jpg */; }; |
| 34 | + F21B09842F91F2B400B83482 /* img2.png in Resources */ = {isa = PBXBuildFile; fileRef = F291A8842F77E7C000F5839A /* img2.png */; }; |
32 | 35 | F22B79AE2F91B46400DB4E8F /* ExportedVideoResultViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F22B79AD2F91B46400DB4E8F /* ExportedVideoResultViewController.swift */; }; |
33 | 36 | F25D1C192F73F5F900B82DC2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F25D1C0E2F73F5F900B82DC2 /* Assets.xcassets */; }; |
34 | 37 | F25D1C1B2F73F5F900B82DC2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F25D1C112F73F5F900B82DC2 /* LaunchScreen.storyboard */; }; |
|
140 | 143 | F2TXTCV112FAA400100E04DD1 /* EditorCanvasTextOverlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2TXTCV122FAA400100E04DD1 /* EditorCanvasTextOverlayView.swift */; }; |
141 | 144 | /* End PBXBuildFile section */ |
142 | 145 |
|
| 146 | +/* Begin PBXContainerItemProxy section */ |
| 147 | + F21B097B2F91EEB800B83482 /* PBXContainerItemProxy */ = { |
| 148 | + isa = PBXContainerItemProxy; |
| 149 | + containerPortal = F25D1BCE2F73F57E00B82DC2 /* Project object */; |
| 150 | + proxyType = 1; |
| 151 | + remoteGlobalIDString = F25D1BD52F73F57E00B82DC2; |
| 152 | + remoteInfo = VideoEditor; |
| 153 | + }; |
| 154 | +/* End PBXContainerItemProxy section */ |
| 155 | + |
143 | 156 | /* Begin PBXFileReference section */ |
144 | 157 | 08178BF3D1C1171B215FED1C /* LocalThumbnailService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LocalThumbnailService.swift; sourceTree = "<group>"; }; |
145 | 158 | 56EF222A5456915C4E52BAAA /* RelativeDateFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RelativeDateFormatter.swift; sourceTree = "<group>"; }; |
|
163 | 176 | F20FD5E32F7D37180007E1F9 /* WaveformImageDrawer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaveformImageDrawer.swift; sourceTree = "<group>"; }; |
164 | 177 | F20FD5E42F7D37180007E1F9 /* WaveformImageDrawer+iOS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WaveformImageDrawer+iOS.swift"; sourceTree = "<group>"; }; |
165 | 178 | F20FD5E52F7D37180007E1F9 /* WaveformImageTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaveformImageTypes.swift; sourceTree = "<group>"; }; |
| 179 | + F21B09772F91EEB800B83482 /* VideoEditorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VideoEditorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 180 | + F21B09802F91EEC400B83482 /* VideoEditorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoEditorTests.swift; sourceTree = "<group>"; }; |
166 | 181 | F22B79AD2F91B46400DB4E8F /* ExportedVideoResultViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExportedVideoResultViewController.swift; sourceTree = "<group>"; }; |
167 | 182 | F25D1BD62F73F57E00B82DC2 /* VideoEditor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VideoEditor.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
168 | 183 | F25D1C0D2F73F5F900B82DC2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
277 | 292 | /* End PBXFileReference section */ |
278 | 293 |
|
279 | 294 | /* Begin PBXFrameworksBuildPhase section */ |
| 295 | + F21B09742F91EEB800B83482 /* Frameworks */ = { |
| 296 | + isa = PBXFrameworksBuildPhase; |
| 297 | + buildActionMask = 2147483647; |
| 298 | + files = ( |
| 299 | + ); |
| 300 | + runOnlyForDeploymentPostprocessing = 0; |
| 301 | + }; |
280 | 302 | F25D1BD32F73F57E00B82DC2 /* Frameworks */ = { |
281 | 303 | isa = PBXFrameworksBuildPhase; |
282 | 304 | buildActionMask = 2147483647; |
|
349 | 371 | path = EditorViewController; |
350 | 372 | sourceTree = "<group>"; |
351 | 373 | }; |
| 374 | + F21B09812F91EEC400B83482 /* VideoEditorTests */ = { |
| 375 | + isa = PBXGroup; |
| 376 | + children = ( |
| 377 | + F21B09802F91EEC400B83482 /* VideoEditorTests.swift */, |
| 378 | + ); |
| 379 | + path = VideoEditorTests; |
| 380 | + sourceTree = "<group>"; |
| 381 | + }; |
352 | 382 | F25D1BCD2F73F57E00B82DC2 = { |
353 | 383 | isa = PBXGroup; |
354 | 384 | children = ( |
355 | 385 | F25D1C172F73F5F900B82DC2 /* VideoEditor */, |
| 386 | + F21B09812F91EEC400B83482 /* VideoEditorTests */, |
356 | 387 | F25D1BD72F73F57E00B82DC2 /* Products */, |
357 | 388 | ); |
358 | 389 | sourceTree = "<group>"; |
|
361 | 392 | isa = PBXGroup; |
362 | 393 | children = ( |
363 | 394 | F25D1BD62F73F57E00B82DC2 /* VideoEditor.app */, |
| 395 | + F21B09772F91EEB800B83482 /* VideoEditorTests.xctest */, |
364 | 396 | ); |
365 | 397 | name = Products; |
366 | 398 | sourceTree = "<group>"; |
|
725 | 757 | /* End PBXGroup section */ |
726 | 758 |
|
727 | 759 | /* Begin PBXNativeTarget section */ |
| 760 | + F21B09762F91EEB800B83482 /* VideoEditorTests */ = { |
| 761 | + isa = PBXNativeTarget; |
| 762 | + buildConfigurationList = F21B097F2F91EEB800B83482 /* Build configuration list for PBXNativeTarget "VideoEditorTests" */; |
| 763 | + buildPhases = ( |
| 764 | + F21B09732F91EEB800B83482 /* Sources */, |
| 765 | + F21B09742F91EEB800B83482 /* Frameworks */, |
| 766 | + F21B09752F91EEB800B83482 /* Resources */, |
| 767 | + ); |
| 768 | + buildRules = ( |
| 769 | + ); |
| 770 | + dependencies = ( |
| 771 | + F21B097C2F91EEB800B83482 /* PBXTargetDependency */, |
| 772 | + ); |
| 773 | + name = VideoEditorTests; |
| 774 | + packageProductDependencies = ( |
| 775 | + ); |
| 776 | + productName = VideoEditorTests; |
| 777 | + productReference = F21B09772F91EEB800B83482 /* VideoEditorTests.xctest */; |
| 778 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 779 | + }; |
728 | 780 | F25D1BD52F73F57E00B82DC2 /* VideoEditor */ = { |
729 | 781 | isa = PBXNativeTarget; |
730 | 782 | buildConfigurationList = F25D1C022F73F58000B82DC2 /* Build configuration list for PBXNativeTarget "VideoEditor" */; |
|
753 | 805 | LastUpgradeCheck = 2630; |
754 | 806 | ORGANIZATIONNAME = "Coder ACJHP"; |
755 | 807 | TargetAttributes = { |
| 808 | + F21B09762F91EEB800B83482 = { |
| 809 | + CreatedOnToolsVersion = 26.3; |
| 810 | + TestTargetID = F25D1BD52F73F57E00B82DC2; |
| 811 | + }; |
756 | 812 | F25D1BD52F73F57E00B82DC2 = { |
757 | 813 | CreatedOnToolsVersion = 26.3; |
758 | 814 | }; |
|
773 | 829 | projectRoot = ""; |
774 | 830 | targets = ( |
775 | 831 | F25D1BD52F73F57E00B82DC2 /* VideoEditor */, |
| 832 | + F21B09762F91EEB800B83482 /* VideoEditorTests */, |
776 | 833 | ); |
777 | 834 | }; |
778 | 835 | /* End PBXProject section */ |
779 | 836 |
|
780 | 837 | /* Begin PBXResourcesBuildPhase section */ |
| 838 | + F21B09752F91EEB800B83482 /* Resources */ = { |
| 839 | + isa = PBXResourcesBuildPhase; |
| 840 | + buildActionMask = 2147483647; |
| 841 | + files = ( |
| 842 | + F21B09832F91F2B400B83482 /* img1.jpg in Resources */, |
| 843 | + F21B09842F91F2B400B83482 /* img2.png in Resources */, |
| 844 | + ); |
| 845 | + runOnlyForDeploymentPostprocessing = 0; |
| 846 | + }; |
781 | 847 | F25D1BD42F73F57E00B82DC2 /* Resources */ = { |
782 | 848 | isa = PBXResourcesBuildPhase; |
783 | 849 | buildActionMask = 2147483647; |
|
802 | 868 | /* End PBXResourcesBuildPhase section */ |
803 | 869 |
|
804 | 870 | /* Begin PBXSourcesBuildPhase section */ |
| 871 | + F21B09732F91EEB800B83482 /* Sources */ = { |
| 872 | + isa = PBXSourcesBuildPhase; |
| 873 | + buildActionMask = 2147483647; |
| 874 | + files = ( |
| 875 | + F21B09822F91EEC400B83482 /* VideoEditorTests.swift in Sources */, |
| 876 | + ); |
| 877 | + runOnlyForDeploymentPostprocessing = 0; |
| 878 | + }; |
805 | 879 | F25D1BD22F73F57E00B82DC2 /* Sources */ = { |
806 | 880 | isa = PBXSourcesBuildPhase; |
807 | 881 | buildActionMask = 2147483647; |
|
928 | 1002 | }; |
929 | 1003 | /* End PBXSourcesBuildPhase section */ |
930 | 1004 |
|
| 1005 | +/* Begin PBXTargetDependency section */ |
| 1006 | + F21B097C2F91EEB800B83482 /* PBXTargetDependency */ = { |
| 1007 | + isa = PBXTargetDependency; |
| 1008 | + target = F25D1BD52F73F57E00B82DC2 /* VideoEditor */; |
| 1009 | + targetProxy = F21B097B2F91EEB800B83482 /* PBXContainerItemProxy */; |
| 1010 | + }; |
| 1011 | +/* End PBXTargetDependency section */ |
| 1012 | + |
931 | 1013 | /* Begin PBXVariantGroup section */ |
932 | 1014 | F25D1C112F73F5F900B82DC2 /* LaunchScreen.storyboard */ = { |
933 | 1015 | isa = PBXVariantGroup; |
|
940 | 1022 | /* End PBXVariantGroup section */ |
941 | 1023 |
|
942 | 1024 | /* Begin XCBuildConfiguration section */ |
| 1025 | + F21B097D2F91EEB800B83482 /* Debug */ = { |
| 1026 | + isa = XCBuildConfiguration; |
| 1027 | + buildSettings = { |
| 1028 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 1029 | + CODE_SIGN_STYLE = Automatic; |
| 1030 | + CURRENT_PROJECT_VERSION = 1; |
| 1031 | + DEVELOPMENT_TEAM = N26XM7U465; |
| 1032 | + GENERATE_INFOPLIST_FILE = YES; |
| 1033 | + MARKETING_VERSION = 1.0; |
| 1034 | + PRODUCT_BUNDLE_IDENTIFIER = com.coder.test.VideoEditorTests; |
| 1035 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1036 | + STRING_CATALOG_GENERATE_SYMBOLS = NO; |
| 1037 | + SWIFT_APPROACHABLE_CONCURRENCY = YES; |
| 1038 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 1039 | + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; |
| 1040 | + SWIFT_VERSION = 5.0; |
| 1041 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 1042 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/VideoEditor.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/VideoEditor"; |
| 1043 | + }; |
| 1044 | + name = Debug; |
| 1045 | + }; |
| 1046 | + F21B097E2F91EEB800B83482 /* Release */ = { |
| 1047 | + isa = XCBuildConfiguration; |
| 1048 | + buildSettings = { |
| 1049 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 1050 | + CODE_SIGN_STYLE = Automatic; |
| 1051 | + CURRENT_PROJECT_VERSION = 1; |
| 1052 | + DEVELOPMENT_TEAM = N26XM7U465; |
| 1053 | + GENERATE_INFOPLIST_FILE = YES; |
| 1054 | + MARKETING_VERSION = 1.0; |
| 1055 | + PRODUCT_BUNDLE_IDENTIFIER = com.coder.test.VideoEditorTests; |
| 1056 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1057 | + STRING_CATALOG_GENERATE_SYMBOLS = NO; |
| 1058 | + SWIFT_APPROACHABLE_CONCURRENCY = YES; |
| 1059 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 1060 | + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; |
| 1061 | + SWIFT_VERSION = 5.0; |
| 1062 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 1063 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/VideoEditor.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/VideoEditor"; |
| 1064 | + }; |
| 1065 | + name = Release; |
| 1066 | + }; |
943 | 1067 | F25D1C032F73F58000B82DC2 /* Debug */ = { |
944 | 1068 | isa = XCBuildConfiguration; |
945 | 1069 | buildSettings = { |
|
1134 | 1258 | /* End XCBuildConfiguration section */ |
1135 | 1259 |
|
1136 | 1260 | /* Begin XCConfigurationList section */ |
| 1261 | + F21B097F2F91EEB800B83482 /* Build configuration list for PBXNativeTarget "VideoEditorTests" */ = { |
| 1262 | + isa = XCConfigurationList; |
| 1263 | + buildConfigurations = ( |
| 1264 | + F21B097D2F91EEB800B83482 /* Debug */, |
| 1265 | + F21B097E2F91EEB800B83482 /* Release */, |
| 1266 | + ); |
| 1267 | + defaultConfigurationIsVisible = 0; |
| 1268 | + defaultConfigurationName = Release; |
| 1269 | + }; |
1137 | 1270 | F25D1BD12F73F57E00B82DC2 /* Build configuration list for PBXProject "VideoEditor" */ = { |
1138 | 1271 | isa = XCConfigurationList; |
1139 | 1272 | buildConfigurations = ( |
|
0 commit comments