git.fiddlerwoaroof.com
Browse code

Added build for 10.11.1 xcode 7.1.1

Isam Machlovi authored on 25/11/2015 01:47:10
Showing 17 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,56 @@
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>15B42</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>7B1005</string>
35
+	<key>DTPlatformVersion</key>
36
+	<string>GM</string>
37
+	<key>DTSDKBuild</key>
38
+	<string>15A278</string>
39
+	<key>DTSDKName</key>
40
+	<string>macosx10.11</string>
41
+	<key>DTXcode</key>
42
+	<string>0711</string>
43
+	<key>DTXcodeBuild</key>
44
+	<string>7B1005</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>
0 57
new file mode 100755
1 58
Binary files /dev/null and b/build/Today Scripts.app/Contents/MacOS/Today Scripts differ
2 59
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+APPL????
0 2
\ No newline at end of file
1 3
new file mode 100644
... ...
@@ -0,0 +1,59 @@
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>15B42</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>7B1005</string>
35
+	<key>DTPlatformVersion</key>
36
+	<string>GM</string>
37
+	<key>DTSDKBuild</key>
38
+	<string>15A278</string>
39
+	<key>DTSDKName</key>
40
+	<string>macosx10.11</string>
41
+	<key>DTXcode</key>
42
+	<string>0711</string>
43
+	<key>DTXcodeBuild</key>
44
+	<string>7B1005</string>
45
+	<key>LSMinimumSystemVersion</key>
46
+	<string>10.11</string>
47
+	<key>NSExtension</key>
48
+	<dict>
49
+		<key>NSExtensionPointIdentifier</key>
50
+		<string>com.apple.widget-extension</string>
51
+		<key>NSExtensionPrincipalClass</key>
52
+		<string>TodayViewController</string>
53
+		<key>com.apple.notificationcenter.widget.description</key>
54
+		<string>Widget</string>
55
+	</dict>
56
+	<key>NSHumanReadableCopyright</key>
57
+	<string>Copyright © 2014 Sam Rothenberg. All rights reserved.</string>
58
+</dict>
59
+</plist>
0 60
new file mode 100755
1 61
Binary files /dev/null and b/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/MacOS/Widget differ
2 62
new file mode 100644
3 63
Binary files /dev/null and b/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/Resources/EditViewController.nib differ
4 64
new file mode 100644
5 65
Binary files /dev/null and b/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/Resources/ListRowViewController.nib differ
6 66
new file mode 100644
7 67
Binary files /dev/null and b/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/Resources/TodayViewController.nib differ
8 68
new file mode 100644
9 69
Binary files /dev/null and b/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/Resources/en.lproj/InfoPlist.strings differ
10 70
new file mode 100644
... ...
@@ -0,0 +1,53 @@
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>15B42</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>7B1005</string>
35
+	<key>DTPlatformVersion</key>
36
+	<string>GM</string>
37
+	<key>DTSDKBuild</key>
38
+	<string>15A278</string>
39
+	<key>DTSDKName</key>
40
+	<string>macosx10.11</string>
41
+	<key>DTXcode</key>
42
+	<string>0711</string>
43
+	<key>DTXcodeBuild</key>
44
+	<string>7B1005</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>
0 54
new file mode 100755
1 55
Binary files /dev/null and b/build/Today Scripts.app/Contents/PlugIns/Widget.appex/Contents/XPCServices/XPC.xpc/Contents/MacOS/XPC differ
2 56
new file mode 100644
... ...
@@ -0,0 +1,105 @@
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>^version.plist$</key>
28
+		<true/>
29
+	</dict>
30
+	<key>rules2</key>
31
+	<dict>
32
+		<key>.*\.dSYM($|/)</key>
33
+		<dict>
34
+			<key>weight</key>
35
+			<real>11</real>
36
+		</dict>
37
+		<key>^(.*/)?\.DS_Store$</key>
38
+		<dict>
39
+			<key>omit</key>
40
+			<true/>
41
+			<key>weight</key>
42
+			<real>2000</real>
43
+		</dict>
44
+		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
45
+		<dict>
46
+			<key>nested</key>
47
+			<true/>
48
+			<key>weight</key>
49
+			<real>10</real>
50
+		</dict>
51
+		<key>^.*</key>
52
+		<true/>
53
+		<key>^Info\.plist$</key>
54
+		<dict>
55
+			<key>omit</key>
56
+			<true/>
57
+			<key>weight</key>
58
+			<real>20</real>
59
+		</dict>
60
+		<key>^PkgInfo$</key>
61
+		<dict>
62
+			<key>omit</key>
63
+			<true/>
64
+			<key>weight</key>
65
+			<real>20</real>
66
+		</dict>
67
+		<key>^Resources/</key>
68
+		<dict>
69
+			<key>weight</key>
70
+			<real>20</real>
71
+		</dict>
72
+		<key>^Resources/.*\.lproj/</key>
73
+		<dict>
74
+			<key>optional</key>
75
+			<true/>
76
+			<key>weight</key>
77
+			<real>1000</real>
78
+		</dict>
79
+		<key>^Resources/.*\.lproj/locversion.plist$</key>
80
+		<dict>
81
+			<key>omit</key>
82
+			<true/>
83
+			<key>weight</key>
84
+			<real>1100</real>
85
+		</dict>
86
+		<key>^[^/]+$</key>
87
+		<dict>
88
+			<key>nested</key>
89
+			<true/>
90
+			<key>weight</key>
91
+			<real>10</real>
92
+		</dict>
93
+		<key>^embedded\.provisionprofile$</key>
94
+		<dict>
95
+			<key>weight</key>
96
+			<real>20</real>
97
+		</dict>
98
+		<key>^version\.plist$</key>
99
+		<dict>
100
+			<key>weight</key>
101
+			<real>20</real>
102
+		</dict>
103
+	</dict>
104
+</dict>
105
+</plist>
0 106
new file mode 100644
... ...
@@ -0,0 +1,158 @@
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
+		ZCQdoAfVFIwgW9TG4ov+T8PRXD8=
10
+		</data>
11
+		<key>Resources/ListRowViewController.nib</key>
12
+		<data>
13
+		/PeM5lASzrRsfQfcHXoKSZnsliE=
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
+		<data>
33
+		ZCQdoAfVFIwgW9TG4ov+T8PRXD8=
34
+		</data>
35
+		<key>Resources/ListRowViewController.nib</key>
36
+		<data>
37
+		/PeM5lASzrRsfQfcHXoKSZnsliE=
38
+		</data>
39
+		<key>Resources/TodayViewController.nib</key>
40
+		<data>
41
+		NF4ZzVYwZexJ4gipvE1ozXKAYBo=
42
+		</data>
43
+		<key>Resources/en.lproj/InfoPlist.strings</key>
44
+		<dict>
45
+			<key>hash</key>
46
+			<data>
47
+			6rtT7UKKn0DLB8H40NOLH4F5FO8=
48
+			</data>
49
+			<key>optional</key>
50
+			<true/>
51
+		</dict>
52
+		<key>XPCServices/XPC.xpc</key>
53
+		<dict>
54
+			<key>cdhash</key>
55
+			<data>
56
+			w+s8rwSG6SicBbc8yJ07ufl2g6s=
57
+			</data>
58
+			<key>requirement</key>
59
+			<string>cdhash H"c3eb3caf0486e9289c05b73cc89d3bb9f97683ab"</string>
60
+		</dict>
61
+	</dict>
62
+	<key>rules</key>
63
+	<dict>
64
+		<key>^Resources/</key>
65
+		<true/>
66
+		<key>^Resources/.*\.lproj/</key>
67
+		<dict>
68
+			<key>optional</key>
69
+			<true/>
70
+			<key>weight</key>
71
+			<real>1000</real>
72
+		</dict>
73
+		<key>^Resources/.*\.lproj/locversion.plist$</key>
74
+		<dict>
75
+			<key>omit</key>
76
+			<true/>
77
+			<key>weight</key>
78
+			<real>1100</real>
79
+		</dict>
80
+		<key>^version.plist$</key>
81
+		<true/>
82
+	</dict>
83
+	<key>rules2</key>
84
+	<dict>
85
+		<key>.*\.dSYM($|/)</key>
86
+		<dict>
87
+			<key>weight</key>
88
+			<real>11</real>
89
+		</dict>
90
+		<key>^(.*/)?\.DS_Store$</key>
91
+		<dict>
92
+			<key>omit</key>
93
+			<true/>
94
+			<key>weight</key>
95
+			<real>2000</real>
96
+		</dict>
97
+		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
98
+		<dict>
99
+			<key>nested</key>
100
+			<true/>
101
+			<key>weight</key>
102
+			<real>10</real>
103
+		</dict>
104
+		<key>^.*</key>
105
+		<true/>
106
+		<key>^Info\.plist$</key>
107
+		<dict>
108
+			<key>omit</key>
109
+			<true/>
110
+			<key>weight</key>
111
+			<real>20</real>
112
+		</dict>
113
+		<key>^PkgInfo$</key>
114
+		<dict>
115
+			<key>omit</key>
116
+			<true/>
117
+			<key>weight</key>
118
+			<real>20</real>
119
+		</dict>
120
+		<key>^Resources/</key>
121
+		<dict>
122
+			<key>weight</key>
123
+			<real>20</real>
124
+		</dict>
125
+		<key>^Resources/.*\.lproj/</key>
126
+		<dict>
127
+			<key>optional</key>
128
+			<true/>
129
+			<key>weight</key>
130
+			<real>1000</real>
131
+		</dict>
132
+		<key>^Resources/.*\.lproj/locversion.plist$</key>
133
+		<dict>
134
+			<key>omit</key>
135
+			<true/>
136
+			<key>weight</key>
137
+			<real>1100</real>
138
+		</dict>
139
+		<key>^[^/]+$</key>
140
+		<dict>
141
+			<key>nested</key>
142
+			<true/>
143
+			<key>weight</key>
144
+			<real>10</real>
145
+		</dict>
146
+		<key>^embedded\.provisionprofile$</key>
147
+		<dict>
148
+			<key>weight</key>
149
+			<real>20</real>
150
+		</dict>
151
+		<key>^version\.plist$</key>
152
+		<dict>
153
+			<key>weight</key>
154
+			<real>20</real>
155
+		</dict>
156
+	</dict>
157
+</dict>
158
+</plist>
0 159
new file mode 100644
1 160
Binary files /dev/null and b/build/Today Scripts.app/Contents/Resources/AppIcon.icns differ
2 161
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+Icon thanks to Friedrich Preuß
2
+http://phriedrich.de
0 3
\ No newline at end of file
1 4
new file mode 100644
2 5
Binary files /dev/null and b/build/Today Scripts.app/Contents/Resources/MainMenu.nib differ
3 6
new file mode 100644
... ...
@@ -0,0 +1,140 @@
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
+			dKhnc1V0w4E463o48HLDMSZNl7Q=
27
+			</data>
28
+			<key>requirement</key>
29
+			<string>cdhash H"74a867735574c38138eb7a38f072c331264d97b4"</string>
30
+		</dict>
31
+		<key>Resources/AppIcon.icns</key>
32
+		<data>
33
+		ffQnERMMcTchU7nB61s2cw9hgQo=
34
+		</data>
35
+		<key>Resources/Icon Credit.txt</key>
36
+		<data>
37
+		3Gsptz5YcBluI3SilPwdlPPOLpg=
38
+		</data>
39
+		<key>Resources/MainMenu.nib</key>
40
+		<data>
41
+		CkEbvXY8tQZyYF5dB91tI3yZdqk=
42
+		</data>
43
+	</dict>
44
+	<key>rules</key>
45
+	<dict>
46
+		<key>^Resources/</key>
47
+		<true/>
48
+		<key>^Resources/.*\.lproj/</key>
49
+		<dict>
50
+			<key>optional</key>
51
+			<true/>
52
+			<key>weight</key>
53
+			<real>1000</real>
54
+		</dict>
55
+		<key>^Resources/.*\.lproj/locversion.plist$</key>
56
+		<dict>
57
+			<key>omit</key>
58
+			<true/>
59
+			<key>weight</key>
60
+			<real>1100</real>
61
+		</dict>
62
+		<key>^version.plist$</key>
63
+		<true/>
64
+	</dict>
65
+	<key>rules2</key>
66
+	<dict>
67
+		<key>.*\.dSYM($|/)</key>
68
+		<dict>
69
+			<key>weight</key>
70
+			<real>11</real>
71
+		</dict>
72
+		<key>^(.*/)?\.DS_Store$</key>
73
+		<dict>
74
+			<key>omit</key>
75
+			<true/>
76
+			<key>weight</key>
77
+			<real>2000</real>
78
+		</dict>
79
+		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
80
+		<dict>
81
+			<key>nested</key>
82
+			<true/>
83
+			<key>weight</key>
84
+			<real>10</real>
85
+		</dict>
86
+		<key>^.*</key>
87
+		<true/>
88
+		<key>^Info\.plist$</key>
89
+		<dict>
90
+			<key>omit</key>
91
+			<true/>
92
+			<key>weight</key>
93
+			<real>20</real>
94
+		</dict>
95
+		<key>^PkgInfo$</key>
96
+		<dict>
97
+			<key>omit</key>
98
+			<true/>
99
+			<key>weight</key>
100
+			<real>20</real>
101
+		</dict>
102
+		<key>^Resources/</key>
103
+		<dict>
104
+			<key>weight</key>
105
+			<real>20</real>
106
+		</dict>
107
+		<key>^Resources/.*\.lproj/</key>
108
+		<dict>
109
+			<key>optional</key>
110
+			<true/>
111
+			<key>weight</key>
112
+			<real>1000</real>
113
+		</dict>
114
+		<key>^Resources/.*\.lproj/locversion.plist$</key>
115
+		<dict>
116
+			<key>omit</key>
117
+			<true/>
118
+			<key>weight</key>
119
+			<real>1100</real>
120
+		</dict>
121
+		<key>^[^/]+$</key>
122
+		<dict>
123
+			<key>nested</key>
124
+			<true/>
125
+			<key>weight</key>
126
+			<real>10</real>
127
+		</dict>
128
+		<key>^embedded\.provisionprofile$</key>
129
+		<dict>
130
+			<key>weight</key>
131
+			<real>20</real>
132
+		</dict>
133
+		<key>^version\.plist$</key>
134
+		<dict>
135
+			<key>weight</key>
136
+			<real>20</real>
137
+		</dict>
138
+	</dict>
139
+</dict>
140
+</plist>