|
26 | 26 | 19822A772A4CA69700CFA822 /* UploadCTA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A662A4CA69700CFA822 /* UploadCTA.swift */; };
|
27 | 27 | 19822A792A4CA69700CFA822 /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19822A682A4CA69700CFA822 /* ImagePicker.swift */; };
|
28 | 28 | 19DCD95B2A4CA567001FBBF6 /* MuxUploadSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 19DCD95A2A4CA567001FBBF6 /* MuxUploadSDK */; };
|
29 |
| - F38876CA2B86DBEB00B82A86 /* MemoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876C92B86DBEB00B82A86 /* MemoryTests.swift */; }; |
30 | 29 | F38876D22B86DCFB00B82A86 /* MuxUploadSDK in Frameworks */ = {isa = PBXBuildFile; productRef = F38876D12B86DCFB00B82A86 /* MuxUploadSDK */; };
|
31 |
| - F38876D72B86DD4A00B82A86 /* FakeBackend.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876D52B86DD4A00B82A86 /* FakeBackend.swift */; }; |
32 |
| - F38876D82B86DD4A00B82A86 /* EnvironmentVariables.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */; }; |
33 |
| - F3DB262A2B8F792D0000C39B /* five_min.mov in Resources */ = {isa = PBXBuildFile; fileRef = F3DB26282B8F5D430000C39B /* five_min.mov */; }; |
34 | 30 | /* End PBXBuildFile section */
|
35 | 31 |
|
36 | 32 | /* Begin PBXContainerItemProxy section */
|
|
72 | 68 | 19DCD9592A4CA546001FBBF6 /* swift-upload-sdk */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "swift-upload-sdk"; path = ../..; sourceTree = "<group>"; };
|
73 | 69 | 358E3C7729A92167005261CB /* SwiftUploadSDKExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftUploadSDKExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
74 | 70 | 358E3C9129A92168005261CB /* SwiftUploadSDKExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftUploadSDKExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
75 |
| - F38876C72B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftUploadSDKExampleUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 |
| - F38876C92B86DBEB00B82A86 /* MemoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryTests.swift; sourceTree = "<group>"; }; |
77 |
| - F38876D52B86DD4A00B82A86 /* FakeBackend.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FakeBackend.swift; sourceTree = "<group>"; }; |
78 |
| - F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnvironmentVariables.swift; sourceTree = "<group>"; }; |
79 |
| - F3DB26282B8F5D430000C39B /* five_min.mov */ = {isa = PBXFileReference; lastKnownFileType = video.quicktime; name = five_min.mov; path = "../../Tests/MuxUploadSDKTests/Upload Tests/five_min.mov"; sourceTree = "<group>"; }; |
| 71 | + F38876C72B86DBEB00B82A86 /* .xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = .xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
80 | 72 | /* End PBXFileReference section */
|
81 | 73 |
|
82 | 74 | /* Begin PBXFrameworksBuildPhase section */
|
|
197 | 189 | 358E3C6E29A92167005261CB = {
|
198 | 190 | isa = PBXGroup;
|
199 | 191 | children = (
|
200 |
| - F3DB26282B8F5D430000C39B /* five_min.mov */, |
201 | 192 | 358E3CC329A9221F005261CB /* Packages */,
|
202 | 193 | 19822A502A4CA69700CFA822 /* SwiftUploadSDKExample */,
|
203 | 194 | 19822A7A2A4CA6A300CFA822 /* SwiftUploadSDKExampleTests */,
|
|
212 | 203 | children = (
|
213 | 204 | 358E3C7729A92167005261CB /* SwiftUploadSDKExample.app */,
|
214 | 205 | 358E3C9129A92168005261CB /* SwiftUploadSDKExampleTests.xctest */,
|
215 |
| - F38876C72B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests.xctest */, |
| 206 | + F38876C72B86DBEB00B82A86 /* .xctest */, |
216 | 207 | );
|
217 | 208 | name = Products;
|
218 | 209 | sourceTree = "<group>";
|
|
235 | 226 | F38876C82B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests */ = {
|
236 | 227 | isa = PBXGroup;
|
237 | 228 | children = (
|
238 |
| - F38876D42B86DD4A00B82A86 /* Helpers */, |
239 |
| - F38876C92B86DBEB00B82A86 /* MemoryTests.swift */, |
240 | 229 | );
|
241 | 230 | path = SwiftUploadSDKExampleUnitTests;
|
242 | 231 | sourceTree = "<group>";
|
243 | 232 | };
|
244 |
| - F38876D42B86DD4A00B82A86 /* Helpers */ = { |
245 |
| - isa = PBXGroup; |
246 |
| - children = ( |
247 |
| - F38876D52B86DD4A00B82A86 /* FakeBackend.swift */, |
248 |
| - F38876D62B86DD4A00B82A86 /* EnvironmentVariables.swift */, |
249 |
| - ); |
250 |
| - name = Helpers; |
251 |
| - path = ../../../Tests/MuxUploadSDKTests/Helpers; |
252 |
| - sourceTree = "<group>"; |
253 |
| - }; |
254 | 233 | /* End PBXGroup section */
|
255 | 234 |
|
256 | 235 | /* Begin PBXNativeTarget section */
|
|
310 | 289 | F38876D12B86DCFB00B82A86 /* MuxUploadSDK */,
|
311 | 290 | );
|
312 | 291 | productName = SwiftUploadSDKExampleUnitTests;
|
313 |
| - productReference = F38876C72B86DBEB00B82A86 /* SwiftUploadSDKExampleUnitTests.xctest */; |
| 292 | + productReference = F38876C72B86DBEB00B82A86 /* .xctest */; |
314 | 293 | productType = "com.apple.product-type.bundle.unit-test";
|
315 | 294 | };
|
316 | 295 | /* End PBXNativeTarget section */
|
|
381 | 360 | isa = PBXResourcesBuildPhase;
|
382 | 361 | buildActionMask = 2147483647;
|
383 | 362 | files = (
|
384 |
| - F3DB262A2B8F792D0000C39B /* five_min.mov in Resources */, |
385 | 363 | );
|
386 | 364 | runOnlyForDeploymentPostprocessing = 0;
|
387 | 365 | };
|
|
421 | 399 | isa = PBXSourcesBuildPhase;
|
422 | 400 | buildActionMask = 2147483647;
|
423 | 401 | files = (
|
424 |
| - F38876CA2B86DBEB00B82A86 /* MemoryTests.swift in Sources */, |
425 |
| - F38876D72B86DD4A00B82A86 /* FakeBackend.swift in Sources */, |
426 |
| - F38876D82B86DD4A00B82A86 /* EnvironmentVariables.swift in Sources */, |
427 | 402 | );
|
428 | 403 | runOnlyForDeploymentPostprocessing = 0;
|
429 | 404 | };
|
|
565 | 540 | CODE_SIGN_STYLE = Automatic;
|
566 | 541 | CURRENT_PROJECT_VERSION = 1;
|
567 | 542 | DEVELOPMENT_ASSET_PATHS = "\"SwiftUploadSDKExample/Preview Content\"";
|
568 |
| - DEVELOPMENT_TEAM = XX95P4Y787; |
| 543 | + DEVELOPMENT_TEAM = ""; |
569 | 544 | ENABLE_PREVIEWS = YES;
|
570 | 545 | GENERATE_INFOPLIST_FILE = YES;
|
571 | 546 | INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "This app uploads photos from your camera roll";
|
|
580 | 555 | "@executable_path/Frameworks",
|
581 | 556 | );
|
582 | 557 | MARKETING_VERSION = 1.0;
|
583 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-App"; |
584 | 558 | PRODUCT_NAME = "$(TARGET_NAME)";
|
585 | 559 | SWIFT_EMIT_LOC_STRINGS = YES;
|
586 | 560 | SWIFT_VERSION = 5.0;
|
|
597 | 571 | CODE_SIGN_STYLE = Automatic;
|
598 | 572 | CURRENT_PROJECT_VERSION = 1;
|
599 | 573 | DEVELOPMENT_ASSET_PATHS = "\"SwiftUploadSDKExample/Preview Content\"";
|
600 |
| - DEVELOPMENT_TEAM = XX95P4Y787; |
| 574 | + DEVELOPMENT_TEAM = ""; |
601 | 575 | ENABLE_PREVIEWS = YES;
|
602 | 576 | GENERATE_INFOPLIST_FILE = YES;
|
603 | 577 | INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "This app uploads photos from your camera roll";
|
|
612 | 586 | "@executable_path/Frameworks",
|
613 | 587 | );
|
614 | 588 | MARKETING_VERSION = 1.0;
|
615 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-App"; |
616 | 589 | PRODUCT_NAME = "$(TARGET_NAME)";
|
617 | 590 | PROVISIONING_PROFILE_SPECIFIER = "";
|
618 | 591 | SWIFT_EMIT_LOC_STRINGS = YES;
|
|
627 | 600 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
628 | 601 | CODE_SIGN_STYLE = Automatic;
|
629 | 602 | CURRENT_PROJECT_VERSION = 1;
|
630 |
| - DEVELOPMENT_TEAM = XX95P4Y787; |
| 603 | + DEVELOPMENT_TEAM = ""; |
631 | 604 | GENERATE_INFOPLIST_FILE = YES;
|
632 | 605 | MARKETING_VERSION = 1.0;
|
633 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-AppUITests"; |
634 |
| - "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "com.mux.video-uploader"; |
635 | 606 | PRODUCT_NAME = "$(TARGET_NAME)";
|
636 | 607 | SWIFT_EMIT_LOC_STRINGS = NO;
|
637 | 608 | SWIFT_VERSION = 5.0;
|
|
646 | 617 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
647 | 618 | CODE_SIGN_STYLE = Automatic;
|
648 | 619 | CURRENT_PROJECT_VERSION = 1;
|
649 |
| - DEVELOPMENT_TEAM = XX95P4Y787; |
| 620 | + DEVELOPMENT_TEAM = ""; |
650 | 621 | GENERATE_INFOPLIST_FILE = YES;
|
651 | 622 | MARKETING_VERSION = 1.0;
|
652 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.mux.video.upload.Test-AppUITests"; |
653 |
| - "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = "com.mux.video-uploader"; |
654 | 623 | PRODUCT_NAME = "$(TARGET_NAME)";
|
655 | 624 | SWIFT_EMIT_LOC_STRINGS = NO;
|
656 | 625 | SWIFT_VERSION = 5.0;
|
|
666 | 635 | BUNDLE_LOADER = "$(TEST_HOST)";
|
667 | 636 | CODE_SIGN_STYLE = Automatic;
|
668 | 637 | CURRENT_PROJECT_VERSION = 1;
|
669 |
| - DEVELOPMENT_TEAM = XX95P4Y787; |
| 638 | + DEVELOPMENT_TEAM = ""; |
670 | 639 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
671 | 640 | GCC_C_LANGUAGE_STANDARD = gnu17;
|
672 | 641 | GENERATE_INFOPLIST_FILE = YES;
|
673 | 642 | IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
674 | 643 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
675 | 644 | MARKETING_VERSION = 1.0;
|
676 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.mux.spaces.sdk.SwiftUploadSDKExampleUnitTests; |
677 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
678 | 645 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
679 | 646 | SWIFT_EMIT_LOC_STRINGS = NO;
|
680 | 647 | SWIFT_VERSION = 5.0;
|
|
690 | 657 | BUNDLE_LOADER = "$(TEST_HOST)";
|
691 | 658 | CODE_SIGN_STYLE = Automatic;
|
692 | 659 | CURRENT_PROJECT_VERSION = 1;
|
693 |
| - DEVELOPMENT_TEAM = XX95P4Y787; |
| 660 | + DEVELOPMENT_TEAM = ""; |
694 | 661 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
695 | 662 | GCC_C_LANGUAGE_STANDARD = gnu17;
|
696 | 663 | GENERATE_INFOPLIST_FILE = YES;
|
697 | 664 | IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
698 | 665 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
699 | 666 | MARKETING_VERSION = 1.0;
|
700 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.mux.spaces.sdk.SwiftUploadSDKExampleUnitTests; |
701 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
702 | 667 | SWIFT_EMIT_LOC_STRINGS = NO;
|
703 | 668 | SWIFT_VERSION = 5.0;
|
704 | 669 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
0 commit comments