git.fiddlerwoaroof.com
Browse code

Updates for Xcode 7.1

Isam Machlovi authored on 25/11/2015 01:41:59
Showing 10 changed files
... ...
@@ -334,7 +334,7 @@
334 334
 		223F99FB19F894AE000802FB /* Project object */ = {
335 335
 			isa = PBXProject;
336 336
 			attributes = {
337
-				LastUpgradeCheck = 0610;
337
+				LastUpgradeCheck = 0710;
338 338
 				ORGANIZATIONNAME = "Sam Rothenberg";
339 339
 				TargetAttributes = {
340 340
 					223F9A0219F894AE000802FB = {
... ...
@@ -490,6 +490,7 @@
490 490
 				CODE_SIGN_IDENTITY = "-";
491 491
 				COPY_PHASE_STRIP = NO;
492 492
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
493
+				ENABLE_TESTABILITY = YES;
493 494
 				GCC_C_LANGUAGE_STANDARD = gnu99;
494 495
 				GCC_DYNAMIC_NO_PIC = NO;
495 496
 				GCC_OPTIMIZATION_LEVEL = 0;
... ...
@@ -504,7 +505,7 @@
504 505
 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
505 506
 				GCC_WARN_UNUSED_FUNCTION = YES;
506 507
 				GCC_WARN_UNUSED_VARIABLE = YES;
507
-				MACOSX_DEPLOYMENT_TARGET = 10.10;
508
+				MACOSX_DEPLOYMENT_TARGET = 10.11;
508 509
 				MTL_ENABLE_DEBUG_INFO = YES;
509 510
 				ONLY_ACTIVE_ARCH = YES;
510 511
 				SDKROOT = macosx;
... ...
@@ -540,7 +541,7 @@
540 541
 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
541 542
 				GCC_WARN_UNUSED_FUNCTION = YES;
542 543
 				GCC_WARN_UNUSED_VARIABLE = YES;
543
-				MACOSX_DEPLOYMENT_TARGET = 10.10;
544
+				MACOSX_DEPLOYMENT_TARGET = 10.11;
544 545
 				MTL_ENABLE_DEBUG_INFO = NO;
545 546
 				SDKROOT = macosx;
546 547
 			};
... ...
@@ -553,6 +554,7 @@
553 554
 				COMBINE_HIDPI_IMAGES = YES;
554 555
 				INFOPLIST_FILE = "Today Scripts/Info.plist";
555 556
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
557
+				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.$(PRODUCT_NAME:rfc1034identifier)";
556 558
 				PRODUCT_NAME = "$(TARGET_NAME)";
557 559
 			};
558 560
 			name = Debug;
... ...
@@ -564,6 +566,7 @@
564 566
 				COMBINE_HIDPI_IMAGES = YES;
565 567
 				INFOPLIST_FILE = "Today Scripts/Info.plist";
566 568
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
569
+				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.$(PRODUCT_NAME:rfc1034identifier)";
567 570
 				PRODUCT_NAME = "$(TARGET_NAME)";
568 571
 			};
569 572
 			name = Release;
... ...
@@ -581,6 +584,7 @@
581 584
 				);
582 585
 				INFOPLIST_FILE = Widget/Info.plist;
583 586
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
587
+				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.Today-Scripts.$(PRODUCT_NAME:rfc1034identifier)";
584 588
 				PRODUCT_NAME = "$(TARGET_NAME)";
585 589
 				SKIP_INSTALL = YES;
586 590
 			};
... ...
@@ -595,6 +599,7 @@
595 599
 				COMBINE_HIDPI_IMAGES = YES;
596 600
 				INFOPLIST_FILE = Widget/Info.plist;
597 601
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
602
+				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.Today-Scripts.$(PRODUCT_NAME:rfc1034identifier)";
598 603
 				PRODUCT_NAME = "$(TARGET_NAME)";
599 604
 				SKIP_INSTALL = YES;
600 605
 			};
... ...
@@ -609,6 +614,7 @@
609 614
 					"$(inherited)",
610 615
 				);
611 616
 				INFOPLIST_FILE = XPC/Info.plist;
617
+				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.Today-Scripts.Widget.$(PRODUCT_NAME:rfc1034identifier)";
612 618
 				PRODUCT_NAME = "$(TARGET_NAME)";
