Skip to content

Commit 45831ba

Browse files
committed
updating some files changed by a newer version of XCode
1 parent e55fc05 commit 45831ba

File tree

6 files changed

+144
-52
lines changed

6 files changed

+144
-52
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,120 @@
11
{
22
"images" : [
33
{
4-
"size" : "24x24",
5-
"idiom" : "watch",
64
"filename" : "Icon-24@2x.png",
7-
"scale" : "2x",
5+
"idiom" : "watch",
86
"role" : "notificationCenter",
7+
"scale" : "2x",
8+
"size" : "24x24",
99
"subtype" : "38mm"
1010
},
1111
{
12-
"size" : "27.5x27.5",
13-
"idiom" : "watch",
1412
"filename" : "Icon-27-5@2x.png",
15-
"scale" : "2x",
13+
"idiom" : "watch",
1614
"role" : "notificationCenter",
15+
"scale" : "2x",
16+
"size" : "27.5x27.5",
1717
"subtype" : "42mm"
1818
},
1919
{
20-
"size" : "29x29",
21-
"idiom" : "watch",
2220
"filename" : "Icon-29@2x.png",
21+
"idiom" : "watch",
2322
"role" : "companionSettings",
24-
"scale" : "2x"
23+
"scale" : "2x",
24+
"size" : "29x29"
2525
},
2626
{
27-
"size" : "29x29",
28-
"idiom" : "watch",
2927
"filename" : "Icon-24@3x.png",
28+
"idiom" : "watch",
3029
"role" : "companionSettings",
31-
"scale" : "3x"
30+
"scale" : "3x",
31+
"size" : "29x29"
3232
},
3333
{
34-
"size" : "40x40",
3534
"idiom" : "watch",
36-
"filename" : "Icon-40@2x.png",
35+
"role" : "notificationCenter",
3736
"scale" : "2x",
37+
"size" : "33x33",
38+
"subtype" : "45mm"
39+
},
40+
{
41+
"filename" : "Icon-40@2x.png",
42+
"idiom" : "watch",
3843
"role" : "appLauncher",
44+
"scale" : "2x",
45+
"size" : "40x40",
3946
"subtype" : "38mm"
4047
},
4148
{
42-
"size" : "44x44",
43-
"idiom" : "watch",
4449
"filename" : "Icon-44@2x.png",
45-
"scale" : "2x",
50+
"idiom" : "watch",
4651
"role" : "appLauncher",
52+
"scale" : "2x",
53+
"size" : "44x44",
4754
"subtype" : "40mm"
4855
},
4956
{
50-
"size" : "50x50",
5157
"idiom" : "watch",
52-
"filename" : "Icon-50@2x.png",
58+
"role" : "appLauncher",
5359
"scale" : "2x",
60+
"size" : "46x46",
61+
"subtype" : "41mm"
62+
},
63+
{
64+
"filename" : "Icon-50@2x.png",
65+
"idiom" : "watch",
5466
"role" : "appLauncher",
67+
"scale" : "2x",
68+
"size" : "50x50",
5569
"subtype" : "44mm"
5670
},
5771
{
58-
"size" : "86x86",
5972
"idiom" : "watch",
60-
"filename" : "Icon-86@2x.png",
73+
"role" : "appLauncher",
6174
"scale" : "2x",
75+
"size" : "51x51",
76+
"subtype" : "45mm"
77+
},
78+
{
79+
"filename" : "Icon-86@2x.png",
80+
"idiom" : "watch",
6281
"role" : "quickLook",
82+
"scale" : "2x",
83+
"size" : "86x86",
6384
"subtype" : "38mm"
6485
},
6586
{
66-
"size" : "98x98",
67-
"idiom" : "watch",
6887
"filename" : "Icon-98@2x.png",
69-
"scale" : "2x",
88+
"idiom" : "watch",
7089
"role" : "quickLook",
90+
"scale" : "2x",
91+
"size" : "98x98",
7192
"subtype" : "42mm"
7293
},
7394
{
74-
"size" : "108x108",
75-
"idiom" : "watch",
7695
"filename" : "Icon-108@2x.png",
77-
"scale" : "2x",
96+
"idiom" : "watch",
7897
"role" : "quickLook",
98+
"scale" : "2x",
99+
"size" : "108x108",
79100
"subtype" : "44mm"
80101
},
81102
{
82-
"size" : "1024x1024",
83-
"idiom" : "watch-marketing",
103+
"idiom" : "watch",
104+
"role" : "quickLook",
105+
"scale" : "2x",
106+
"size" : "117x117",
107+
"subtype" : "45mm"
108+
},
109+
{
84110
"filename" : "Icon-1024@1x.png",
85-
"scale" : "1x"
111+
"idiom" : "watch-marketing",
112+
"scale" : "1x",
113+
"size" : "1024x1024"
86114
}
87115
],
88116
"info" : {
89-
"version" : 1,
90-
"author" : "xcode"
117+
"author" : "xcode",
118+
"version" : 1
91119
}
92-
}
120+
}

