Skip to content

Commit

Permalink
Update the version to 0.9.14 and update the swift compiler optimizati…
Browse files Browse the repository at this point in the history
…on level
  • Loading branch information
xiaowheat committed Oct 23, 2018
1 parent 7971552 commit e9f8b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions loopr-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3499,7 +3499,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
GCC_OPTIMIZATION_LEVEL = 0;
GCC_OPTIMIZATION_LEVEL = s;
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "loopr-ios/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
Expand All @@ -3510,9 +3510,8 @@
PRODUCT_NAME = "UP Wallet";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OBJC_BRIDGING_HEADER = "loopr-ios/loopr-ios-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = 1;
};
Expand Down
4 changes: 2 additions & 2 deletions loopr-ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.13</string>
<string>0.9.14</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9.13</string>
<string>0.9.14</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit e9f8b70

Please sign in to comment.