Skip to content

Commit

Permalink
Changed code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancey committed Oct 19, 2016
1 parent 105f6c2 commit d063c6b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,5 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg

*.userprefs
16 changes: 9 additions & 7 deletions MyWeather.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDisplayName</key>
<string>MyWeather.iOS</string>
<key>CFBundleIdentifier</key>
<string>com.refractored.myweather</string>
<string>com.clancey.myweather</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
Expand Down Expand Up @@ -42,11 +42,13 @@
<string>Resources/Images.xcassets/AppIcons.appiconset</string>
<key>XSLaunchImageAssets</key>
<string>Resources/Images.xcassets/LaunchImage.launchimage</string>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location for closest weather.</string>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location for closest weather.</string>
<key>CFBundleName</key>
<string>MyWeather.iOS</string>
</dict>
</plist>
3 changes: 2 additions & 1 deletion MyWeather.iOS/MyWeather.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<MtouchLink>None</MtouchLink>
<MtouchDebug>true</MtouchDebug>
<MtouchProfiling>true</MtouchProfiling>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>full</DebugType>
Expand Down Expand Up @@ -59,7 +60,7 @@
<MtouchArch>ARMv7, ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchProfiling>True</MtouchProfiling>
<CodesignKey>iPhone Developer: James Montemagno (AMVKNEC6W3)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>True</MtouchDebug>
<CodesignProvision />
<CodesignResourceRules />
Expand Down

0 comments on commit d063c6b

Please sign in to comment.