[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove ipad target for time being

+16 -3
+16 -3
ios/Runner.xcodeproj/project.pbxproj
··· 3 3 archiveVersion = 1; 4 4 classes = { 5 5 }; 6 - objectVersion = 54; 6 + objectVersion = 60; 7 7 objects = { 8 8 9 9 /* Begin PBXBuildFile section */ ··· 253 253 ); 254 254 mainGroup = 97C146E51CF9000F007C117D; 255 255 packageReferences = ( 256 - 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */, 256 + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */, 257 257 ); 258 258 productRefGroup = 97C146EF1CF9000F007C117D /* Products */; 259 259 projectDirPath = ""; ··· 313 313 inputFileListPaths = ( 314 314 "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", 315 315 ); 316 + inputPaths = ( 317 + ); 316 318 name = "[CP] Embed Pods Frameworks"; 317 319 outputFileListPaths = ( 318 320 "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", 321 + ); 322 + outputPaths = ( 319 323 ); 320 324 runOnlyForDeploymentPostprocessing = 0; 321 325 shellPath = /bin/sh; ··· 504 508 ); 505 509 PRODUCT_BUNDLE_IDENTIFIER = so.sprk.app; 506 510 PRODUCT_NAME = "$(TARGET_NAME)"; 511 + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; 512 + SUPPORTS_MACCATALYST = NO; 507 513 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 508 514 SWIFT_VERSION = 5.0; 515 + TARGETED_DEVICE_FAMILY = 1; 509 516 VERSIONING_SYSTEM = "apple-generic"; 510 517 }; 511 518 name = Profile; ··· 693 700 ); 694 701 PRODUCT_BUNDLE_IDENTIFIER = so.sprk.app; 695 702 PRODUCT_NAME = "$(TARGET_NAME)"; 703 + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; 704 + SUPPORTS_MACCATALYST = NO; 696 705 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 697 706 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 698 707 SWIFT_VERSION = 5.0; 708 + TARGETED_DEVICE_FAMILY = 1; 699 709 VERSIONING_SYSTEM = "apple-generic"; 700 710 }; 701 711 name = Debug; ··· 720 730 ); 721 731 PRODUCT_BUNDLE_IDENTIFIER = so.sprk.app; 722 732 PRODUCT_NAME = "$(TARGET_NAME)"; 733 + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; 734 + SUPPORTS_MACCATALYST = NO; 723 735 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 724 736 SWIFT_VERSION = 5.0; 737 + TARGETED_DEVICE_FAMILY = 1; 725 738 VERSIONING_SYSTEM = "apple-generic"; 726 739 }; 727 740 name = Release; ··· 762 775 /* End XCConfigurationList section */ 763 776 764 777 /* Begin XCLocalSwiftPackageReference section */ 765 - 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = { 778 + 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = { 766 779 isa = XCLocalSwiftPackageReference; 767 780 relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; 768 781 };