613 619
 				SKIP_INSTALL = YES;
614 620
 			};
... ...
@@ -619,6 +625,7 @@
619 625
 			buildSettings = {
620 626
 				COMBINE_HIDPI_IMAGES = YES;
621 627
 				INFOPLIST_FILE = XPC/Info.plist;
628
+				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.Today-Scripts.Widget.$(PRODUCT_NAME:rfc1034identifier)";
622 629
 				PRODUCT_NAME = "$(TARGET_NAME)";
623 630
 				SKIP_INSTALL = YES;
624 631
 			};
625 632
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<Workspace
3
+   version = "1.0">
4
+   <FileRef
5
+      location = "self:">
6
+   </FileRef>
7
+</Workspace>
0 8
new file mode 100644
1 9
Binary files /dev/null and b/Today Scripts.xcodeproj/project.xcworkspace/xcuserdata/jade.xcuserdatad/UserInterfaceState.xcuserstate differ
2 10
new file mode 100644
... ...
@@ -0,0 +1,91 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<Scheme
3
+   LastUpgradeVersion = "0710"
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 = "223F9A0219F894AE000802FB"
18
+               BuildableName = "Today Scripts.app"
19
+               BlueprintName = "Today Scripts"
20
+               ReferencedContainer = "container:Today Scripts.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
+      </Testables>
32
+      <MacroExpansion>
33
+         <BuildableReference
34
+            BuildableIdentifier = "primary"
35
+            BlueprintIdentifier = "223F9A0219F894AE000802FB"
36
+            BuildableName = "Today Scripts.app"
37
+            BlueprintName = "Today Scripts"
38
+            ReferencedContainer = "container:Today Scripts.xcodeproj">
39
+         </BuildableReference>
40
+      </MacroExpansion>
41
+      <AdditionalOptions>
42
+      </AdditionalOptions>
43
+   </TestAction>
44
+   <LaunchAction
45
+      buildConfiguration = "Debug"
46
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48
+      launchStyle = "0"
49
+      useCustomWorkingDirectory = "NO"
50
+      ignoresPersistentStateOnLaunch = "NO"
51
+      debugDocumentVersioning = "YES"
52
+      debugServiceExtension = "internal"
53
+      allowLocationSimulation = "YES">
54
+      <BuildableProductRunnable
55
+         runnableDebuggingMode = "0">
56
+         <BuildableReference
57
+            BuildableIdentifier = "primary"
58
+            BlueprintIdentifier = "223F9A0219F894AE000802FB"
59
+            BuildableName = "Today Scripts.app"
60
+            BlueprintName = "Today Scripts"
61
+            ReferencedContainer = "container:Today Scripts.xcodeproj">
62
+         </BuildableReference>
63
+      </BuildableProductRunnable>
64
+      <AdditionalOptions>
65
+      </AdditionalOptions>
66
+   </LaunchAction>
67
+   <ProfileAction
68
+      buildConfiguration = "Release"
69
+      shouldUseLaunchSchemeArgsEnv = "YES"
70
+      savedToolIdentifier = ""
71
+      useCustomWorkingDirectory = "NO"
72
+      debugDocumentVersioning = "YES">
73
+      <BuildableProductRunnable
74
+         runnableDebuggingMode = "0">
75
+         <BuildableReference
76
+            BuildableIdentifier = "primary"
77
+            BlueprintIdentifier = "223F9A0219F894AE000802FB"
78
+            BuildableName = "Today Scripts.app"
79
+            BlueprintName = "Today Scripts"
80
+            ReferencedContainer = "container:Today Scripts.xcodeproj">
81
+         </BuildableReference>
82
+      </BuildableProductRunnable>
83
+   </ProfileAction>
84
+   <AnalyzeAction
85
+      buildConfiguration = "Debug">
86
+   </AnalyzeAction>
87
+   <ArchiveAction
88
+      buildConfiguration = "Release"
89
+      revealArchiveInOrganizer = "YES">
90
+   </ArchiveAction>
91
+</Scheme>
0 92
new file mode 100644
... ...
@@ -0,0 +1,108 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<Scheme
3
+   LastUpgradeVersion = "0710"
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 = "223F9A2919F894DB000802FB"
19
+               BuildableName = "Widget.appex"
20
+               BlueprintName = "Widget"
21
+               ReferencedContainer = "container:Today Scripts.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 = "223F9A0219F894AE000802FB"
33
+               BuildableName = "Today Scripts.app"
34
+               BlueprintName = "Today Scripts"
35
+               ReferencedContainer = "container:Today Scripts.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
+      <MacroExpansion>
48
+         <BuildableReference
49
+            BuildableIdentifier = "primary"
50
+            BlueprintIdentifier = "223F9A2919F894DB000802FB"
51
+            BuildableName = "Widget.appex"
52
+            BlueprintName = "Widget"
53
+            ReferencedContainer = "container:Today Scripts.xcodeproj">
54
+         </BuildableReference>
55
+      </MacroExpansion>
56
+      <AdditionalOptions>
57
+      </AdditionalOptions>
58
+   </TestAction>
59
+   <LaunchAction
60
+      buildConfiguration = "Debug"
61
+      selectedDebuggerIdentifier = ""
62
+      selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
63
+      launchStyle = "0"
64
+      useCustomWorkingDirectory = "NO"
65
+      ignoresPersistentStateOnLaunch = "NO"
66
+      debugDocumentVersioning = "YES"
67
+      debugServiceExtension = "internal"
68
+      allowLocationSimulation = "YES"
69
+      launchAutomaticallySubstyle = "2">
70
+      <BuildableProductRunnable
71
+         runnableDebuggingMode = "0">
72
+         <BuildableReference
73
+            BuildableIdentifier = "primary"
74
+            BlueprintIdentifier = "223F9A0219F894AE000802FB"
75
+            BuildableName = "Today Scripts.app"
76
+            BlueprintName = "Today Scripts"
77
+            ReferencedContainer = "container:Today Scripts.xcodeproj">
78
+         </BuildableReference>
79
+      </BuildableProductRunnable>
80
+      <AdditionalOptions>
81
+      </AdditionalOptions>
82
+   </LaunchAction>
83
+   <ProfileAction
84
+      buildConfiguration = "Release"
85
+      shouldUseLaunchSchemeArgsEnv = "YES"
86
+      savedToolIdentifier = ""
87
+      useCustomWorkingDirectory = "NO"
88
+      debugDocumentVersioning = "YES"
89
+      launchAutomaticallySubstyle = "2">
90
+      <BuildableProductRunnable
91
+         runnableDebuggingMode = "0">
92
+         <BuildableReference
93
+            BuildableIdentifier = "primary"
94
+            BlueprintIdentifier = "223F9A0219F894AE000802FB"
95
+            BuildableName = "Today Scripts.app"
96
+            BlueprintName = "Today Scripts"
97
+            ReferencedContainer = "container:Today Scripts.xcodeproj">
98
+         </BuildableReference>
99
+      </BuildableProductRunnable>
100
+   </ProfileAction>
101
+   <AnalyzeAction
102
+      buildConfiguration = "Debug">
103
+   </AnalyzeAction>
104
+   <ArchiveAction
105
+      buildConfiguration = "Release"
106
+      revealArchiveInOrganizer = "YES">
107
+   </ArchiveAction>
108
+</Scheme>
0 109
new file mode 100644
... ...
@@ -0,0 +1,80 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<Scheme
3
+   LastUpgradeVersion = "0710"
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 = "223F9A4919F89532000802FB"
18
+               BuildableName = "XPC.xpc"
19
+               BlueprintName = "XPC"
20
+               ReferencedContainer = "container:Today Scripts.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
+      </Testables>
32
+      <AdditionalOptions>
33
+      </AdditionalOptions>
34
+   </TestAction>
35
+   <LaunchAction
36
+      buildConfiguration = "Debug"
37
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39
+      launchStyle = "0"
40
+      useCustomWorkingDirectory = "NO"
41
+      ignoresPersistentStateOnLaunch = "NO"
42
+      debugDocumentVersioning = "YES"
43
+      debugServiceExtension = "internal"
44
+      allowLocationSimulation = "YES">
45
+      <MacroExpansion>
46
+         <BuildableReference
47
+            BuildableIdentifier = "primary"
48
+            BlueprintIdentifier = "223F9A4919F89532000802FB"
49
+            BuildableName = "XPC.xpc"
50
+            BlueprintName = "XPC"
51
+            ReferencedContainer = "container:Today Scripts.xcodeproj">
52
+         </BuildableReference>
53
+      </MacroExpansion>
54
+      <AdditionalOptions>
55
+      </AdditionalOptions>
56
+   </LaunchAction>
57
+   <ProfileAction
58
+      buildConfiguration = "Release"
59
+      shouldUseLaunchSchemeArgsEnv = "YES"
60
+      savedToolIdentifier = ""
61
+      useCustomWorkingDirectory = "NO"
62
+      debugDocumentVersioning = "YES">
63
+      <MacroExpansion>
64
+         <BuildableReference
65
+            BuildableIdentifier = "primary"
66
+            BlueprintIdentifier = "223F9A4919F89532000802FB"
67
+            BuildableName = "XPC.xpc"
68
+            BlueprintName = "XPC"
69
+            ReferencedContainer = "container:Today Scripts.xcodeproj">
70
+         </BuildableReference>
71
+      </MacroExpansion>
72
+   </ProfileAction>
73
+   <AnalyzeAction
74
+      buildConfiguration = "Debug">
75
+   </AnalyzeAction>
76
+   <ArchiveAction
77
+      buildConfiguration = "Release"
78
+      revealArchiveInOrganizer = "YES">
79
+   </ArchiveAction>
80
+</Scheme>
0 81
new file mode 100644
... ...
@@ -0,0 +1,42 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+	<key>SchemeUserState</key>
6
+	<dict>
7
+		<key>Today Scripts.xcscheme</key>
8
+		<dict>
9
+			<key>orderHint</key>
10
+			<integer>0</integer>
11
+		</dict>
12
+		<key>Widget.xcscheme</key>
13
+		<dict>
14
+			<key>orderHint</key>
15
+			<integer>1</integer>
16
+		</dict>
17
+		<key>XPC.xcscheme</key>
18
+		<dict>
19
+			<key>orderHint</key>
20
+			<integer>2</integer>
21
+		</dict>
22
+	</dict>
23
+	<key>SuppressBuildableAutocreation</key>
24
+	<dict>
25
+		<key>223F9A0219F894AE000802FB</key>
26
+		<dict>
27
+			<key>primary</key>
28
+			<true/>
29
+		</dict>
30
+		<key>223F9A2919F894DB000802FB</key>
31
+		<dict>
32
+			<key>primary</key>
33
+			<true/>
34
+		</dict>
35
+		<key>223F9A4919F89532000802FB</key>
36
+		<dict>
37
+			<key>primary</key>
38
+			<true/>
39
+		</dict>
40
+	</dict>
41
+</dict>
42
+</plist>
... ...
@@ -9,7 +9,7 @@
9 9
 	<key>CFBundleIconFile</key>
