Skip to content

Commit

Permalink
Update the version to 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowheat committed Oct 16, 2018
1 parent c5774f8 commit bed5639
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 @@ -3515,7 +3515,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 @@ -3526,9 +3526,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.12</string>
<string>0.9.13</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9.12</string>
<string>0.9.13</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit bed5639

Please sign in to comment.