Skip to content

Commit

Permalink
update to 1.1 version
Browse files Browse the repository at this point in the history
change default symbols list
  • Loading branch information
kosyloa committed Apr 1, 2024
1 parent 58b53a6 commit 211f4ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DXFeedFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.dxfeed.quotesapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -3125,7 +3125,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.dxfeed.quotesapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down
2 changes: 1 addition & 1 deletion Samples/QuoteTableApp/SymbolsDataProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SymbolsDataProvider {
if existingSymbols != nil {
return existingSymbols as? [String] ?? [String]()
} else {
return ["AAPL", "IBM", "ETH/USD:GDAX"]
return ["AAPL", "IBM", "MSFT", "CSCO", "GOOG", "PFE"]
}
}

Expand Down

0 comments on commit 211f4ae

Please sign in to comment.