Skip to content

Commit

Permalink
Change Widget title
Browse files Browse the repository at this point in the history
  • Loading branch information
prengifo committed Sep 14, 2017
1 parent 42cdfa9 commit c9ff02f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions VEF Exchange.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@
B00E774B1F6B138B00649500 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B00E775E1F6B164100649500 /* Build configuration list for PBXNativeTarget "VEF Widget" */ = {
isa = XCConfigurationList;
Expand All @@ -570,6 +571,7 @@
B00E77601F6B164100649500 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
16 changes: 8 additions & 8 deletions VEF Widget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>VEF Widget</string>
<string>VEF Exchange</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -20,13 +20,6 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.widget-extension</string>
</dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand All @@ -46,5 +39,12 @@
</dict>
</dict>
</dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.widget-extension</string>
</dict>
</dict>
</plist>

0 comments on commit c9ff02f

Please sign in to comment.