Skip to content

Commit

Permalink
CHORE: 1.1.0 Build Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeonhui committed Nov 9, 2023
1 parent 731aef2 commit acb5e7d
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 100 deletions.
2 changes: 1 addition & 1 deletion Briefing-Widget/Widget/Briefing_Widget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct Briefing_WidgetEntryView : View {
}

func system(_ type: SystemWidgetType) -> some View {
var widgetTitleFont: Font = .productSans(size: 18).bold()
let widgetTitleFont: Font = .productSans(size: 18).bold()
var title: String = BriefingWidgetStringCollection.displayName
var contentCount: Int = 3
switch type {
Expand Down
2 changes: 1 addition & 1 deletion Briefing-Widget/Widget/Briefing_Widget_Sub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ struct Briefing_SubWidget: Widget {

.containerBackground(.white,
for: .widget)
}.configurationDisplayName(BriefingWidgetStringCollection.displayName)
}.configurationDisplayName(BriefingWidgetStringCollection.displayName+"(Simple)")
.description(BriefingWidgetStringCollection.description)
.supportedFamilies([.accessoryRectangular])
}
Expand Down
6 changes: 4 additions & 2 deletions Briefing.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@
};
A50C06F92AF8A1DC00185E5E /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down Expand Up @@ -1029,7 +1030,8 @@
CODE_SIGN_ENTITLEMENTS = Briefing/Briefing.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1023;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = XB6KV776A2;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Briefing/Resources/Info.plist;
Expand Down Expand Up @@ -1065,7 +1067,7 @@
CODE_SIGN_ENTITLEMENTS = Briefing/Briefing.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1023;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = XB6KV776A2;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Briefing/Resources/Info.plist;
Expand Down
2 changes: 2 additions & 0 deletions Briefing/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>FirebaseScreenReportingEnabled</key>
<false/>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
Loading

0 comments on commit acb5e7d

Please sign in to comment.