IOS Companion for @LimesKey/Serviceberry (on github)
0
fork

Configure Feed

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

inital commit

+14
+14
serviceberry.xcodeproj/project.pbxproj
··· 256 256 DEVELOPMENT_TEAM = M67B42LX8D; 257 257 ENABLE_PREVIEWS = YES; 258 258 GENERATE_INFOPLIST_FILE = YES; 259 + INFOPLIST_KEY_CFBundleDisplayName = Serviceberry; 260 + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; 259 261 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; 260 262 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 261 263 INFOPLIST_KEY_UILaunchScreen_Generation = YES; 262 264 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 263 265 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 266 + IPHONEOS_DEPLOYMENT_TARGET = 16.6; 264 267 LD_RUNPATH_SEARCH_PATHS = ( 265 268 "$(inherited)", 266 269 "@executable_path/Frameworks", ··· 269 272 PRODUCT_BUNDLE_IDENTIFIER = com.singlefeather.serviceberry; 270 273 PRODUCT_NAME = "$(TARGET_NAME)"; 271 274 STRING_CATALOG_GENERATE_SYMBOLS = YES; 275 + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; 276 + SUPPORTS_MACCATALYST = NO; 277 + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; 278 + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; 272 279 SWIFT_APPROACHABLE_CONCURRENCY = YES; 273 280 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; 274 281 SWIFT_EMIT_LOC_STRINGS = YES; ··· 288 295 DEVELOPMENT_TEAM = M67B42LX8D; 289 296 ENABLE_PREVIEWS = YES; 290 297 GENERATE_INFOPLIST_FILE = YES; 298 + INFOPLIST_KEY_CFBundleDisplayName = Serviceberry; 299 + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; 291 300 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; 292 301 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 293 302 INFOPLIST_KEY_UILaunchScreen_Generation = YES; 294 303 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 295 304 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 305 + IPHONEOS_DEPLOYMENT_TARGET = 16.6; 296 306 LD_RUNPATH_SEARCH_PATHS = ( 297 307 "$(inherited)", 298 308 "@executable_path/Frameworks", ··· 301 311 PRODUCT_BUNDLE_IDENTIFIER = com.singlefeather.serviceberry; 302 312 PRODUCT_NAME = "$(TARGET_NAME)"; 303 313 STRING_CATALOG_GENERATE_SYMBOLS = YES; 314 + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; 315 + SUPPORTS_MACCATALYST = NO; 316 + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; 317 + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; 304 318 SWIFT_APPROACHABLE_CONCURRENCY = YES; 305 319 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; 306 320 SWIFT_EMIT_LOC_STRINGS = YES;