10 10
 	<string>AppIcon</string>
11 11
 	<key>CFBundleIdentifier</key>
12
-	<string>org.samroth.$(PRODUCT_NAME:rfc1034identifier)</string>
12
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13 13
 	<key>CFBundleInfoDictionaryVersion</key>
14 14
 	<string>6.0</string>
15 15
 	<key>CFBundleName</key>
... ...
@@ -9,7 +9,7 @@
9 9
 	<key>CFBundleExecutable</key>
10 10
 	<string>$(EXECUTABLE_NAME)</string>
11 11
 	<key>CFBundleIdentifier</key>
12
-	<string>org.samroth.Today-Scripts.$(PRODUCT_NAME:rfc1034identifier)</string>
12
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13 13
 	<key>CFBundleInfoDictionaryVersion</key>
14 14
 	<string>6.0</string>
15 15
 	<key>CFBundleName</key>
... ...
@@ -9,7 +9,7 @@
9 9
 	<key>CFBundleExecutable</key>
10 10
 	<string>$(EXECUTABLE_NAME)</string>
11 11
 	<key>CFBundleIdentifier</key>
12
-	<string>org.samroth.Today-Scripts.Widget.$(PRODUCT_NAME:rfc1034identifier)</string>
12
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13 13
 	<key>CFBundleInfoDictionaryVersion</key>
14 14
 	<string>6.0</string>
15 15
 	<key>CFBundleName</key>