git.fiddlerwoaroof.com
Browse code

New build 1.2

Megabits authored on 25/07/2017 08:27:52
Showing 25 changed files
... ...
@@ -2,16 +2,7 @@
2 2
 
3 3
 ### Clone and compile yourself *(tested to work with Xcode 8 target platform 10.12 or 10.11)*
4 4
 
5
-If you don't want to compile this yourself, nor clone the repo to get the binary in the `build` dir  
6
-
7
-or download the binary **.app* or **.zip**. You can **download the binary** from [Today Scripts.app zipped to 168K](https://github.com/lsd/Today-Scripts/raw/master/build/Today%20Scripts.app.zip) or view the [build/ for the uncompressed bin @ 389K](https://github.com/lsd/Today-Scripts/tree/master/build) dir. 
8
-
9
-## Still having issues with running this on Sierra?  
10
-
11
-:warning: **If you're still having problems running Today-Scripts on Sierra, [please read https://github.com/SamRothCA/Today-Scripts/issues/24#issuecomment-160041420](https://github.com/SamRothCA/Today-Scripts/issues/24#issuecomment-160041420)**
12
-
13
-
14
-**A widget for running custom scripts in the Today View in OS X Yosemite's and El Capitan's and Sierra's Notification Center.**
5
+**Download the binary** from [Today Scripts.app.zip](https://github.com/megabitsenmzq/Today-Scripts/releases/download/1.2/Today.Scripts.app.zip)
15 6
 
16 7
 Original links and text preserved:  
17 8
 
... ...
@@ -339,12 +339,18 @@
339 339
 				TargetAttributes = {
340 340
 					223F9A0219F894AE000802FB = {
341 341
 						CreatedOnToolsVersion = 6.1;
342
+						DevelopmentTeam = QJN4A73F8D;
343
+						ProvisioningStyle = Automatic;
342 344
 					};
343 345
 					223F9A2919F894DB000802FB = {
344 346
 						CreatedOnToolsVersion = 6.1;
347
+						DevelopmentTeam = QJN4A73F8D;
348
+						ProvisioningStyle = Automatic;
345 349
 					};
346 350
 					223F9A4919F89532000802FB = {
347 351
 						CreatedOnToolsVersion = 6.1;
352
+						DevelopmentTeam = QJN4A73F8D;
353
+						ProvisioningStyle = Automatic;
348 354
 						SystemCapabilities = {
349 355
 							com.apple.Sandbox = {
350 356
 								enabled = 0;
... ...
@@ -551,11 +557,14 @@
551 557
 			isa = XCBuildConfiguration;
552 558
 			buildSettings = {
553 559
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
560
+				CODE_SIGN_IDENTITY = "Mac Developer";
554 561
 				COMBINE_HIDPI_IMAGES = YES;
562
+				DEVELOPMENT_TEAM = QJN4A73F8D;
555 563
 				INFOPLIST_FILE = "Today Scripts/Info.plist";
556 564
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
557 565
 				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.$(PRODUCT_NAME:rfc1034identifier)";
558 566
 				PRODUCT_NAME = "$(TARGET_NAME)";
567
+				PROVISIONING_PROFILE_SPECIFIER = "";
559 568
 			};
560 569
 			name = Debug;
561 570
 		};
... ...
@@ -563,11 +572,14 @@
563 572
 			isa = XCBuildConfiguration;
564 573
 			buildSettings = {
565 574
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
575
+				CODE_SIGN_IDENTITY = "Mac Developer";
566 576
 				COMBINE_HIDPI_IMAGES = YES;
577
+				DEVELOPMENT_TEAM = QJN4A73F8D;
567 578
 				INFOPLIST_FILE = "Today Scripts/Info.plist";
568 579
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
569 580
 				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.$(PRODUCT_NAME:rfc1034identifier)";
570 581
 				PRODUCT_NAME = "$(TARGET_NAME)";
582
+				PROVISIONING_PROFILE_SPECIFIER = "";
571 583
 			};
572 584
 			name = Release;
573 585
 		};
... ...
@@ -576,8 +588,9 @@
576 588
 			buildSettings = {
577 589
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
578 590
 				CODE_SIGN_ENTITLEMENTS = Widget/Widget.entitlements;
579
-				CODE_SIGN_IDENTITY = "-";
591
+				CODE_SIGN_IDENTITY = "Mac Developer";
580 592
 				COMBINE_HIDPI_IMAGES = YES;
593
+				DEVELOPMENT_TEAM = QJN4A73F8D;
581 594
 				GCC_PREPROCESSOR_DEFINITIONS = (
582 595
 					"DEBUG=1",
583 596
 					"$(inherited)",
... ...
@@ -586,6 +599,7 @@
586 599
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
587 600
 				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.Today-Scripts.$(PRODUCT_NAME:rfc1034identifier)";
588 601
 				PRODUCT_NAME = "$(TARGET_NAME)";
602
+				PROVISIONING_PROFILE_SPECIFIER = "";
589 603
 				SKIP_INSTALL = YES;
590 604
 			};
591 605
 			name = Debug;
... ...
@@ -595,12 +609,14 @@
595 609
 			buildSettings = {
596 610
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
597 611
 				CODE_SIGN_ENTITLEMENTS = Widget/Widget.entitlements;
598
-				CODE_SIGN_IDENTITY = "-";
612
+				CODE_SIGN_IDENTITY = "Mac Developer";
599 613
 				COMBINE_HIDPI_IMAGES = YES;
614
+				DEVELOPMENT_TEAM = QJN4A73F8D;
600 615
 				INFOPLIST_FILE = Widget/Info.plist;
601 616
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
602 617
 				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.Today-Scripts.$(PRODUCT_NAME:rfc1034identifier)";
603 618
 				PRODUCT_NAME = "$(TARGET_NAME)";
619
+				PROVISIONING_PROFILE_SPECIFIER = "";
604 620
 				SKIP_INSTALL = YES;
605 621
 			};
606 622
 			name = Release;
... ...
@@ -608,7 +624,9 @@
608 624
 		223F9A5819F89532000802FB /* Debug */ = {
609 625
 			isa = XCBuildConfiguration;
610 626
 			buildSettings = {
627
+				CODE_SIGN_IDENTITY = "Mac Developer";
611 628
 				COMBINE_HIDPI_IMAGES = YES;
629
+				DEVELOPMENT_TEAM = QJN4A73F8D;
612 630
 				GCC_PREPROCESSOR_DEFINITIONS = (
613 631
 					"DEBUG=1",
614 632
 					"$(inherited)",
... ...
@@ -616,6 +634,7 @@
616 634
 				INFOPLIST_FILE = XPC/Info.plist;
617 635
 				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.Today-Scripts.Widget.$(PRODUCT_NAME:rfc1034identifier)";
618 636
 				PRODUCT_NAME = "$(TARGET_NAME)";
637
+				PROVISIONING_PROFILE_SPECIFIER = "";
619 638
 				SKIP_INSTALL = YES;
620 639
 			};
621 640
 			name = Debug;
... ...
@@ -623,10 +642,13 @@
623 642
 		223F9A5919F89532000802FB /* Release */ = {
624 643
 			isa = XCBuildConfiguration;
625 644
 			buildSettings = {
645
+				CODE_SIGN_IDENTITY = "Mac Developer";
626 646
 				COMBINE_HIDPI_IMAGES = YES;
647
+				DEVELOPMENT_TEAM = QJN4A73F8D;
627 648
 				INFOPLIST_FILE = XPC/Info.plist;
628 649
 				PRODUCT_BUNDLE_IDENTIFIER = "org.samroth.Today-Scripts.Widget.$(PRODUCT_NAME:rfc1034identifier)";
629 650
 				PRODUCT_NAME = "$(TARGET_NAME)";
651
+				PROVISIONING_PROFILE_SPECIFIER = "";
630 652
 				SKIP_INSTALL = YES;
631 653
 			};
632 654
 			name = Release;
633 655
Binary files a/Today Scripts.xcodeproj/project.xcworkspace/xcuserdata/Megabits.xcuserdatad/UserInterfaceState.xcuserstate and b/Today Scripts.xcodeproj/project.xcworkspace/xcuserdata/Megabits.xcuserdatad/UserInterfaceState.xcuserstate differ
... ...
@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>APPL</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>1.1</string>
20
+	<string>1.2</string>
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>
... ...
@@ -1,7 +1,9 @@
1
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="14B17" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
3 3
     <dependencies>
4
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6250"/>
4
+        <deployment identifier="macosx"/>
5
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/>
6
+        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
5 7
     </dependencies>
6 8
     <objects>
7 9
         <customObject id="-2" userLabel="File's Owner" customClass="EditViewController">
... ...
@@ -21,7 +23,7 @@
21 23
             <rect key="frame" x="0.0" y="0.0" width="300" height="265"/>
22 24
             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
23 25
             <subviews>
24
-                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WKU-4c-tEB" userLabel="Label Label">
26
+                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WKU-4c-tEB" userLabel="Label Label">
25 27
                     <rect key="frame" x="20" y="228" width="49" height="14"/>
26 28
                     <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="zYG-jl-Xmw">
27 29
                         <font key="font" metaFont="smallSystem"/>
... ...
@@ -32,18 +34,16 @@
32 34
                 <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uNF-BF-3n2" userLabel="Label Scroll">
33 35
                     <rect key="frame" x="75" y="226" width="205" height="19"/>
34 36
                     <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="cFz-HW-bAt" userLabel="Label Clip">
35
-                        <rect key="frame" x="1" y="1" width="223" height="133"/>
37
+                        <rect key="frame" x="1" y="1" width="203" height="17"/>
36 38
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
37 39
                         <subviews>
38
-                            <textView importsGraphics="NO" richText="NO" continuousSpellChecking="YES" allowsUndo="YES" fieldEditor="YES" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="jcz-m0-yi0" userLabel="Label View" customClass="EditViewLabelField">
39
-                                <rect key="frame" x="0.0" y="0.0" width="223" height="133"/>
40
+                            <textView importsGraphics="NO" richText="NO" fieldEditor="YES" continuousSpellChecking="YES" allowsUndo="YES" spellingCorrection="YES" smartInsertDelete="YES" id="jcz-m0-yi0" userLabel="Label View" customClass="EditViewLabelField">
41
+                                <rect key="frame" x="0.0" y="0.0" width="203" height="17"/>
40 42
                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
41 43
                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
42 44
                                 <size key="minSize" width="203" height="17"/>
43 45
                                 <size key="maxSize" width="463" height="10000000"/>
44 46
                                 <color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
45
-                                <size key="minSize" width="203" height="17"/>
46
-                                <size key="maxSize" width="463" height="10000000"/>
47 47
                                 <connections>
48 48
                                     <outlet property="editViewController" destination="-2" id="GKI-Zf-GLM"/>
49 49
                                 </connections>
... ...
@@ -59,11 +59,11 @@
59 59
                         <autoresizingMask key="autoresizingMask"/>
60 60
                     </scroller>
61 61
                     <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="PIL-n2-Ehd">
62
-                        <rect key="frame" x="224" y="1" width="15" height="133"/>
62
+                        <rect key="frame" x="188" y="1" width="16" height="17"/>
63 63
                         <autoresizingMask key="autoresizingMask"/>
64 64
                     </scroller>
65 65
                 </scrollView>
66
-                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ppa-Tb-oBt" userLabel="Program Label">
66
+                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ppa-Tb-oBt" userLabel="Program Label">
67 67
                     <rect key="frame" x="20" y="201" width="49" height="14"/>
68 68
                     <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Program" id="YMK-m2-DXR">
69 69
                         <font key="font" metaFont="smallSystem"/>
... ...
@@ -74,18 +74,16 @@
74 74
                 <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zzK-ek-06M" userLabel="Program Scroll">
75 75
                     <rect key="frame" x="75" y="199" width="205" height="19"/>
76 76
                     <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="RJ0-uk-AXm" userLabel="Program Clip">
77
-                        <rect key="frame" x="1" y="1" width="223" height="133"/>
77
+                        <rect key="frame" x="1" y="1" width="203" height="17"/>
78 78
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
79 79
                         <subviews>
80
-                            <textView importsGraphics="NO" richText="NO" continuousSpellChecking="YES" allowsUndo="YES" fieldEditor="YES" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="m0T-Wm-kFz" userLabel="Program View" customClass="EditViewProgramField">
81
-                                <rect key="frame" x="0.0" y="0.0" width="223" height="133"/>
80
+                            <textView importsGraphics="NO" richText="NO" fieldEditor="YES" continuousSpellChecking="YES" allowsUndo="YES" spellingCorrection="YES" smartInsertDelete="YES" id="m0T-Wm-kFz" userLabel="Program View" customClass="EditViewProgramField">
81
+                                <rect key="frame" x="0.0" y="0.0" width="203" height="17"/>
82 82
                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
83 83
                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
84 84
                                 <size key="minSize" width="203" height="17"/>
85 85
                                 <size key="maxSize" width="463" height="10000000"/>
86 86
                                 <color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
87
-                                <size key="minSize" width="203" height="17"/>
88
-                                <size key="maxSize" width="463" height="10000000"/>
89 87
                                 <connections>
90 88
                                     <outlet property="editViewController" destination="-2" id="1UF-bC-fhn"/>
91 89
                                 </connections>
... ...
@@ -101,25 +99,23 @@
101 99
                         <autoresizingMask key="autoresizingMask"/>
102 100
                     </scroller>
103 101
                     <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="L0a-xy-L5Y">
104
-                        <rect key="frame" x="224" y="1" width="15" height="133"/>
102
+                        <rect key="frame" x="188" y="1" width="16" height="17"/>
105 103
                         <autoresizingMask key="autoresizingMask"/>
106 104
                     </scroller>
107 105
                 </scrollView>
108 106
                 <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OVb-f0-amM" userLabel="Script Scroll">
109 107
                     <rect key="frame" x="20" y="63" width="260" height="128"/>
110 108
                     <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="Fmm-9L-RgW" userLabel="Script Clip">
111
-                        <rect key="frame" x="1" y="1" width="223" height="133"/>
109
+                        <rect key="frame" x="1" y="1" width="258" height="126"/>
112 110
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
113 111
                         <subviews>
114
-                            <textView importsGraphics="NO" richText="NO" allowsUndo="YES" verticallyResizable="YES" id="g23-5c-rM3" userLabel="Script View" customClass="EditViewScriptView">
115
-                                <rect key="frame" x="0.0" y="0.0" width="223" height="133"/>
112
+                            <textView importsGraphics="NO" richText="NO" allowsUndo="YES" id="g23-5c-rM3" userLabel="Script View" customClass="EditViewScriptView">
113
+                                <rect key="frame" x="0.0" y="0.0" width="258" height="126"/>
116 114
                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
117 115
                                 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
118 116
                                 <size key="minSize" width="258" height="126"/>
119 117
                                 <size key="maxSize" width="463" height="10000000"/>
120 118
                                 <color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
121
-                                <size key="minSize" width="258" height="126"/>
122
-                                <size key="maxSize" width="463" height="10000000"/>
123 119
                                 <connections>
124 120
                                     <outlet property="editViewController" destination="-2" id="1Tt-ib-UsR"/>
125 121
                                     <outlet property="nextKeyView" destination="xfS-In-uVf" id="Hn3-Lf-7cP"/>
... ...
@@ -136,12 +132,12 @@
136 132
                         <autoresizingMask key="autoresizingMask"/>
137 133
                     </scroller>
138 134
                     <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="zBW-qB-PIF">
139
-                        <rect key="frame" x="224" y="1" width="15" height="133"/>
135
+                        <rect key="frame" x="243" y="1" width="16" height="126"/>
140 136
                         <autoresizingMask key="autoresizingMask"/>
141 137
                     </scroller>
142 138
                 </scrollView>
143 139
                 <button translatesAutoresizingMaskIntoConstraints="NO" id="xfS-In-uVf" userLabel="Auto Run Button" customClass="EditViewAutoRunButton">
144
-                    <rect key="frame" x="17" y="35" width="117" height="18"/>
140
+                    <rect key="frame" x="17" y="35" width="116" height="18"/>
145 141
                     <buttonCell key="cell" type="check" title="Run automatically" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="b0u-sz-0IN">
146 142
                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
147 143
                         <font key="font" metaFont="smallSystem"/>
... ...
@@ -151,7 +147,7 @@
151 147
                     </connections>
152 148
                 </button>
153 149
                 <button translatesAutoresizingMaskIntoConstraints="NO" id="vcF-tM-LhU" userLabel="Show Status Button" customClass="EditViewShowStatusButton">
154
-                    <rect key="frame" x="17" y="17" width="137" height="18"/>
150
+                    <rect key="frame" x="17" y="17" width="136" height="18"/>
155 151
                     <buttonCell key="cell" type="check" title="Show status indicator" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="SpY-3Z-Q6J">
156 152
                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
157 153
                         <font key="font" metaFont="smallSystem"/>
... ...
@@ -161,7 +157,7 @@
161 157
                     </connections>
162 158
                 </button>
163 159
                 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="u1c-zf-cvc" userLabel="Save Button" customClass="EditViewSaveButton">
164
-                    <rect key="frame" x="202" y="14" width="83" height="28"/>
160
+                    <rect key="frame" x="203" y="14" width="82" height="28"/>
165 161
                     <buttonCell key="cell" type="push" title="Add Script" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="1gZ-Fp-eku">
166 162
                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
167 163
                         <font key="font" metaFont="smallSystem"/>
... ...
@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>XPC!</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>1.1</string>
20
+	<string>1.2</string>
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>
... ...
@@ -26,13 +26,13 @@
26 26
 	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
27 27
 	<key>NSExtension</key>
28 28
 	<dict>
29
-		<key>NSExtensionPointIdentifier</key>
30
-		<string>com.apple.widget-extension</string>
31 29
 		<key>NSExtensionAttributes</key>
32 30
 		<dict>
33 31
 			<key>NSExtensionPointVersion</key>
34 32
 			<string>2.0</string>
35 33
 		</dict>
34
+		<key>NSExtensionPointIdentifier</key>
35
+		<string>com.apple.widget-extension</string>
36 36
 		<key>NSExtensionPrincipalClass</key>
37 37
 		<string>TodayViewController</string>
38 38
 		<key>com.apple.notificationcenter.widget.description</key>
... ...
@@ -17,7 +17,7 @@
17 17
 	<key>CFBundlePackageType</key>
18 18
 	<string>XPC!</string>
19 19
 	<key>CFBundleShortVersionString</key>
20
-	<string>1.0</string>
20
+	<string>1.2</string>
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>
24 24
deleted file mode 100644
25 25
Binary files a/build/Today Scripts.app.zip and /dev/null differ
26 26
deleted file mode 100644
... ...
@@ -1,56 +0,0 @@
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>BuildMachineOSBuild</key>
6
-	<string>16A323</string>
7
-	<key>CFBundleDevelopmentRegion</key>
8
-	<string>en</string>
9
-	<key>CFBundleExecutable</key>
10
-	<string>Today Scripts</string>
11
-	<key>CFBundleIconFile</key>
12
-	<string>AppIcon</string>
13
-	<key>CFBundleIdentifier</key>
14
-	<string>org.samroth.Today-Scripts</string>
15
-	<key>CFBundleInfoDictionaryVersion</key>
16
-	<string>6.0</string>
17
-	<key>CFBundleName</key>
18
-	<string>Today Scripts</string>
19
-	<key>CFBundlePackageType</key>
20
-	<string>APPL</string>
21
-	<key>CFBundleShortVersionString</key>
22
-	<string>1.1</string>
23
-	<key>CFBundleSignature</key>
24
-	<string>????</string>
25
-	<key>CFBundleSupportedPlatforms</key>
26
-	<array>
27
-		<string>MacOSX</string>
28
-	</array>
29
-	<key>CFBundleVersion</key>
30
-	<string>1</string>
31
-	<key>DTCompiler</key>
32
-	<string>com.apple.compilers.llvm.clang.1_0</string>
33
-	<key>DTPlatformBuild</key>
34
-	<string>8A218a</string>
35
-	<key>DTPlatformVersion</key>
36
-	<string>GM</string>
37
-	<key>DTSDKBuild</key>
38
-	<string>16A300</string>
39
-	<key>DTSDKName</key>
40
-	<string>macosx10.12</string>
41
-	<key>DTXcode</key>
42
-	<string>0800</string>
43
-	<key>DTXcodeBuild</key>
44
-	<string>8A218a</string>
45
-	<key>LSMinimumSystemVersion</key>
46
-	<string>10.11</string>
47
-	<key>LSUIElement</key>
48
-	<true/>
49
-	<key>NSHumanReadableCopyright</key>
50
-	<string>Copyright © 2014 Sam Rothenberg. All rights reserved.</string>
51
-	<key>NSMainNibFile</key>
52
-	<string>MainMenu</string>
53
-	<key>NSPrincipalClass</key>
54
-	<string>NSApplication</string>
55
-</dict>
56
-</plist>
57 0
deleted file mode 100755
58 1
Binary files a/build/Today Scripts.app/Contents/MacOS/Today Scripts and /dev/null differ
59 2
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-APPL????
2 0
\ No newline at end of file
3 1
deleted file mode 100644
... ...
@@ -1,64 +0,0 @@
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>BuildMachineOSBuild</key>
6
-	<string>16A323</string>
7
-	<key>CFBundleDevelopmentRegion</key>
8
-	<string>en</string>
9
-	<key>CFBundleDisplayName</key>
10
-	<string>Widget</string>
11
-	<key>CFBundleExecutable</key>
12
-	<string>Widget</string>
13
-	<key>CFBundleIdentifier</key>
14
-	<string>org.samroth.Today-Scripts.Widget</string>
15
-	<key>CFBundleInfoDictionaryVersion</key>
16
-	<string>6.0</string>
17
-	<key>CFBundleName</key>
18
-	<string>Widget</string>
19
-	<key>CFBundlePackageType</key>
20
-	<string>XPC!</string>
21
-	<key>CFBundleShortVersionString</key>
22
-	<string>1.1</string>
23
-	<key>CFBundleSignature</key>
24
-	<string>????</string>
25
-	<key>CFBundleSupportedPlatforms</key>
26
-	<array>
27
-		<string>MacOSX</string>
28
-	</array>
29
-	<key>CFBundleVersion</key>
30
-	<string>1</string>
31
-	<key>DTCompiler</key>
32
-	<string>com.apple.compilers.llvm.clang.1_0</string>
33
-	<key>DTPlatformBuild</key>
34
-	<string>8A218a</string>
35
-	<key>DTPlatformVersion</key>
36
-	<string>GM</string>
37
-	<key>DTSDKBuild</key>
38
-	<string>16A300</string>
39
-	<key>DTSDKName</key>
40
-	<string>macosx10.12</string>
41
-	<key>DTXcode</key>
42
-	<string>0800</string>
43
-	<key>DTXcodeBuild</key>
44
-	<string>8A218a</string>
45
-	<key>LSMinimumSystemVersion</key>
46
-	<string>10.11</string>
47
-	<key>NSExtension</key>
48
-	<dict>
49
-		<key>NSExtensionAttributes</key>
50
-		<dict>
51
-			<key>NSExtensionPointVersion</key>
52
-			<string>2.0</string>
53
-		</dict>
54
-		<key>NSExtensionPointIdentifier</key>
55
-		<string>com.apple.widget-extension</string>
56
-		<key>NSExtensionPrincipalClass</key>
57
-		<string>TodayViewController</string>
58
-		<key>com.apple.notificationcenter.widget.description</key>
59
-		<string>Widget</string>
60
-	</dict>
61
-	<key>NSHumanReadableCopyright</key>
62
-	<string>Copyright © 2014 Sam Rothenberg. All rights reserved.</string>
63
-</dict>
64
-</plist>
65 0
deleted file mode 100755
66 1
Binary files a/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/MacOS/Widget and /dev/null differ
67 2
deleted file mode 100644
68 3
Binary files a/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/Resources/EditViewController.nib and /dev/null differ
69 4
deleted file mode 100644
70 5
Binary files a/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/Resources/ListRowViewController.nib and /dev/null differ
71 6
deleted file mode 100644
72 7
Binary files a/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/Resources/TodayViewController.nib and /dev/null differ
73 8
deleted file mode 100644
74 9
Binary files a/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/Resources/en.lproj/InfoPlist.strings and /dev/null differ
75 10
deleted file mode 100644
... ...
@@ -1,53 +0,0 @@
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>BuildMachineOSBuild</key>
6
-	<string>16A323</string>
7
-	<key>CFBundleDevelopmentRegion</key>
8
-	<string>en</string>
9
-	<key>CFBundleDisplayName</key>
10
-	<string>XPC</string>
11
-	<key>CFBundleExecutable</key>
12
-	<string>XPC</string>
13
-	<key>CFBundleIdentifier</key>
14
-	<string>org.samroth.Today-Scripts.Widget.XPC</string>
15
-	<key>CFBundleInfoDictionaryVersion</key>
16
-	<string>6.0</string>
17
-	<key>CFBundleName</key>
18
-	<string>XPC</string>
19
-	<key>CFBundlePackageType</key>
20
-	<string>XPC!</string>
21
-	<key>CFBundleShortVersionString</key>
22
-	<string>1.0</string>
23
-	<key>CFBundleSignature</key>
24
-	<string>????</string>
25
-	<key>CFBundleSupportedPlatforms</key>
26
-	<array>
27
-		<string>MacOSX</string>
28
-	</array>
29
-	<key>CFBundleVersion</key>
30
-	<string>1</string>
31
-	<key>DTCompiler</key>
32
-	<string>com.apple.compilers.llvm.clang.1_0</string>
33
-	<key>DTPlatformBuild</key>
34
-	<string>8A218a</string>
35
-	<key>DTPlatformVersion</key>
36
-	<string>GM</string>
37
-	<key>DTSDKBuild</key>
38
-	<string>16A300</string>
39
-	<key>DTSDKName</key>
40
-	<string>macosx10.12</string>
41
-	<key>DTXcode</key>
42
-	<string>0800</string>
43
-	<key>DTXcodeBuild</key>
44
-	<string>8A218a</string>
45
-	<key>NSHumanReadableCopyright</key>
46
-	<string>Copyright © 2014 Sam Rothenberg. All rights reserved.</string>
47
-	<key>XPCService</key>
48
-	<dict>
49
-		<key>ServiceType</key>
50
-		<string>Application</string>
51
-	</dict>
52
-</dict>
53
-</plist>
54 0
deleted file mode 100755
55 1
Binary files a/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/XPCServices/XPC.xpc/Contents/MacOS/XPC and /dev/null differ
56 2
deleted file mode 100644
... ...
@@ -1,115 +0,0 @@
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>files</key>
6
-	<dict/>
7
-	<key>files2</key>
8
-	<dict/>
9
-	<key>rules</key>
10
-	<dict>
11
-		<key>^Resources/</key>
12
-		<true/>
13
-		<key>^Resources/.*\.lproj/</key>
14
-		<dict>
15
-			<key>optional</key>
16
-			<true/>
17
-			<key>weight</key>
18
-			<real>1000</real>
19
-		</dict>
20
-		<key>^Resources/.*\.lproj/locversion.plist$</key>
21
-		<dict>
22
-			<key>omit</key>
23
-			<true/>
24
-			<key>weight</key>
25
-			<real>1100</real>
26
-		</dict>
27
-		<key>^Resources/Base\.lproj/</key>
28
-		<dict>
29
-			<key>weight</key>
30
-			<real>1010</real>
31
-		</dict>
32
-		<key>^version.plist$</key>
33
-		<true/>
34
-	</dict>
35
-	<key>rules2</key>
36
-	<dict>
37
-		<key>.*\.dSYM($|/)</key>
38
-		<dict>
39
-			<key>weight</key>
40
-			<real>11</real>
41
-		</dict>
42
-		<key>^(.*/)?\.DS_Store$</key>
43
-		<dict>
44
-			<key>omit</key>
45
-			<true/>
46
-			<key>weight</key>
47
-			<real>2000</real>
48
-		</dict>
49
-		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
50
-		<dict>
51
-			<key>nested</key>
52
-			<true/>
53
-			<key>weight</key>
54
-			<real>10</real>
55
-		</dict>
56
-		<key>^.*</key>
57
-		<true/>
58
-		<key>^Info\.plist$</key>
59
-		<dict>
60
-			<key>omit</key>
61
-			<true/>
62
-			<key>weight</key>
63
-			<real>20</real>
64
-		</dict>
65
-		<key>^PkgInfo$</key>
66
-		<dict>
67
-			<key>omit</key>
68
-			<true/>
69
-			<key>weight</key>
70
-			<real>20</real>
71
-		</dict>
72
-		<key>^Resources/</key>
73
-		<dict>
74
-			<key>weight</key>
75
-			<real>20</real>
76
-		</dict>
77
-		<key>^Resources/.*\.lproj/</key>
78
-		<dict>
79
-			<key>optional</key>
80
-			<true/>
81
-			<key>weight</key>
82
-			<real>1000</real>
83
-		</dict>
84
-		<key>^Resources/.*\.lproj/locversion.plist$</key>
85
-		<dict>
86
-			<key>omit</key>
87
-			<true/>
88
-			<key>weight</key>
89
-			<real>1100</real>
90
-		</dict>
91
-		<key>^Resources/Base\.lproj/</key>
92
-		<dict>
93
-			<key>weight</key>
94
-			<real>1010</real>
95
-		</dict>
96
-		<key>^[^/]+$</key>
97
-		<dict>
98
-			<key>nested</key>
99
-			<true/>
100
-			<key>weight</key>
101
-			<real>10</real>
102
-		</dict>
103
-		<key>^embedded\.provisionprofile$</key>
104
-		<dict>
105
-			<key>weight</key>
106
-			<real>20</real>
107
-		</dict>
108
-		<key>^version\.plist$</key>
109
-		<dict>
110
-			<key>weight</key>
111
-			<real>20</real>
112
-		</dict>
113
-	</dict>
114
-</dict>
115
-</plist>
116 0
deleted file mode 100644
... ...
@@ -1,193 +0,0 @@
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>files</key>
6
-	<dict>
7
-		<key>Resources/EditViewController.nib</key>
8
-		<data>
9
-		YuELM0M/ItBcLH7NkPTql//qOQc=
10
-		</data>
11
-		<key>Resources/ListRowViewController.nib</key>
12
-		<data>
13
-		Bq/Lq8R4COgn5MGE8Dqd/Gx7sJE=
14
-		</data>
15
-		<key>Resources/TodayViewController.nib</key>
16
-		<data>
17
-		NF4ZzVYwZexJ4gipvE1ozXKAYBo=
18
-		</data>
19
-		<key>Resources/en.lproj/InfoPlist.strings</key>
20
-		<dict>
21
-			<key>hash</key>
22
-			<data>
23
-			6rtT7UKKn0DLB8H40NOLH4F5FO8=
24
-			</data>
25
-			<key>optional</key>
26
-			<true/>
27
-		</dict>
28
-	</dict>
29
-	<key>files2</key>
30
-	<dict>
31
-		<key>Resources/EditViewController.nib</key>
32
-		<dict>
33
-			<key>hash</key>
34
-			<data>
35
-			YuELM0M/ItBcLH7NkPTql//qOQc=
36
-			</data>
37
-			<key>hash2</key>
38
-			<data>
39
-			GAuQcoO5OWYt7/wTUDLBiLqcxWyNR0OCWx06cINAR88=
40
-			</data>
41
-		</dict>
42
-		<key>Resources/ListRowViewController.nib</key>
43
-		<dict>
44
-			<key>hash</key>
45
-			<data>
46
-			Bq/Lq8R4COgn5MGE8Dqd/Gx7sJE=
47
-			</data>
48
-			<key>hash2</key>
49
-			<data>
50
-			fYUdcuwPNJIE9WkkawbKQOBh0ZvQNnGxwtkZtIFzBIM=
51
-			</data>
52
-		</dict>
53
-		<key>Resources/TodayViewController.nib</key>
54
-		<dict>
55
-			<key>hash</key>
56
-			<data>
57
-			NF4ZzVYwZexJ4gipvE1ozXKAYBo=
58
-			</data>
59
-			<key>hash2</key>
60
-			<data>
61
-			Kd/39i2ycTlAVF61FZPbXzXiOZW77iL7soZ6PrGknCE=
62
-			</data>
63
-		</dict>
64
-		<key>Resources/en.lproj/InfoPlist.strings</key>
65
-		<dict>
66
-			<key>hash</key>
67
-			<data>
68
-			6rtT7UKKn0DLB8H40NOLH4F5FO8=
69
-			</data>
70
-			<key>hash2</key>
71
-			<data>
72
-			Ji31vfCivXwVZvCHNBczbXbradYXr2z0K1M7VxAhtGM=
73
-			</data>
74
-			<key>optional</key>
75
-			<true/>
76
-		</dict>
77
-		<key>XPCServices/XPC.xpc</key>
78
-		<dict>
79
-			<key>cdhash</key>
80
-			<data>
81
-			EjH8DAPYkaKds2+Iurl/f2lal1A=
82
-			</data>
83
-			<key>requirement</key>
84
-			<string>cdhash H"c44fd8d33217b7244c15f29d39b88bea5ab434e0" or cdhash H"1231fc0c03d891a29db36f88bab97f7f695a9750"</string>
85
-		</dict>
86
-	</dict>
87
-	<key>rules</key>
88
-	<dict>
89
-		<key>^Resources/</key>
90
-		<true/>
91
-		<key>^Resources/.*\.lproj/</key>
92
-		<dict>
93
-			<key>optional</key>
94
-			<true/>
95
-			<key>weight</key>
96
-			<real>1000</real>
97
-		</dict>
98
-		<key>^Resources/.*\.lproj/locversion.plist$</key>
99
-		<dict>
100
-			<key>omit</key>
101
-			<true/>
102
-			<key>weight</key>
103
-			<real>1100</real>
104
-		</dict>
105
-		<key>^Resources/Base\.lproj/</key>
106
-		<dict>
107
-			<key>weight</key>
108
-			<real>1010</real>
109
-		</dict>
110
-		<key>^version.plist$</key>
111
-		<true/>
112
-	</dict>
113
-	<key>rules2</key>
114
-	<dict>
115
-		<key>.*\.dSYM($|/)</key>
116
-		<dict>
117
-			<key>weight</key>
118
-			<real>11</real>
119
-		</dict>
120
-		<key>^(.*/)?\.DS_Store$</key>
121
-		<dict>
122
-			<key>omit</key>
123
-			<true/>
124
-			<key>weight</key>
125
-			<real>2000</real>
126
-		</dict>
127
-		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
128
-		<dict>
129
-			<key>nested</key>
130
-			<true/>
131
-			<key>weight</key>
132
-			<real>10</real>
133
-		</dict>
134
-		<key>^.*</key>
135
-		<true/>
136
-		<key>^Info\.plist$</key>
137
-		<dict>
138
-			<key>omit</key>
139
-			<true/>
140
-			<key>weight</key>
141
-			<real>20</real>
142
-		</dict>
143
-		<key>^PkgInfo$</key>
144
-		<dict>
145
-			<key>omit</key>
146
-			<true/>
147
-			<key>weight</key>
148
-			<real>20</real>
149
-		</dict>
150
-		<key>^Resources/</key>
151
-		<dict>
152
-			<key>weight</key>
153
-			<real>20</real>
154
-		</dict>
155
-		<key>^Resources/.*\.lproj/</key>
156
-		<dict>
157
-			<key>optional</key>
158
-			<true/>
159
-			<key>weight</key>
160
-			<real>1000</real>
161
-		</dict>
162
-		<key>^Resources/.*\.lproj/locversion.plist$</key>
163
-		<dict>
164
-			<key>omit</key>
165
-			<true/>
166
-			<key>weight</key>
167
-			<real>1100</real>
168
-		</dict>
169
-		<key>^Resources/Base\.lproj/</key>
170
-		<dict>
171
-			<key>weight</key>
172
-			<real>1010</real>
173
-		</dict>
174
-		<key>^[^/]+$</key>
175
-		<dict>
176
-			<key>nested</key>
177
-			<true/>
178
-			<key>weight</key>
179
-			<real>10</real>
180
-		</dict>
181
-		<key>^embedded\.provisionprofile$</key>
182
-		<dict>
183
-			<key>weight</key>
184
-			<real>20</real>
185
-		</dict>
186
-		<key>^version\.plist$</key>
187
-		<dict>
188
-			<key>weight</key>
189
-			<real>20</real>
190
-		</dict>
191
-	</dict>
192
-</dict>
193
-</plist>
194 0
deleted file mode 100644
195 1
Binary files a/build/Today Scripts.app/Contents/Resources/AppIcon.icns and /dev/null differ
196 2
deleted file mode 100644
... ...
@@ -1,2 +0,0 @@
1
-Icon thanks to Friedrich Preuß
2
-http://phriedrich.de
3 0
\ No newline at end of file
4 1
deleted file mode 100644
5 2
Binary files a/build/Today Scripts.app/Contents/Resources/MainMenu.nib and /dev/null differ
6 3
deleted file mode 100644
... ...
@@ -1,171 +0,0 @@
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>files</key>
6
-	<dict>
7
-		<key>Resources/AppIcon.icns</key>
8
-		<data>
9
-		ffQnERMMcTchU7nB61s2cw9hgQo=
10
-		</data>
11
-		<key>Resources/Icon Credit.txt</key>
12
-		<data>
13
-		3Gsptz5YcBluI3SilPwdlPPOLpg=
14
-		</data>
15
-		<key>Resources/MainMenu.nib</key>
16
-		<data>
17
-		CkEbvXY8tQZyYF5dB91tI3yZdqk=
18
-		</data>
19
-	</dict>
20
-	<key>files2</key>
21
-	<dict>
22
-		<key>PlugIns/Widget.appex</key>
23
-		<dict>
24
-			<key>cdhash</key>
25
-			<data>
26
-			GWNwi7jWO9Wy+9ELGZMknDNKQ9g=
27
-			</data>
28
-			<key>requirement</key>
29
-			<string>cdhash H"06d29a0599dd8283e13708b7cd1ff0e3c1445572" or cdhash H"1963708bb8d63bd5b2fbd10b1993249c334a43d8"</string>
30
-		</dict>
31
-		<key>Resources/AppIcon.icns</key>
32
-		<dict>
33
-			<key>hash</key>
34
-			<data>
35
-			ffQnERMMcTchU7nB61s2cw9hgQo=
36
-			</data>
37
-			<key>hash2</key>
38
-			<data>
39
-			ASB45NNPtf65bglfZsZEUD6P9et+/yHZBAEyTKff5MY=
40
-			</data>
41
-		</dict>
42
-		<key>Resources/Icon Credit.txt</key>
43
-		<dict>
44
-			<key>hash</key>
45
-			<data>
46
-			3Gsptz5YcBluI3SilPwdlPPOLpg=
47
-			</data>
48
-			<key>hash2</key>
49
-			<data>
50
-			Yc4m/7e17Depu3RnyG0644KjfMFTscyTBJGrOxmKaO4=
51
-			</data>
52
-		</dict>
53
-		<key>Resources/MainMenu.nib</key>
54
-		<dict>
55
-			<key>hash</key>
56
-			<data>
57
-			CkEbvXY8tQZyYF5dB91tI3yZdqk=
58
-			</data>
59
-			<key>hash2</key>
60
-			<data>
61
-			hv2hk1URRIhay6v5dezcoHXJDOPGpw5R0RDuzHsWhsw=
62
-			</data>
63
-		</dict>
64
-	</dict>
65
-	<key>rules</key>
66
-	<dict>
67
-		<key>^Resources/</key>
68
-		<true/>
69
-		<key>^Resources/.*\.lproj/</key>
70
-		<dict>
71
-			<key>optional</key>
72
-			<true/>
73
-			<key>weight</key>
74
-			<real>1000</real>
75
-		</dict>
76
-		<key>^Resources/.*\.lproj/locversion.plist$</key>
77
-		<dict>
78
-			<key>omit</key>
79
-			<true/>
80
-			<key>weight</key>
81
-			<real>1100</real>
82
-		</dict>
83
-		<key>^Resources/Base\.lproj/</key>
84
-		<dict>
85
-			<key>weight</key>
86
-			<real>1010</real>
87
-		</dict>
88
-		<key>^version.plist$</key>
89
-		<true/>
90
-	</dict>
91
-	<key>rules2</key>
92
-	<dict>
93
-		<key>.*\.dSYM($|/)</key>
94
-		<dict>
95
-			<key>weight</key>
96
-			<real>11</real>
97
-		</dict>
98
-		<key>^(.*/)?\.DS_Store$</key>
99
-		<dict>
100
-			<key>omit</key>
101
-			<true/>
102
-			<key>weight</key>
103
-			<real>2000</real>
104
-		</dict>
105
-		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
106
-		<dict>
107
-			<key>nested</key>
108
-			<true/>
109
-			<key>weight</key>
110
-			<real>10</real>
111
-		</dict>
112
-		<key>^.*</key>
113
-		<true/>
114
-		<key>^Info\.plist$</key>
115
-		<dict>
116
-			<key>omit</key>
117
-			<true/>
118
-			<key>weight</key>
119
-			<real>20</real>
120
-		</dict>
121
-		<key>^PkgInfo$</key>
122
-		<dict>
123
-			<key>omit</key>
124
-			<true/>
125
-			<key>weight</key>
126
-			<real>20</real>
127
-		</dict>
128
-		<key>^Resources/</key>
129
-		<dict>
130
-			<key>weight</key>
131
-			<real>20</real>
132
-		</dict>
133
-		<key>^Resources/.*\.lproj/</key>
134
-		<dict>
135
-			<key>optional</key>
136
-			<true/>
137
-			<key>weight</key>
138
-			<real>1000</real>
139
-		</dict>
140
-		<key>^Resources/.*\.lproj/locversion.plist$</key>
141
-		<dict>
142
-			<key>omit</key>
143
-			<true/>
144
-			<key>weight</key>
145
-			<real>1100</real>
146
-		</dict>
147
-		<key>^Resources/Base\.lproj/</key>
148
-		<dict>
149
-			<key>weight</key>
150
-			<real>1010</real>
151
-		</dict>
152
-		<key>^[^/]+$</key>
153
-		<dict>
154
-			<key>nested</key>
155
-			<true/>
156
-			<key>weight</key>
157
-			<real>10</real>
158
-		</dict>
159
-		<key>^embedded\.provisionprofile$</key>
160
-		<dict>
161
-			<key>weight</key>
162
-			<real>20</real>
163
-		</dict>
164
-		<key>^version\.plist$</key>
165
-		<dict>
166
-			<key>weight</key>
167
-			<real>20</real>
168
-		</dict>
169
-	</dict>
170
-</dict>
171
-</plist>