Skip to content

Commit

Permalink
Adding in changes for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam committed Jul 6, 2017
1 parent c614318 commit cfca625
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ platform :ios do
lane :release do
# match(type: "appstore")
# snapshot
gym # Build your app - more options available
gym(scheme: "ywam") # Build your app - more options available
deliver(force: true)
# frameit
end
Expand Down
8 changes: 4 additions & 4 deletions ios/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@



<testcase classname="fastlane.lanes" name="0: Verifying required fastlane version" time="0.002315">
<testcase classname="fastlane.lanes" name="0: Verifying required fastlane version" time="0.002024">

</testcase>


<testcase classname="fastlane.lanes" name="1: default_platform" time="0.002214">
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.002869">

</testcase>


<testcase classname="fastlane.lanes" name="2: gym" time="57.751522">
<testcase classname="fastlane.lanes" name="2: gym" time="61.846303">

</testcase>


<testcase classname="fastlane.lanes" name="3: pilot" time="378.79711">
<testcase classname="fastlane.lanes" name="3: deliver" time="125.893125">

</testcase>

Expand Down
12 changes: 6 additions & 6 deletions ios/ywam/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>find-my-mission.crmovement.com</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>find-my-mission.crmovement.com</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
Expand Down

0 comments on commit cfca625

Please sign in to comment.