Skip to content

Commit 7e7a052

Browse files
committed
Bump version to 1.1.0
1 parent 07c3fb6 commit 7e7a052

File tree

3 files changed

+220
-18
lines changed

3 files changed

+220
-18
lines changed

SpacePOD.xcodeproj/project.pbxproj

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1602DF5F251BC263004D96B2 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1602DF5E251BC263004D96B2 /* SwiftUI.framework */; };
1515
1602DF62251BC263004D96B2 /* Widget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1602DF61251BC263004D96B2 /* Widget.swift */; };
1616
1602DF65251BC266004D96B2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1602DF64251BC266004D96B2 /* Assets.xcassets */; };
17-
1602DF6B251BC266004D96B2 /* WidgetExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 1602DF5A251BC263004D96B2 /* WidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
17+
1602DF6B251BC266004D96B2 /* WidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 1602DF5A251BC263004D96B2 /* WidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1818
1602DFA4251C12A8004D96B2 /* SpacePODShared.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1602DF9B251C12A8004D96B2 /* SpacePODShared.framework */; };
1919
1602DFAB251C12A8004D96B2 /* SharedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1602DFAA251C12A8004D96B2 /* SharedTests.swift */; };
2020
1602DFB0251C12A8004D96B2 /* SpacePODShared.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1602DF9B251C12A8004D96B2 /* SpacePODShared.framework */; };
@@ -99,15 +99,15 @@
9999
/* End PBXContainerItemProxy section */
100100