OpenGpxTracker.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@
13141314
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
13151315
MARKETING_VERSION = 1.8.0;
13161316
MTL_FAST_MATH = YES;
1317-
PRODUCT_BUNDLE_IDENTIFIER = org.merlos.OpenGpxTracker.watchkitapp.extension;
1317+
PRODUCT_BUNDLE_IDENTIFIER = org.merlos.OpenGpxTracker.watchkitapp.ext;
13181318
PRODUCT_NAME = "${TARGET_NAME}";
13191319
SDKROOT = watchos;
13201320
SKIP_INSTALL = YES;

OpenGpxTracker.xcodeproj/xcshareddata/xcschemes/OpenGpxTracker-Watch (Complication).xcscheme

+19-6
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,18 @@
6464
debugServiceExtension = "internal"
6565
allowLocationSimulation = "YES"
6666
launchAutomaticallySubstyle = "32">
67-
<BuildableProductRunnable
68-
runnableDebuggingMode = "0">
67+
<RemoteRunnable
68+
runnableDebuggingMode = "2"
69+
BundleIdentifier = "com.apple.Carousel"
70+
RemotePath = "/GPX Tracker">
6971
<BuildableReference
7072
BuildableIdentifier = "primary"
7173
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
7274
BuildableName = "OpenGpxTracker-Watch.app"
7375
BlueprintName = "OpenGpxTracker-Watch"
7476
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
7577
</BuildableReference>
76-
</BuildableProductRunnable>
78+
</RemoteRunnable>
7779
</LaunchAction>
7880
<ProfileAction
7981
buildConfiguration = "Release"
@@ -82,16 +84,27 @@
8284
useCustomWorkingDirectory = "NO"
8385
debugDocumentVersioning = "YES"
8486
launchAutomaticallySubstyle = "32">
85-
<BuildableProductRunnable
86-
runnableDebuggingMode = "0">
87+
<RemoteRunnable
88+
runnableDebuggingMode = "2"
89+
BundleIdentifier = "com.apple.Carousel"
90+
RemotePath = "/GPX Tracker">
8791
<BuildableReference
8892
BuildableIdentifier = "primary"
8993
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
9094
BuildableName = "OpenGpxTracker-Watch.app"
9195
BlueprintName = "OpenGpxTracker-Watch"
9296
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
9397
</BuildableReference>
94-
</BuildableProductRunnable>
98+
</RemoteRunnable>
99+
<MacroExpansion>
100+
<BuildableReference
101+
BuildableIdentifier = "primary"
102+
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
103+
BuildableName = "OpenGpxTracker-Watch.app"
104+
BlueprintName = "OpenGpxTracker-Watch"
105+
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
106+
</BuildableReference>
107+
</MacroExpansion>
95108
</ProfileAction>
96109
<AnalyzeAction
97110
buildConfiguration = "Debug">

OpenGpxTracker.xcodeproj/xcshareddata/xcschemes/OpenGpxTracker-Watch (Notification).xcscheme

