Skip to content

Commit

Permalink
Merge pull request #96 from zenangst/fix/bindings
Browse files Browse the repository at this point in the history
Fix bindings and update frameworks
  • Loading branch information
zenangst authored Apr 25, 2019
2 parents 2037924 + 66a5846 commit b4b5399
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Blueprints (0.10.1)
- Differific (0.6.0)
- Family (0.14.3)
- Blueprints (0.10.2)
- Differific (0.7.1)
- Family (0.14.8)
- Sourcery (0.15.0)
- UserInterface (0.5.0)

Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
- UserInterface

SPEC CHECKSUMS:
Blueprints: a4279e672ff11cf837240602b330299c2dc0cf40
Differific: 75e6ccd6ee8ceef708a22600220202609d84d8e1
Family: e895808117f577305a6b5cabd4fc7463ad262e1f
Blueprints: b40cceab2d6f03d2ccb764cafffda470a490caef
Differific: 8624df953dd5254fb7708ce28529fdda11b08e3b
Family: 7fda93c45b8bea5d48cc2916221e7fbb83be4e0c
Sourcery: 5895672cae353cdbfa95f3f4aaeb75a664d76f6a
UserInterface: 54e15db9aceaec2b9686d00f471adb15d2598ea3

Expand Down
6 changes: 3 additions & 3 deletions Resources/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<menuItem title="Check for Updates..." id="1Ic-d9-XXx">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="exportAction:" target="Voe-Tx-rLC" id="Cs0-h9-kOF"/>
<action selector="checkForNewVersion:" target="Voe-Tx-rLC" id="RPw-8y-KSF"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/>
Expand Down Expand Up @@ -443,12 +443,12 @@
<menuItem isSeparatorItem="YES" id="hB3-LF-h0Y"/>
<menuItem title="as Grid" keyEquivalent="1" id="QN9-Xa-3J4">
<connections>
<action selector="exportAction:" target="Voe-Tx-rLC" id="VEp-5v-aFR"/>
<action selector="switchToGrid:" target="Voe-Tx-rLC" id="JGE-5r-rUA"/>
</connections>
</menuItem>
<menuItem title="as List" keyEquivalent="2" id="oUf-cU-ksv">
<connections>
<action selector="exportAction:" target="Voe-Tx-rLC" id="h8R-9S-Ea8"/>
<action selector="switchToList:" target="Voe-Tx-rLC" id="X1I-lU-zXV"/>
</connections>
</menuItem>
<menuItem title="Show Sidebar" keyEquivalent="s" id="kIP-vf-haE">
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.10.1</string>
<string>0.11.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit b4b5399

Please sign in to comment.