Skip to content

Commit

Permalink
Merge pull request #62 from acsalu/fix-cd
Browse files Browse the repository at this point in the history
Fix cd
  • Loading branch information
acsalu committed Nov 28, 2015
2 parents c387b14 + 0afd0f7 commit 49078f1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions Emome/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>0.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb543370115827831</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>Fabric</key>
Expand All @@ -34,39 +43,35 @@
</dict>
</array>
</dict>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<key>FacebookAppID</key>
<string>543370115827831</string>
<key>FacebookDisplayName</key>
<string>Emome Alpha</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>fbauth2</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>facebook.com</key>
<key>akamaihd.net</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
<key>fbcdn.net</key>
<key>facebook.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
<key>akamaihd.net</key>
<key>fbcdn.net</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
Expand All @@ -75,22 +80,17 @@
</dict>
</dict>
</dict>
<key>CFBundleURLTypes</key>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb543370115827831</string>
</array>
</dict>
<string>armv7</string>
</array>
<key>FacebookAppID</key>
<string>543370115827831</string>
<key>LSApplicationQueriesSchemes</key>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>fbauth2</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>FacebookDisplayName</key>
<string>Emome Alpha</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion script/dist-fabric-io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ xcrun -sdk iphoneos PackageApplication -v "${PROJECT_BUILD_DIR}"/*.app -o "${AR
echo "*******************************"
echo "* Distributing to Fabric.io *"
echo "*******************************"
./Pods/Crashlytics/Crashlytics.framework/submit $FABRIC_API_KEY $FABRIC_BUILD_SECRET -groupAliases "early-birds" -ipaPath "${ARCHIVE_PATH}/${APP_NAME}.ipa"
./Pods/Crashlytics/submit $FABRIC_API_KEY $FABRIC_BUILD_SECRET -groupAliases "early-birds" -ipaPath "${ARCHIVE_PATH}/${APP_NAME}.ipa"

0 comments on commit 49078f1

Please sign in to comment.