-
-
Notifications
You must be signed in to change notification settings - Fork 54
Home screen option to turn off any line #1068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
5d5afc6
0324616
3da6176
e6bab6c
387e2d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,8 +94,6 @@ | |
| /* Begin PBXFileSystemSynchronizedRootGroup section */ | ||
| CFE47DDB2EA56B0200EB6067 /* icons */ = { | ||
| isa = PBXFileSystemSynchronizedRootGroup; | ||
| exceptions = ( | ||
| ); | ||
| path = icons; | ||
| sourceTree = "<group>"; | ||
| }; | ||
|
|
@@ -399,10 +397,14 @@ | |
| inputFileListPaths = ( | ||
| "${PODS_ROOT}/Target Support Files/Pods-Jellify/Pods-Jellify-frameworks-${CONFIGURATION}-input-files.xcfilelist", | ||
| ); | ||
| inputPaths = ( | ||
| ); | ||
| name = "[CP] Embed Pods Frameworks"; | ||
| outputFileListPaths = ( | ||
| "${PODS_ROOT}/Target Support Files/Pods-Jellify/Pods-Jellify-frameworks-${CONFIGURATION}-output-files.xcfilelist", | ||
| ); | ||
| outputPaths = ( | ||
| ); | ||
| runOnlyForDeploymentPostprocessing = 0; | ||
| shellPath = /bin/sh; | ||
| shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Jellify/Pods-Jellify-frameworks.sh\"\n"; | ||
|
|
@@ -416,10 +418,14 @@ | |
| inputFileListPaths = ( | ||
| "${PODS_ROOT}/Target Support Files/Pods-Jellify/Pods-Jellify-resources-${CONFIGURATION}-input-files.xcfilelist", | ||
| ); | ||
| inputPaths = ( | ||
| ); | ||
| name = "[CP] Copy Pods Resources"; | ||
| outputFileListPaths = ( | ||
| "${PODS_ROOT}/Target Support Files/Pods-Jellify/Pods-Jellify-resources-${CONFIGURATION}-output-files.xcfilelist", | ||
| ); | ||
| outputPaths = ( | ||
| ); | ||
| runOnlyForDeploymentPostprocessing = 0; | ||
| shellPath = /bin/sh; | ||
| shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Jellify/Pods-Jellify-resources.sh\"\n"; | ||
|
|
@@ -541,11 +547,9 @@ | |
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_ENTITLEMENTS = Jellify/Jellify.entitlements; | ||
| CODE_SIGN_IDENTITY = "Apple Development"; | ||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| CURRENT_PROJECT_VERSION = 287; | ||
| DEVELOPMENT_TEAM = ""; | ||
| "DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 300; | ||
| DEVELOPMENT_TEAM = YMP32T9CQJ; | ||
| ENABLE_BITCODE = NO; | ||
| ENABLE_USER_SCRIPT_SANDBOXING = NO; | ||
| INFOPLIST_FILE = Jellify/Info.plist; | ||
|
|
@@ -554,18 +558,17 @@ | |
| "$(inherited)", | ||
| "@executable_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 1.0.20; | ||
| MARKETING_VERSION = 2.0.1; | ||
|
||
| NEW_SETTING = ""; | ||
| OTHER_LDFLAGS = ( | ||
| "$(inherited)", | ||
| "-ObjC", | ||
| "-lc++", | ||
| ); | ||
| OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG"; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.cosmonautical.jellify; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.dimse.jellify; | ||
|
||
| PRODUCT_NAME = Jellify; | ||
| PROVISIONING_PROFILE_SPECIFIER = ""; | ||
| "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.cosmonautical.jellify"; | ||
| SWIFT_OBJC_BRIDGING_HEADER = "Jellify-Bridging-Header.h"; | ||
| SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
| SWIFT_VERSION = 5.0; | ||
|
|
@@ -583,30 +586,27 @@ | |
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_ENTITLEMENTS = Jellify/Jellify.entitlements; | ||
| CODE_SIGN_IDENTITY = "Apple Development"; | ||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| CURRENT_PROJECT_VERSION = 287; | ||
| DEVELOPMENT_TEAM = WAH9CZ8BPG; | ||
| "DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 300; | ||
| DEVELOPMENT_TEAM = YMP32T9CQJ; | ||
| ENABLE_USER_SCRIPT_SANDBOXING = NO; | ||
| INFOPLIST_FILE = Jellify/Info.plist; | ||
| INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music"; | ||
| LD_RUNPATH_SEARCH_PATHS = ( | ||
| "$(inherited)", | ||
| "@executable_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 1.0.20; | ||
| MARKETING_VERSION = 2.0.1; | ||
| NEW_SETTING = ""; | ||
| OTHER_LDFLAGS = ( | ||
| "$(inherited)", | ||
| "-ObjC", | ||
| "-lc++", | ||
| ); | ||
| OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE"; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.cosmonautical.jellify; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.dimse.jellify; | ||
| PRODUCT_NAME = Jellify; | ||
| PROVISIONING_PROFILE_SPECIFIER = ""; | ||
| "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.cosmonautical.jellify"; | ||
| SWIFT_OBJC_BRIDGING_HEADER = "Jellify-Bridging-Header.h"; | ||
| SWIFT_VERSION = 5.0; | ||
| TARGETED_DEVICE_FAMILY = "1,2"; | ||
|
|
@@ -655,7 +655,7 @@ | |
| COPY_PHASE_STRIP = NO; | ||
| CXX = ""; | ||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| ENABLE_TESTABILITY = YES; | ||
| ENABLE_TESTABILITY = NO; | ||
| ENABLE_USER_SCRIPT_SANDBOXING = NO; | ||
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; | ||
| GCC_C_LANGUAGE_STANDARD = gnu99; | ||
|
|
@@ -707,10 +707,7 @@ | |
| "-DFOLLY_CFG_NO_COROUTINES=1", | ||
| "-DFOLLY_HAVE_CLOCK_GETTIME=1", | ||
| ); | ||
| OTHER_LDFLAGS = ( | ||
| "$(inherited)", | ||
| " ", | ||
| ); | ||
| OTHER_LDFLAGS = "$(inherited) "; | ||
| REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; | ||
| SDKROOT = iphoneos; | ||
| STRING_CATALOG_GENERATE_SYMBOLS = YES; | ||
|
|
@@ -798,10 +795,7 @@ | |
| "-DFOLLY_CFG_NO_COROUTINES=1", | ||
| "-DFOLLY_HAVE_CLOCK_GETTIME=1", | ||
| ); | ||
| OTHER_LDFLAGS = ( | ||
| "$(inherited)", | ||
| " ", | ||
| ); | ||
| OTHER_LDFLAGS = "$(inherited) "; | ||
| REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; | ||
| SDKROOT = iphoneos; | ||
| STRING_CATALOG_GENERATE_SYMBOLS = YES; | ||
|
|
@@ -821,11 +815,9 @@ | |
| CLANG_ENABLE_MODULES = YES; | ||
| CODE_SIGN_ENTITLEMENTS = Jellify/Jellify.entitlements; | ||
| CODE_SIGN_IDENTITY = "Apple Development"; | ||
| "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
| CODE_SIGN_STYLE = Manual; | ||
| CURRENT_PROJECT_VERSION = 287; | ||
| DEVELOPMENT_TEAM = WAH9CZ8BPG; | ||
| "DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG; | ||
| CODE_SIGN_STYLE = Automatic; | ||
| CURRENT_PROJECT_VERSION = 300; | ||
| DEVELOPMENT_TEAM = YMP32T9CQJ; | ||
| ENABLE_USER_SCRIPT_SANDBOXING = NO; | ||
| ENVFILE = .env.devrelease; | ||
| INFOPLIST_FILE = Jellify/Info.plist; | ||
|
|
@@ -834,18 +826,17 @@ | |
| "$(inherited)", | ||
| "@executable_path/Frameworks", | ||
| ); | ||
| MARKETING_VERSION = 1.0.20; | ||
| MARKETING_VERSION = 2.0.1; | ||
| NEW_SETTING = ""; | ||
| OTHER_LDFLAGS = ( | ||
| "$(inherited)", | ||
| "-ObjC", | ||
| "-lc++", | ||
| ); | ||
| OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE -D DEV_RELEASE"; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.cosmonautical.jellify; | ||
| PRODUCT_BUNDLE_IDENTIFIER = com.dimse.jellify; | ||
| PRODUCT_NAME = Jellify; | ||
| PROVISIONING_PROFILE_SPECIFIER = ""; | ||
| "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.cosmonautical.jellify"; | ||
| SWIFT_OBJC_BRIDGING_HEADER = "Jellify-Bridging-Header.h"; | ||
| SWIFT_VERSION = 5.0; | ||
| TARGETED_DEVICE_FAMILY = "1,2"; | ||
|
|
@@ -931,10 +922,7 @@ | |
| "-DFOLLY_CFG_NO_COROUTINES=1", | ||
| "-DFOLLY_HAVE_CLOCK_GETTIME=1", | ||
| ); | ||
| OTHER_LDFLAGS = ( | ||
| "$(inherited)", | ||
| " ", | ||
| ); | ||
| OTHER_LDFLAGS = "$(inherited) "; | ||
| REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; | ||
| SDKROOT = iphoneos; | ||
| STRING_CATALOG_GENERATE_SYMBOLS = YES; | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -50,6 +50,19 @@ | |||||||||
| ReferencedContainer = "container:Jellify.xcodeproj"> | ||||||||||
| </BuildableReference> | ||||||||||
| </BuildableProductRunnable> | ||||||||||
| <CommandLineArguments> | ||||||||||
| <CommandLineArgument | ||||||||||
| argument = "--clear-ota" | ||||||||||
| isEnabled = "YES"> | ||||||||||
| </CommandLineArgument> | ||||||||||
| </CommandLineArguments> | ||||||||||
| <EnvironmentVariables> | ||||||||||
| <EnvironmentVariable | ||||||||||
| key = "SKIP_NITROOTA=1" | ||||||||||
| value = "" | ||||||||||
|
Comment on lines
+61
to
+62
|
||||||||||
| key = "SKIP_NITROOTA=1" | |
| value = "" | |
| key = "SKIP_NITRO_OTA" | |
| value = "1" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,5 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
| <plist version="1.0"> | ||
| <dict> | ||
| <key>com.apple.developer.carplay-audio</key> | ||
| <true/> | ||
| </dict> | ||
| <dict/> | ||
| </plist> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is described as adding Home customization, but it also changes iOS signing mode/team, bundle identifier, and app versioning. These are high-impact, environment-specific changes that are typically handled separately (and can break CI/release pipelines for other contributors). Please split these into a separate PR or revert them here unless they’re strictly required for the Home customization feature.