Skip to content

Commit

Permalink
Enabled bitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Sep 30, 2015
1 parent bf0d77f commit e8da0ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OneSignal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OneSignal"
s.version = "1.10.2"
s.version = "1.10.3"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
Binary file modified iOS_SDK/Framework/OneSignal.framework/Versions/A/OneSignal
Binary file not shown.
2 changes: 2 additions & 0 deletions iOS_SDK/OneSignal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "-fembed-bitcode";
SDKROOT = iphoneos;
};
name = Debug;
Expand Down Expand Up @@ -325,6 +326,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "-fembed-bitcode";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<key>IDESourceControlProjectIdentifier</key>
<string>82DF9B41-8B65-40E7-832A-C61D19DFA081</string>
<key>IDESourceControlProjectName</key>
<string>project</string>
<string>OneSignal</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>5A4AFF41A71B5F8D4741699EC46766398BC4FE44</key>
<string>https://github.com/Hiptic/OneSignal</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>SDK/iOS/iOS_SDK/OneSignal.xcodeproj/project.xcworkspace</string>
<string>SDK/iOS/iOS_SDK/OneSignal.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>5A4AFF41A71B5F8D4741699EC46766398BC4FE44</key>
Expand Down

0 comments on commit e8da0ef

Please sign in to comment.