Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pawello2222 committed Nov 4, 2020
1 parent f126b58 commit e31431e
Show file tree
Hide file tree
Showing 42 changed files with 383 additions and 68 deletions.
2 changes: 1 addition & 1 deletion WidgetExamples/WidgetExamplesApp.swift → App/App.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// WidgetExamplesApp.swift
// App.swift
// WidgetExamples
//
// Created by Pawel on 15/10/2020.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Widget Examples</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion IntentHandler/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>IntentHandler</string>
<string>Intent Handler</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion Shared/CoreData/CoreDataStack.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CoreDataStack.swift
// WidgetExamplesWidgetExtension
// WidgetExamples
//
// Created by Pawel on 15/10/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Shared/FileManager+Ext.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FileManager+Ext.swift
// WidgetExamplesWidgetExtension
// WidgetExamples
//
// Created by Pawel on 15/10/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Shared/UserDefaults+Ext.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// UserDefaults+Ext.swift
// WidgetExamplesWidgetExtension
// WidgetExamples
//
// Created by Pawel on 15/10/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
102 changes: 59 additions & 43 deletions WidgetExamples.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1210"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E55497CF2551C02E0066870B"
BuildableName = "IntentHandler.appex"
BlueprintName = "IntentHandler"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle = "0"
askForAppToLaunch = "Yes"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1210"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1210"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E542136C25387A0200CCC9C3"
BuildableName = "WidgetExtension.appex"
BlueprintName = "WidgetExtension"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle = "0"
askForAppToLaunch = "Yes"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
launchAutomaticallySubstyle = "2">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.springboard">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E542136C25387A0200CCC9C3"
BuildableName = "WidgetExtension.appex"
BlueprintName = "WidgetExtension"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</MacroExpansion>
<EnvironmentVariables>
<EnvironmentVariable
key = "_XCWidgetKind"
value = ""
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "_XCWidgetDefaultView"
value = "timeline"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "_XCWidgetFamily"
value = "medium"
isEnabled = "NO">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5421355253879B700CCC9C3"
BuildableName = "WidgetExamples.app"
BlueprintName = "WidgetExamples"
ReferencedContainer = "container:WidgetExamples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppGroupWidget.swift
// WidgetExamplesWidgetExtension
// WidgetExtension
//
// Created by Pawel on 15/10/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ClockWidget.swift
// WidgetExamples
// WidgetExtension
//
// Created by Pawel on 15/10/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CoreDataWidget.swift
// WidgetExamplesWidgetExtension
// WidgetExtension
//
// Created by Pawel on 15/10/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CountdownWidget.swift
// WidgetExamples
// WidgetExtension
//
// Created by Pawel on 15/10/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// DeepLinkWidget.swift
// WidgetExamplesWidgetExtension
// WidgetExtension
//
// Created by Pawel on 15/10/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// DynamicIntentWidget.swift
// WidgetExamples
// WidgetExtension
//
// Created by Pawel on 03/11/2020.
// Copyright © 2020 Pawel Wiszenko. All rights reserved.
Expand Down
Loading

0 comments on commit e31431e

Please sign in to comment.