Skip to content

Commit

Permalink
add plist encryption key
Browse files Browse the repository at this point in the history
  • Loading branch information
vermont42 committed Jan 3, 2022
1 parent 4015d3b commit 844e56e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Conjuguer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand Down
13 changes: 13 additions & 0 deletions Conjuguer/Models/ImageInfo.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// ImageInfo.swift
// Conjuguer
//
// Created by Joshua Adams on 1/2/22.
//

import Foundation

struct ImageInfo {
let filename: String
let accessibilityLabel: String
}

0 comments on commit 844e56e

Please sign in to comment.