101101
/* Begin PBXCopyFilesBuildPhase section */
102-
1602DF6F251BC266004D96B2 /* Embed App Extensions */ = {
102+
1602DF6F251BC266004D96B2 /* Embed Foundation Extensions */ = {
103103
isa = PBXCopyFilesBuildPhase;
104104
buildActionMask = 2147483647;
105105
dstPath = "";
106106
dstSubfolderSpec = 13;
107107
files = (
108-
1602DF6B251BC266004D96B2 /* WidgetExtension.appex in Embed App Extensions */,
108+
1602DF6B251BC266004D96B2 /* WidgetExtension.appex in Embed Foundation Extensions */,
109109
);
110-
name = "Embed App Extensions";
110+
name = "Embed Foundation Extensions";
111111
runOnlyForDeploymentPostprocessing = 0;
112112
};
113113
1602DFB5251C12A8004D96B2 /* Embed Frameworks */ = {
@@ -372,7 +372,7 @@
372372
1602DF3A251BC0F7004D96B2 /* Sources */,
373373
1602DF3B251BC0F7004D96B2 /* Frameworks */,
374374
1602DF3C251BC0F7004D96B2 /* Resources */,
375-
1602DF6F251BC266004D96B2 /* Embed App Extensions */,
375+
1602DF6F251BC266004D96B2 /* Embed Foundation Extensions */,
376376
1602DFB5251C12A8004D96B2 /* Embed Frameworks */,
377377
);
378378
buildRules = (
@@ -467,7 +467,7 @@
467467
isa = PBXProject;
468468
attributes = {
469469
LastSwiftUpdateCheck = 1200;
470-
LastUpgradeCheck = 1200;
470+
LastUpgradeCheck = 1400;
471471
TargetAttributes = {
472472
1602DF3D251BC0F7004D96B2 = {
473473
CreatedOnToolsVersion = 12.0;
@@ -777,7 +777,7 @@
777777
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
778778
CODE_SIGN_ENTITLEMENTS = SpacePOD/SpacePOD.entitlements;
779779
CODE_SIGN_STYLE = Automatic;
780-
CURRENT_PROJECT_VERSION = 8;
780+
CURRENT_PROJECT_VERSION = 9;
781781
DEVELOPMENT_ASSET_PATHS = "Shared/Preview\\ Content/Preview\\ Assets.xcassets";
782782
DEVELOPMENT_TEAM = 6BXC9YWCQ7;
783783
ENABLE_PREVIEWS = YES;
@@ -786,7 +786,7 @@
786786
"$(inherited)",
787787
"@executable_path/Frameworks",
788788
);
789-
MARKETING_VERSION = 1.0.5;
789+
MARKETING_VERSION = 1.1.0;
790790
PRODUCT_BUNDLE_IDENTIFIER = "net.bandes-storch.SpacePOD";
791791
PRODUCT_NAME = "$(TARGET_NAME)";
792792
SWIFT_VERSION = 5.0;
@@ -802,7 +802,7 @@
802802
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
803803
CODE_SIGN_ENTITLEMENTS = SpacePOD/SpacePOD.entitlements;
804804
CODE_SIGN_STYLE = Automatic;
805-
CURRENT_PROJECT_VERSION = 8;
805+
CURRENT_PROJECT_VERSION = 9;
806806
DEVELOPMENT_ASSET_PATHS = "Shared/Preview\\ Content/Preview\\ Assets.xcassets";
807807
DEVELOPMENT_TEAM = 6BXC9YWCQ7;
808808
ENABLE_PREVIEWS = YES;
@@ -811,7 +811,7 @@
811811
"$(inherited)",
812812
"@executable_path/Frameworks",
813813
);
814-
MARKETING_VERSION = 1.0.5;
814+
MARKETING_VERSION = 1.1.0;
815815
PRODUCT_BUNDLE_IDENTIFIER = "net.bandes-storch.SpacePOD";
816816
PRODUCT_NAME = "$(TARGET_NAME)";
817817
SWIFT_VERSION = 5.0;
@@ -826,7 +826,7 @@
826826
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
827827
CODE_SIGN_ENTITLEMENTS = Widget/WidgetExtension.entitlements;
828828
CODE_SIGN_STYLE = Automatic;
829-
CURRENT_PROJECT_VERSION = 8;
829+
CURRENT_PROJECT_VERSION = 9;
830830
DEVELOPMENT_ASSET_PATHS = "Shared/Preview\\ Content/Preview\\ Assets.xcassets";
831831
DEVELOPMENT_TEAM = 6BXC9YWCQ7;
832832
INFOPLIST_FILE = Widget/Info.plist;
@@ -835,7 +835,7 @@
835835
"@executable_path/Frameworks",
836836
"@executable_path/../../Frameworks",
837837
);
838-
MARKETING_VERSION = 1.0.5;
838+
MARKETING_VERSION = 1.1.0;
839839
PRODUCT_BUNDLE_IDENTIFIER = "net.bandes-storch.SpacePOD.Widget";
840840
PRODUCT_NAME = "$(TARGET_NAME)";
841841
SKIP_INSTALL = YES;
@@ -851,7 +851,7 @@
851851
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
852852
CODE_SIGN_ENTITLEMENTS = Widget/WidgetExtension.entitlements;
853853
CODE_SIGN_STYLE = Automatic;
854-
CURRENT_PROJECT_VERSION = 8;
854+
CURRENT_PROJECT_VERSION = 9;
855855
DEVELOPMENT_ASSET_PATHS = "Shared/Preview\\ Content/Preview\\ Assets.xcassets";
856856
DEVELOPMENT_TEAM = 6BXC9YWCQ7;
857857
INFOPLIST_FILE = Widget/Info.plist;
@@ -860,7 +860,7 @@
860860
"@executable_path/Frameworks",
861861
"@executable_path/../../Frameworks",
862862
);
863-
MARKETING_VERSION = 1.0.5;
863+
MARKETING_VERSION = 1.1.0;
864864
PRODUCT_BUNDLE_IDENTIFIER = "net.bandes-storch.SpacePOD.Widget";
865865
PRODUCT_NAME = "$(TARGET_NAME)";
866866
SKIP_INSTALL = YES;
@@ -875,7 +875,7 @@
875875
buildSettings = {
876876
APPLICATION_EXTENSION_API_ONLY = YES;
877877
CODE_SIGN_STYLE = Automatic;
878-
CURRENT_PROJECT_VERSION = 6;
878+
CURRENT_PROJECT_VERSION = 9;
879879
DEFINES_MODULE = YES;
880880
DEVELOPMENT_ASSET_PATHS = "Shared/Preview\\ Content/Preview\\ Assets.xcassets";
881881
DEVELOPMENT_TEAM = 6BXC9YWCQ7;
@@ -906,7 +906,7 @@
906906
buildSettings = {
907907
APPLICATION_EXTENSION_API_ONLY = YES;
908908
CODE_SIGN_STYLE = Automatic;
909-
CURRENT_PROJECT_VERSION = 6;
909+
CURRENT_PROJECT_VERSION = 9;
910910
DEFINES_MODULE = YES;
911911
DEVELOPMENT_ASSET_PATHS = "Shared/Preview\\ Content/Preview\\ Assets.xcassets";
912912
DEVELOPMENT_TEAM = 6BXC9YWCQ7;
@@ -975,7 +975,7 @@
975975
isa = XCBuildConfiguration;
976976
buildSettings = {
977977
CODE_SIGN_STYLE = Automatic;
978-
CURRENT_PROJECT_VERSION = 1;
978+
CURRENT_PROJECT_VERSION = 9;
979979
DEFINES_MODULE = YES;
980980
DEVELOPMENT_TEAM = 6BXC9YWCQ7;
981981
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1001,7 +1001,7 @@
10011001
isa = XCBuildConfiguration;
10021002
buildSettings = {
10031003
CODE_SIGN_STYLE = Automatic;
1004-
CURRENT_PROJECT_VERSION = 1;
1004+
CURRENT_PROJECT_VERSION = 9;
10051005
DEFINES_MODULE = YES;
10061006
DEVELOPMENT_TEAM = 6BXC9YWCQ7;
10071007
DYLIB_COMPATIBILITY_VERSION = 1;
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1400"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "1602DF3D251BC0F7004D96B2"
18+
BuildableName = "Space!.app"
19+
BlueprintName = "Space!"
20+
ReferencedContainer = "container:SpacePOD.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "1602DFA2251C12A8004D96B2"
36+
BuildableName = "SharedTests.xctest"
37+
BlueprintName = "SharedTests"
38+
ReferencedContainer = "container:SpacePOD.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
</TestAction>
43+
<LaunchAction
44+
buildConfiguration = "Debug"
45+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
46+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47+
launchStyle = "0"
48+
useCustomWorkingDirectory = "NO"
49+
ignoresPersistentStateOnLaunch = "NO"
50+
debugDocumentVersioning = "YES"
51+
debugServiceExtension = "internal"
52+
allowLocationSimulation = "YES">
53+
<BuildableProductRunnable
54+
runnableDebuggingMode = "0">
55+
<BuildableReference
56+
BuildableIdentifier = "primary"
57+
BlueprintIdentifier = "1602DF3D251BC0F7004D96B2"
58+
BuildableName = "Space!.app"
59+
BlueprintName = "Space!"
60+
ReferencedContainer = "container:SpacePOD.xcodeproj">
61+
</BuildableReference>
62+
</BuildableProductRunnable>
63+
</LaunchAction>
64+
<ProfileAction
65+
buildConfiguration = "Release"
66+
shouldUseLaunchSchemeArgsEnv = "YES"
67+
savedToolIdentifier = ""
68+
useCustomWorkingDirectory = "NO"
69+
debugDocumentVersioning = "YES">
70+
<BuildableProductRunnable
71+
runnableDebuggingMode = "0">
72+
<BuildableReference
73+
BuildableIdentifier = "primary"
74+
BlueprintIdentifier = "1602DF3D251BC0F7004D96B2"
75+
BuildableName = "Space!.app"
76+
BlueprintName = "Space!"
77+
ReferencedContainer = "container:SpacePOD.xcodeproj">
78+
</BuildableReference>
79+
</BuildableProductRunnable>
80+
</ProfileAction>
81+
<AnalyzeAction
82+
buildConfiguration = "Debug">
83+
</AnalyzeAction>
84+
<ArchiveAction
85+
buildConfiguration = "Release"
86+
revealArchiveInOrganizer = "YES">
87+
</ArchiveAction>
88+
</Scheme>
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1400"
4+
wasCreatedForAppExtension = "YES"
5+
version = "2.0">
6+
<BuildAction
7+
parallelizeBuildables = "YES"
8+
buildImplicitDependencies = "YES">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "1602DF59251BC263004D96B2"
19+
BuildableName = "WidgetExtension.appex"
20+
BlueprintName = "WidgetExtension"
21+
ReferencedContainer = "container:SpacePOD.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
<BuildActionEntry
25+
buildForTesting = "YES"
26+
buildForRunning = "YES"
27+
buildForProfiling = "YES"
28+
buildForArchiving = "YES"
29+
buildForAnalyzing = "YES">
30+
<BuildableReference
31+
BuildableIdentifier = "primary"
32+
BlueprintIdentifier = "1602DF3D251BC0F7004D96B2"
33+
BuildableName = "Space!.app"
34+
BlueprintName = "Space!"
35+
ReferencedContainer = "container:SpacePOD.xcodeproj">
36+
</BuildableReference>
37+
</BuildActionEntry>
38+
</BuildActionEntries>
39+
</BuildAction>
40+
<TestAction
41+
buildConfiguration = "Debug"
42+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
43+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
44+
shouldUseLaunchSchemeArgsEnv = "YES">
45+
<Testables>
46+
</Testables>
47+
</TestAction>
48+
<LaunchAction
49+
buildConfiguration = "Debug"
50+
selectedDebuggerIdentifier = ""
51+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
52+
launchStyle = "0"
53+
askForAppToLaunch = "Yes"
54+
useCustomWorkingDirectory = "NO"
55+
ignoresPersistentStateOnLaunch = "NO"
56+
debugDocumentVersioning = "YES"
57+
debugServiceExtension = "internal"
58+
allowLocationSimulation = "YES"
59+
launchAutomaticallySubstyle = "2">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "1602DF3D251BC0F7004D96B2"
65+
BuildableName = "Space!.app"
66+
BlueprintName = "Space!"
67+
ReferencedContainer = "container:SpacePOD.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
<EnvironmentVariables>
71+
<EnvironmentVariable
72+
key = "_XCWidgetKind"
73+
value = ""
74+
isEnabled = "NO">
75+
</EnvironmentVariable>
76+
<EnvironmentVariable
77+
key = "_XCWidgetDefaultView"
78+
value = "timeline"
79+
isEnabled = "NO">
80+
</EnvironmentVariable>
81+
<EnvironmentVariable
82+
key = "_XCWidgetFamily"
83+
value = "medium"
84+
isEnabled = "NO">
85+
</EnvironmentVariable>
86+
</EnvironmentVariables>
87+
</LaunchAction>
88+
<ProfileAction
89+
buildConfiguration = "Release"
90+
shouldUseLaunchSchemeArgsEnv = "YES"
91+
savedToolIdentifier = ""
92+
useCustomWorkingDirectory = "NO"
93+
debugDocumentVersioning = "YES"
94+
askForAppToLaunch = "Yes"
95+
launchAutomaticallySubstyle = "2">
96+
<BuildableProductRunnable
97+
runnableDebuggingMode = "0">
98+
<BuildableReference
99+
BuildableIdentifier = "primary"
100+
BlueprintIdentifier = "1602DF3D251BC0F7004D96B2"
101+
BuildableName = "Space!.app"
102+
BlueprintName = "Space!"
103+
ReferencedContainer = "container:SpacePOD.xcodeproj">
104+
</BuildableReference>
105+
</BuildableProductRunnable>
106+
</ProfileAction>
107+
<AnalyzeAction
108+
buildConfiguration = "Debug">
109+
</AnalyzeAction>
110+
<ArchiveAction
111+
buildConfiguration = "Release"
112+
revealArchiveInOrganizer = "YES">
113+
</ArchiveAction>
114+
</Scheme>

0 commit comments

Comments
 (0)