Skip to content

Commit

Permalink
SUBMITTED
Browse files Browse the repository at this point in the history
  • Loading branch information
granwyntan committed Dec 21, 2020
1 parent d3e2ba8 commit ec47d21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions ฿u₫g€+/฿u₫g€+.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
89D3B8AE25762CE300C0E747 /* MainTabBarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainTabBarViewController.swift; sourceTree = "<group>"; };
89D3B8B2257636B200C0E747 /* AttributedString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedString.swift; sourceTree = "<group>"; };
89DC08072586621F00B93E36 /* OtherIncomeTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OtherIncomeTableViewController.swift; sourceTree = "<group>"; };
A8109E4A256F9520008F3709 /* ฿u₫g€+.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "฿u₫g€+.app"; sourceTree = BUILT_PRODUCTS_DIR; };
A8109E4A256F9520008F3709 /* Wishey.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Wishey.app; sourceTree = BUILT_PRODUCTS_DIR; };
A8109E4D256F9520008F3709 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
A8109E4F256F9520008F3709 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
A8109E54256F9520008F3709 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -104,7 +104,7 @@
A8109E4B256F9520008F3709 /* Products */ = {
isa = PBXGroup;
children = (
A8109E4A256F9520008F3709 /* ฿u₫g€+.app */,
A8109E4A256F9520008F3709 /* Wishey.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -170,7 +170,7 @@
);
name = "฿u₫g€+";
productName = "฿u₫g€+";
productReference = A8109E4A256F9520008F3709 /* ฿u₫g€+.app */;
productReference = A8109E4A256F9520008F3709 /* Wishey.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -436,16 +436,17 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 8RC7MNVUZ8;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = XL5JK4F896;
INFOPLIST_FILE = "฿u₫g€+/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "SAP-Group-3.Budget";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_BUNDLE_IDENTIFIER = sg.tk.2020.wishey;
PRODUCT_NAME = Wishey;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
Expand All @@ -456,16 +457,17 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 8RC7MNVUZ8;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = XL5JK4F896;
INFOPLIST_FILE = "฿u₫g€+/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "SAP-Group-3.Budget";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_BUNDLE_IDENTIFIER = sg.tk.2020.wishey;
PRODUCT_NAME = Wishey;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ฿u₫g€+/฿u₫g€+/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down

0 comments on commit ec47d21

Please sign in to comment.