Skip to content

Commit

Permalink
working on adding video
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Sep 26, 2019
1 parent 37ed052 commit b11b22c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "--process &quot;${SRCROOT}/examples/Assets/Image Set.speculid&quot;"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--process &quot;${SRCROOT}/applications/mac/assets/svg-appicon.speculid&quot;"
Expand All @@ -138,7 +138,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "--version"
isEnabled = "NO">
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "--install"
Expand Down
2 changes: 1 addition & 1 deletion applications/installer/Speculid-Mac-Installer-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string>$(DEFAULT_BUNDLE_VERSION)</string>
<key>SMAuthorizedClients</key>
<array>
<string>identifier "com.brightdigit.Speculid-Mac-App" and anchor apple generic and Invalid Mac Developer CN: Apple Development: Leo Dion (5VZ4KT69B9) and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
<string>anchor apple generic and identifier "com.brightdigit.Speculid-Mac-App" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = MLT7M394S7)</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion applications/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<key>SMPrivilegedExecutables</key>
<dict>
<key>com.brightdigit.Speculid-Mac-Installer</key>
<string>identifier "com.brightdigit.Speculid-Mac-Installer" and anchor apple generic and Invalid Mac Developer CN: Apple Development: Leo Dion (5VZ4KT69B9) and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
<string>anchor apple generic and identifier "com.brightdigit.Speculid-Mac-Installer" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = MLT7M394S7)</string>
</dict>
</dict>
</plist>
1 change: 1 addition & 0 deletions frameworks/speculid/build.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
3
4
5
6
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ An asset catalog image set will need a 1x, 2x, 3x of each graphic and **App Icon

## What Speculid Does

<iframe width="560" height="315" src="https://www.youtube.com/embed/Mn4pknYqzH0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

**Speculid** links a single graphic file to an Image Set or App Icon and automatically renders different resolutions, file types, and sizes for all the image specifications required.

![diagram](/images/Diagram.png)
Expand Down

0 comments on commit b11b22c

Please sign in to comment.