Skip to content

Commit

Permalink
Prepares 4.1.5 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross-Gibson committed Oct 2, 2018
1 parent b76315a commit 47a66c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Triggertrap WatchKit 1 Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>4.1.4</string>
<string>4.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>937</string>
<string>938</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
4 changes: 2 additions & 2 deletions Triggertrap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = S4JEZRL8YY;
DEVELOPMENT_TEAM = FMNA99Z5AY;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down Expand Up @@ -2520,7 +2520,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = S4JEZRL8YY;
DEVELOPMENT_TEAM = FMNA99Z5AY;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down
8 changes: 4 additions & 4 deletions TriggertrapSLR/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.1.4</string>
<string>4.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>937</string>
<string>938</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Access to Bluetooth is required when pairing your device to an Apple Watch.</string>
<key>NSCameraUsageDescription</key>
<string>Your Camera will be used when accessing Peakaboo mode.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Your location will be used in the DistanceLapse mode, so the app knows how far you&apos;ve moved, and when to trigger your camera.</string>
<string>Your location will be used in the DistanceLapse mode, so the app knows how far you've moved, and when to trigger your camera.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location will be used in the DistanceLapse mode, so the app knows how far you&apos;ve moved, and when to trigger your camera.</string>
<string>Your location will be used in the DistanceLapse mode, so the app knows how far you've moved, and when to trigger your camera.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Access to the Microphone is required to trigger your camera.</string>
<key>NSPhotoLibraryUsageDescription</key>
Expand Down

0 comments on commit 47a66c4

Please sign in to comment.