desoto-photoapp 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d5955b79b2143eff1ecec4bff7478b6da4049d8
4
- data.tar.gz: 5da6fc93e9392a66853fb79749f4fa448a9dd3af
3
+ metadata.gz: 218b4eeb5732fcc5464fda21b692f2b125663d1f
4
+ data.tar.gz: 52432a785a070210268454d0e878cd6459e9f9a0
5
5
  SHA512:
6
- metadata.gz: beb2530bdf77c3ddc89979b6cd4f043797382aaa3641a800ac025de2bb14bf90fe530f6db769fc12d16e926e564572793f45a44412cc3b8ca29334a65952521d
7
- data.tar.gz: b45e45d136f52745caa107635ac8d2d1f4cb72eca3368e09afd1dc1f0b5e927df3b5fb3cda8cd392bc1a541116d329a49e04716c5e6f066407e2900e19e708ec
6
+ metadata.gz: 8338563d2f8e673d4337d9d43b541bc74e0cc61608761f3bb71e8cee16fc9fbcb8e8076a071dcf506b3ef97e393192e92f86b443e2908018612fb913bcc9c281
7
+ data.tar.gz: a4cb2e840c0934411bfce7a86c98655648d6c01a29c00cc48ddb5fb34ca99c51deb740a4a4c55e3973063c6b391e28c12e5049d844b7e390a7e21cde64676920
data/exe/photoapp CHANGED
@@ -18,7 +18,6 @@ if ARGV.first == 'setup'
18
18
  if `brew list imagemagick` =~ /Error:/
19
19
  system "brew install imagemagick"
20
20
  end
21
- system "open #{Photoapp.gem_dir('assets/photos-action-installer.pkg')}"
22
21
  else
23
22
 
24
23
  if ARGV.first == 'process'
@@ -61,7 +61,7 @@ module Photoapp
61
61
  end
62
62
 
63
63
  def add_to_photos
64
- `automator -i #{config['print']} #{Photoapp.gem_dir("lib/import-photos.workflow")}`
64
+ `open -a Photos #{config['print']}`
65
65
  end
66
66
 
67
67
  def cleanup
@@ -1,3 +1,3 @@
1
1
  module Photoapp
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: desoto-photoapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -110,7 +110,6 @@ files:
110
110
  - README.md
111
111
  - Rakefile
112
112
  - assets/SourceSansPro-Semibold.ttf
113
- - assets/photos-action-installer.pkg
114
113
  - assets/watermark.png
115
114
  - bin/console
116
115
  - bin/setup
@@ -122,9 +121,6 @@ files:
122
121
  - lib/desoto-photoapp/photo.rb
123
122
  - lib/desoto-photoapp/s3.rb
124
123
  - lib/desoto-photoapp/version.rb
125
- - lib/import-photos.workflow/Contents/Info.plist
126
- - lib/import-photos.workflow/Contents/QuickLook/Thumbnail.png
127
- - lib/import-photos.workflow/Contents/document.wflow
128
124
  - photoapp.gemspec
129
125
  homepage:
130
126
  licenses:
