Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -80,7 +80,7 @@ | @@ -80,7 +80,7 @@ | ||
| 80 | </AdditionalOptions> | 80 | </AdditionalOptions> |
| 81 | </TestAction> | 81 | </TestAction> |
| 82 | <LaunchAction | 82 | <LaunchAction |
| 83 | - buildConfiguration = "Debug" | 83 | + buildConfiguration = "Release" |
| 84 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | 84 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
| 85 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | 85 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
| 86 | launchStyle = "0" | 86 | launchStyle = "0" |
| @@ -19,11 +19,11 @@ | @@ -19,11 +19,11 @@ | ||
| 19 | <key>CFBundlePackageType</key> | 19 | <key>CFBundlePackageType</key> |
| 20 | <string>APPL</string> | 20 | <string>APPL</string> |
| 21 | <key>CFBundleShortVersionString</key> | 21 | <key>CFBundleShortVersionString</key> |
| 22 | - <string>1.0.0</string> | 22 | + <string>1.0.1</string> |
| 23 | <key>CFBundleSignature</key> | 23 | <key>CFBundleSignature</key> |
| 24 | <string>????</string> | 24 | <string>????</string> |
| 25 | <key>CFBundleVersion</key> | 25 | <key>CFBundleVersion</key> |
| 26 | - <string>1</string> | 26 | + <string>2</string> |
| 27 | <key>LSRequiresIPhoneOS</key> | 27 | <key>LSRequiresIPhoneOS</key> |
| 28 | <true/> | 28 | <true/> |
| 29 | <key>NSAppTransportSecurity</key> | 29 | <key>NSAppTransportSecurity</key> |
-
Please register or login to post a comment