+19-6
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,18 @@
6464
debugServiceExtension = "internal"
6565
allowLocationSimulation = "YES"
6666
launchAutomaticallySubstyle = "8">
67-
<BuildableProductRunnable
68-
runnableDebuggingMode = "0">
67+
<RemoteRunnable
68+
runnableDebuggingMode = "2"
69+
BundleIdentifier = "com.apple.Carousel"
70+
RemotePath = "/GPX Tracker">
6971
<BuildableReference
7072
BuildableIdentifier = "primary"
7173
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
7274
BuildableName = "OpenGpxTracker-Watch.app"
7375
BlueprintName = "OpenGpxTracker-Watch"
7476
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
7577
</BuildableReference>
76-
</BuildableProductRunnable>
78+
</RemoteRunnable>
7779
</LaunchAction>
7880
<ProfileAction
7981
buildConfiguration = "Release"
@@ -82,16 +84,27 @@
8284
useCustomWorkingDirectory = "NO"
8385
debugDocumentVersioning = "YES"
8486
launchAutomaticallySubstyle = "8">
85-
<BuildableProductRunnable
86-
runnableDebuggingMode = "0">
87+
<RemoteRunnable
88+
runnableDebuggingMode = "2"
89+
BundleIdentifier = "com.apple.Carousel"
90+
RemotePath = "/GPX Tracker">
8791
<BuildableReference
8892
BuildableIdentifier = "primary"
8993
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
9094
BuildableName = "OpenGpxTracker-Watch.app"
9195
BlueprintName = "OpenGpxTracker-Watch"
9296
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
9397
</BuildableReference>
94-
</BuildableProductRunnable>
98+
</RemoteRunnable>
99+
<MacroExpansion>
100+
<BuildableReference
101+
BuildableIdentifier = "primary"
102+
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
103+
BuildableName = "OpenGpxTracker-Watch.app"
104+
BlueprintName = "OpenGpxTracker-Watch"
105+
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
106+
</BuildableReference>
107+
</MacroExpansion>
95108
</ProfileAction>
96109
<AnalyzeAction
97110
buildConfiguration = "Debug">

OpenGpxTracker.xcodeproj/xcshareddata/xcschemes/OpenGpxTracker-Watch.xcscheme

+19-6
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,18 @@
6363
debugDocumentVersioning = "YES"
6464
debugServiceExtension = "internal"
6565
allowLocationSimulation = "YES">
66-
<BuildableProductRunnable
67-
runnableDebuggingMode = "0">
66+
<RemoteRunnable
67+
runnableDebuggingMode = "2"
68+
BundleIdentifier = "com.apple.Carousel"
69+
RemotePath = "/GPX Tracker">
6870
<BuildableReference
6971
BuildableIdentifier = "primary"
7072
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
7173
BuildableName = "OpenGpxTracker-Watch.app"
7274
BlueprintName = "OpenGpxTracker-Watch"
7375
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
7476
</BuildableReference>
75-
</BuildableProductRunnable>
77+
</RemoteRunnable>
7678
<LocationScenarioReference
7779
identifier = "Tokyo, Japan"
7880
referenceType = "1">
@@ -84,16 +86,27 @@
8486
savedToolIdentifier = ""
8587
useCustomWorkingDirectory = "NO"
8688
debugDocumentVersioning = "YES">
87-
<BuildableProductRunnable
88-
runnableDebuggingMode = "0">
89+
<RemoteRunnable
90+
runnableDebuggingMode = "2"
91+
BundleIdentifier = "com.apple.Carousel"
92+
RemotePath = "/GPX Tracker">
8993
<BuildableReference
9094
BuildableIdentifier = "primary"
9195
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
9296
BuildableName = "OpenGpxTracker-Watch.app"
9397
BlueprintName = "OpenGpxTracker-Watch"
9498
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
9599
</BuildableReference>
96-
</BuildableProductRunnable>
100+
</RemoteRunnable>
101+
<MacroExpansion>
102+
<BuildableReference
103+
BuildableIdentifier = "primary"
104+
BlueprintIdentifier = "BF692F562209AAF900F8A0F1"
105+
BuildableName = "OpenGpxTracker-Watch.app"
106+
BlueprintName = "OpenGpxTracker-Watch"
107+
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
108+
</BuildableReference>
109+
</MacroExpansion>
97110
</ProfileAction>
98111
<AnalyzeAction
99112
buildConfiguration = "Debug">

Pods/Pods.xcodeproj/xcuserdata/merlos.xcuserdatad/xcschemes/xcschememanagement.plist

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)