mobile bluesky app made with flutter lazurite.stormlightlabs.org/
mobile bluesky flutter
3
fork

Configure Feed

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

chore: update metadata

+18 -1
+18 -1
ios/Runner.xcodeproj/project.pbxproj
··· 54 54 420DA8205F7F2E7EF8664FD5 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; }; 55 55 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; 56 56 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 57 - 7F3E251B2C4A91B900B33C11 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; 58 57 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; 58 + 7F3E251B2C4A91B900B33C11 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; 59 59 90899372CAA28BD74B2D49A1 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; }; 60 60 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; 61 61 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; ··· 323 323 inputFileListPaths = ( 324 324 "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", 325 325 ); 326 + inputPaths = ( 327 + ); 326 328 name = "[CP] Copy Pods Resources"; 327 329 outputFileListPaths = ( 328 330 "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", 331 + ); 332 + outputPaths = ( 329 333 ); 330 334 runOnlyForDeploymentPostprocessing = 0; 331 335 shellPath = /bin/sh; ··· 377 381 inputFileListPaths = ( 378 382 "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", 379 383 ); 384 + inputPaths = ( 385 + ); 380 386 name = "[CP] Embed Pods Frameworks"; 381 387 outputFileListPaths = ( 382 388 "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", 389 + ); 390 + outputPaths = ( 383 391 ); 384 392 runOnlyForDeploymentPostprocessing = 0; 385 393 shellPath = /bin/sh; ··· 526 534 ENABLE_BITCODE = NO; 527 535 EXCLUDED_ARCHS = ""; 528 536 INFOPLIST_FILE = Runner/Info.plist; 537 + INFOPLIST_KEY_CFBundleDisplayName = Lazurite; 538 + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; 529 539 LD_RUNPATH_SEARCH_PATHS = ( 530 540 "$(inherited)", 531 541 "@executable_path/Frameworks", 532 542 ); 543 + MARKETING_VERSION = "1.0.0-alpha"; 533 544 PRODUCT_BUNDLE_IDENTIFIER = org.stormlightlabs.lazurite; 534 545 PRODUCT_NAME = "$(TARGET_NAME)"; 535 546 PROVISIONING_PROFILE_SPECIFIER = ""; ··· 714 725 ENABLE_BITCODE = NO; 715 726 EXCLUDED_ARCHS = ""; 716 727 INFOPLIST_FILE = Runner/Info.plist; 728 + INFOPLIST_KEY_CFBundleDisplayName = Lazurite; 729 + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; 717 730 LD_RUNPATH_SEARCH_PATHS = ( 718 731 "$(inherited)", 719 732 "@executable_path/Frameworks", 720 733 ); 734 + MARKETING_VERSION = "1.0.0-alpha"; 721 735 PRODUCT_BUNDLE_IDENTIFIER = org.stormlightlabs.lazurite; 722 736 PRODUCT_NAME = "$(TARGET_NAME)"; 723 737 PROVISIONING_PROFILE_SPECIFIER = ""; ··· 742 756 ENABLE_BITCODE = NO; 743 757 EXCLUDED_ARCHS = ""; 744 758 INFOPLIST_FILE = Runner/Info.plist; 759 + INFOPLIST_KEY_CFBundleDisplayName = Lazurite; 760 + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; 745 761 LD_RUNPATH_SEARCH_PATHS = ( 746 762 "$(inherited)", 747 763 "@executable_path/Frameworks", 748 764 ); 765 + MARKETING_VERSION = "1.0.0-alpha"; 749 766 PRODUCT_BUNDLE_IDENTIFIER = org.stormlightlabs.lazurite; 750 767 PRODUCT_NAME = "$(TARGET_NAME)"; 751 768 PROVISIONING_PROFILE_SPECIFIER = "";