Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -49,7 +49,7 @@ struct RideWidgetLiveActivity: Widget {
|
||||
.fill(Color.black.opacity(0.04))
|
||||
.frame(width: 38, height: 38)
|
||||
|
||||
Image("IntaleqIcon")
|
||||
Image("SiroIcon")
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 26, height: 26)
|
||||
@@ -139,7 +139,7 @@ struct RideWidgetLiveActivity: Widget {
|
||||
return DynamicIsland {
|
||||
DynamicIslandExpandedRegion(.leading) {
|
||||
HStack(spacing: 6) {
|
||||
Image("IntaleqIcon")
|
||||
Image("SiroIcon")
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 20, height: 20)
|
||||
@@ -180,7 +180,7 @@ struct RideWidgetLiveActivity: Widget {
|
||||
}
|
||||
|
||||
} compactLeading: {
|
||||
Image("IntaleqIcon")
|
||||
Image("SiroIcon")
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 18, height: 18)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<dict>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>group.com.Intaleq.intaleq</string>
|
||||
<string>group.com.Siro.siro</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -666,7 +666,7 @@
|
||||
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Intaleq;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Siro;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -855,7 +855,7 @@
|
||||
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Intaleq;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Siro;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -881,7 +881,7 @@
|
||||
DEVELOPMENT_TEAM = 63CVT8G5P8;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Intaleq;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Siro;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</array>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>group.com.Intaleq.intaleq</string>
|
||||
<string>group.com.Siro.siro</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user