Binary file
@@ -1,8 +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>CFBundleName</key>
6
- <string>import-photos</string>
7
- </dict>
8
- </plist>
@@ -1,346 +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>AMApplicationBuild</key>
6
- <string>409.2</string>
7
- <key>AMApplicationVersion</key>
8
- <string>2.5</string>
9
- <key>AMDocumentVersion</key>
10
- <string>2</string>
11
- <key>actions</key>
12
- <array>
13
- <dict>
14
- <key>action</key>
15
- <dict>
16
- <key>AMAccepts</key>
17
- <dict>
18
- <key>Container</key>
19
- <string>List</string>
20
- <key>Optional</key>
21
- <false/>
22
- <key>Types</key>
23
- <array>
24
- <string>com.apple.cocoa.path</string>
25
- </array>
26
- </dict>
27
- <key>AMActionVersion</key>
28
- <string>1.0.2</string>
29
- <key>AMApplication</key>
30
- <array>
31
- <string>Finder</string>
32
- </array>
33
- <key>AMParameterProperties</key>
34
- <dict>
35
- <key>recurse</key>
36
- <dict/>
37
- </dict>
38
- <key>AMProvides</key>
39
- <dict>
40
- <key>Container</key>
41
- <string>List</string>
42
- <key>Types</key>
43
- <array>
44
- <string>com.apple.cocoa.path</string>
45
- </array>
46
- </dict>
47
- <key>AMRequiredResources</key>
48
- <array/>
49
- <key>ActionBundlePath</key>
50
- <string>/System/Library/Automator/Get Folder Contents.action</string>
51
- <key>ActionName</key>
52
- <string>Get Folder Contents</string>
53
- <key>ActionParameters</key>
54
- <dict>
55
- <key>recurse</key>
56
- <false/>
57
- </dict>
58
- <key>BundleIdentifier</key>
59
- <string>com.apple.Automator.GetFolderContents</string>
60
- <key>CFBundleVersion</key>
61
- <string>1.0.2</string>
62
- <key>CanShowSelectedItemsWhenRun</key>
63
- <true/>
64
- <key>CanShowWhenRun</key>
65
- <true/>
66
- <key>Category</key>
67
- <array>
68
- <string>AMCategoryFilesAndFolders</string>
69
- </array>
70
- <key>Class Name</key>
71
- <string>GetFolderContents</string>
72
- <key>InputUUID</key>
73
- <string>5012E5EF-80AC-472C-B365-7C745034BCAC</string>
74
- <key>Keywords</key>
75
- <array>
76
- <string>File</string>
77
- <string>Folder</string>
78
- </array>
79
- <key>OutputUUID</key>
80
- <string>7D384FC9-72CD-40D2-B857-723F3A123461</string>
81
- <key>UUID</key>
82
- <string>D9697998-6689-432F-B927-2CF3245CBA89</string>
83
- <key>UnlocalizedApplications</key>
84
- <array>
85
- <string>Finder</string>
86
- </array>
87
- <key>arguments</key>
88
- <dict>
89
- <key>0</key>
90
- <dict>
91
- <key>default value</key>
92
- <false/>
93
- <key>name</key>
94
- <string>recurse</string>
95
- <key>required</key>
96
- <string>0</string>
97
- <key>type</key>
98
- <string>0</string>
99
- <key>uuid</key>
100
- <string>0</string>
101
- </dict>
102
- </dict>
103
- <key>conversionLabel</key>
104
- <integer>0</integer>
105
- <key>isViewVisible</key>
106
- <true/>
107
- <key>location</key>
108
- <string>369.000000:102.000000</string>
109
- <key>nibPath</key>
110
- <string>/System/Library/Automator/Get Folder Contents.action/Contents/Resources/Base.lproj/main.nib</string>
111
- </dict>
112
- <key>isViewVisible</key>
113
- <true/>
114
- </dict>
115
- <dict>
116
- <key>action</key>
117
- <dict>
118
- <key>AMAccepts</key>
119
- <dict>
120
- <key>Container</key>
121
- <string>List</string>
122
- <key>Optional</key>
123
- <false/>
124
- <key>Types</key>
125
- <array>
126
- <string>com.apple.cocoa.path</string>
127
- </array>
128
- </dict>
129
- <key>AMActionVersion</key>
130
- <string>1</string>
131
- <key>AMApplication</key>
132
- <array>
133
- <string>Photos</string>
134
- </array>
135
- <key>AMParameterProperties</key>
136
- <dict>
137
- <key>importActionIndicator</key>
138
- <dict/>
139
- <key>newAlbumName</key>
140
- <dict/>
141
- <key>popupVisibility</key>
142
- <dict/>
143
- <key>shouldDeleteSourceFiles</key>
144
- <dict/>
145
- <key>shouldSkipDuplicateChecking</key>
146
- <dict/>
147
- <key>targetAlbumName</key>
148
- <dict/>
149
- <key>textInputVisibility</key>
150
- <dict/>
151
- </dict>
152
- <key>AMProvides</key>
153
- <dict>
154
- <key>Container</key>
155
- <string>List</string>
156
- <key>Types</key>
157
- <array>
158
- <string>com.apple.photos.mediaitem-object</string>
159
- </array>
160
- </dict>
161
- <key>AMRequiredResources</key>
162
- <array>
163
- <dict>
164
- <key>Display Name</key>
165
- <string>Photos</string>
166
- <key>Resource</key>
167
- <string>com.apple.Photos</string>
168
- <key>Type</key>
169
- <string>application</string>
170
- <key>Version</key>
171
- <string>1.0</string>
172
- </dict>
173
- </array>
174
- <key>ActionBundlePath</key>
175
- <string>/Library/Automator/PHOTOS-Import Files into Photos.action</string>
176
- <key>ActionName</key>
177
- <string>Import Files into Photos</string>
178
- <key>ActionParameters</key>
179
- <dict>
180
- <key>importActionIndicator</key>
181
- <integer>0</integer>
182
- <key>newAlbumName</key>
183
- <string></string>
184
- <key>popupVisibility</key>
185
- <false/>
186
- <key>shouldDeleteSourceFiles</key>
187
- <false/>
188
- <key>shouldSkipDuplicateChecking</key>
189
- <false/>
190
- <key>targetAlbumName</key>
191
- <string></string>
192
- <key>textInputVisibility</key>
193
- <false/>
194
- </dict>
195
- <key>BundleIdentifier</key>
196
- <string>com.apple.Photos.PHOTOS-Import-Files-into-Photos</string>
197
- <key>CFBundleVersion</key>
198
- <string>1</string>
199
- <key>CanShowSelectedItemsWhenRun</key>
200
- <false/>
201
- <key>CanShowWhenRun</key>
202
- <true/>
203
- <key>Category</key>
204
- <array>
205
- <string>AMCategoryPhotos</string>
206
- </array>
207
- <key>Class Name</key>
208
- <string>Import_Files_into_Photos</string>
209
- <key>InputUUID</key>
210
- <string>AE515AD8-B28E-4419-91DD-001C6B981322</string>
211
- <key>Keywords</key>
212
- <array>
213
- <string>photo</string>
214
- <string>image</string>
215
- <string>add</string>
216
- </array>
217
- <key>OutputUUID</key>
218
- <string>23C4E07E-0500-441B-9024-EAD5ED8AF0D1</string>
219
- <key>UUID</key>
220
- <string>0002ECC9-3076-4082-ACDC-109FE99BE1BB</string>
221
- <key>UnlocalizedApplications</key>
222
- <array>
223
- <string>Photos</string>
224
- </array>
225
- <key>arguments</key>
226
- <dict>
227
- <key>0</key>
228
- <dict>
229
- <key>default value</key>
230
- <integer>0</integer>
231
- <key>name</key>
232
- <string>importActionIndicator</string>
233
- <key>required</key>
234
- <string>0</string>
235
- <key>type</key>
236
- <string>0</string>
237
- <key>uuid</key>
238
- <string>0</string>
239
- </dict>
240
- <key>1</key>
241
- <dict>
242
- <key>default value</key>
243
- <false/>
244
- <key>name</key>
245
- <string>shouldSkipDuplicateChecking</string>
246
- <key>required</key>
247
- <string>0</string>
248
- <key>type</key>
249
- <string>0</string>
250
- <key>uuid</key>
251
- <string>1</string>
252
- </dict>
253
- <key>2</key>
254
- <dict>
255
- <key>default value</key>
256
- <false/>
257
- <key>name</key>
258
- <string>textInputVisibility</string>
259
- <key>required</key>
260
- <string>0</string>
261
- <key>type</key>
262
- <string>0</string>
263
- <key>uuid</key>
264
- <string>2</string>
265
- </dict>
266
- <key>3</key>
267
- <dict>
268
- <key>default value</key>
269
- <string></string>
270
- <key>name</key>
271
- <string>newAlbumName</string>
272
- <key>required</key>
273
- <string>0</string>
274
- <key>type</key>
275
- <string>0</string>
276
- <key>uuid</key>
277
- <string>3</string>
278
- </dict>
279
- <key>4</key>
280
- <dict>
281
- <key>default value</key>
282
- <false/>
283
- <key>name</key>
284
- <string>popupVisibility</string>
285
- <key>required</key>
286
- <string>0</string>
287
- <key>type</key>
288
- <string>0</string>
289
- <key>uuid</key>
290
- <string>4</string>
291
- </dict>
292
- <key>5</key>
293
- <dict>
294
- <key>default value</key>
295
- <string></string>
296
- <key>name</key>
297
- <string>targetAlbumName</string>
298
- <key>required</key>
299
- <string>0</string>
300
- <key>type</key>
301
- <string>0</string>
302
- <key>uuid</key>
303
- <string>5</string>
304
- </dict>
305
- <key>6</key>
306
- <dict>
307
- <key>default value</key>
308
- <false/>
309
- <key>name</key>
310
- <string>shouldDeleteSourceFiles</string>
311
- <key>required</key>
312
- <string>0</string>
313
- <key>type</key>
314
- <string>0</string>
315
- <key>uuid</key>
316
- <string>6</string>
317
- </dict>
318
- </dict>
319
- <key>isViewVisible</key>
320
- <true/>
321
- <key>location</key>
322
- <string>369.000000:246.000000</string>
323
- <key>nibPath</key>
324
- <string>/Library/Automator/PHOTOS-Import Files into Photos.action/Contents/Resources/Base.lproj/main.nib</string>
325
- </dict>
326
- <key>isViewVisible</key>
327
- <true/>
328
- </dict>
329
- </array>
330
- <key>connectors</key>
331
- <dict>
332
- <key>1759EE8B-AA64-4632-94AC-E37AEC6335CC</key>
333
- <dict>
334
- <key>from</key>
335
- <string>D9697998-6689-432F-B927-2CF3245CBA89 - D9697998-6689-432F-B927-2CF3245CBA89</string>
336
- <key>to</key>
337
- <string>0002ECC9-3076-4082-ACDC-109FE99BE1BB - 0002ECC9-3076-4082-ACDC-109FE99BE1BB</string>
338
- </dict>
339
- </dict>
340
- <key>workflowMetaData</key>
341
- <dict>
342
- <key>workflowTypeIdentifier</key>
343
- <string>com.apple.Automator.workflow</string>
344
- </dict>
345
- </dict>
346
- </plist>